Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | empathy-accounts-dialog: Use radio buttons instead of a checkbox for the ↵ | Guillaume Desmottes | 2009-06-11 | 1 | -8/+12 |
| | | | | 'reuse existing account' UI | ||||
* | Update the accounts dialog to the new profile chooser API. | Jonny Lamb | 2009-06-05 | 1 | -3/+6 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | empathy-accounts-dialog: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -3/+3 |
| | |||||
* | empathy-accounts-dialog: update the FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | empathy-accounts-dialog: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -7/+7 |
| | |||||
* | Renamed empathy_profile_chooser_get_selected to ↵ | Jonny Lamb | 2009-04-22 | 1 | -2/+3 |
| | | | | | | empathy_profile_chooser_dup_selected and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Port EmpathyAccountsDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2854 | ||||
* | Port account widgets to new API | Xavier Claessens | 2009-04-16 | 1 | -0/+1 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2842 | ||||
* | Make the "Import Accounts" button insensitive if there's nothing to import. | Jonny Lamb | 2009-03-10 | 1 | -5/+11 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2665 | ||||
* | accounts_dialog_button_create_clicked_cb: if, for some reason, ↵ | Guillaume Desmottes | 2009-01-26 | 1 | -0/+6 |
| | | | | | | | | mc_account_create failed, early return instead of crashing From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2256 | ||||
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2249 | ||||
* | empathy_mission_control_new -> dup_singleton. | Xavier Claessens | 2009-01-16 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2233 | ||||
* | Use new singleton policy for EmpathyAccountManager. | Xavier Claessens | 2009-01-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2074 | ||||
* | Port EmpathyAccountsDialog to use the cached values to get the number of | Xavier Claessens | 2009-01-07 | 1 | -27/+3 |
| | | | | | | connecting accounts. svn path=/trunk/; revision=2044 | ||||
* | Port EmpathyAccountsDialog to the new API. | Xavier Claessens | 2009-01-07 | 1 | -83/+72 |
| | | | | svn path=/trunk/; revision=2039 | ||||
* | Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi). | Xavier Claessens | 2008-12-02 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1942 | ||||
* | rename import boolean to import_asked. | Xavier Claessens | 2008-10-17 | 1 | -4/+3 |
| | | | | svn path=/trunk/; revision=1636 | ||||
* | Removed empathy_import_dialog_accounts_to_import to stop the accounts being ↵ | Jonny Lamb | 2008-10-17 | 1 | -33/+12 |
| | | | | | | | | parsed twice. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1630 | ||||
* | Ask whether to import if there are accounts to import on loading the account ↵ | Jonny Lamb | 2008-10-17 | 1 | -0/+34 |
| | | | | | | | | editor, but only once. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1626 | ||||
* | Added an "Import accounts" button to the accounts dialog. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -0/+13 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1597 | ||||
* | If display name of the selected account changes, update the label. | Xavier Claessens | 2008-08-19 | 1 | -5/+41 |
| | | | | svn path=/trunk/; revision=1349 | ||||
* | When creating an account set its display name to "New Jabber account", when ↵ | Xavier Claessens | 2008-08-19 | 1 | -6/+39 |
| | | | | | | | | the account get completed change it to "Jabber (user@jabber.org)". Fixes bug #546445. svn path=/trunk/; revision=1348 | ||||
* | Avoid crashing if mc_account_lookup returns NULL, it can happen when status ↵ | Xavier Claessens | 2008-08-19 | 1 | -0/+3 |
| | | | | | | of an incomplet account changes. MC bug probably. svn path=/trunk/; revision=1347 | ||||
* | If adding a an account that is already in the treeview, simply update ↵ | Xavier Claessens | 2008-08-19 | 1 | -20/+17 |
| | | | | | | values. That happens when an account becomes valid svn path=/trunk/; revision=1346 | ||||
* | Remove unused account_changed boolean | Xavier Claessens | 2008-08-19 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=1345 | ||||
* | Use accounts_dialog_add_account() to add initial set of accounts | Xavier Claessens | 2008-08-19 | 1 | -53/+15 |
| | | | | svn path=/trunk/; revision=1344 | ||||
* | Rework the way the accounts dialog works | Xavier Claessens | 2008-08-19 | 1 | -148/+111 |
| | | | | svn path=/trunk/; revision=1343 | ||||
* | Add support to set register param. Fixes bug #462880. | Xavier Claessens | 2008-07-19 | 1 | -1/+37 |
| | | | | svn path=/trunk/; revision=1264 | ||||
* | Allow renaming account name when accounts are connecting. Fixes bug #486801 ↵ | Jonny Lamb | 2008-07-19 | 1 | -20/+51 |
| | | | | | | | | (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1261 | ||||
* | Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb) | Jonny Lamb | 2008-07-15 | 1 | -0/+1109 |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1234 |