aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed dialog constructor calls to use a string literal with format argumentsLouis-Francis Ratté-Boulianne2009-09-011-4/+4
|
* Use the new APIs in the assistant and the dialogCosimo Cecchi2009-08-311-8/+17
|
* Merge commit 'jtellier/confirm-lose-accounts-settings'Cosimo Cecchi2009-08-311-41/+294
|\
| * Fixed styleJonathan Tellier2009-08-291-15/+18
| |
| * Marked strings for translation.Jonathan Tellier2009-08-291-7/+7
| |
| * Merged with masterJonathan Tellier2009-08-291-1/+8
| |
| * Fixed bug which would occur when deleting account with pending changesJonathan Tellier2009-08-291-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | - When the selected account was NULL, accounts_dialog_has_pending_change() would not check its state correctly. That function is working with a pointer on a pointer to the account and was not dereferencing properly. - The pointer to the account we pass to accounts_dialog_has_pending_change() is now properly initialized to NULL. - When deleting an account, the COL_ACCOUNT_POINTER column is now properly set to NULL.
| * Using GtkTreeRowReference instead of a string path.Jonathan Tellier2009-08-291-9/+10
| | | | | | | | | | | | | | - When the user selects another account and has pending changes to the currently selected account, we need to keed track of the destination row. Instead of saving that information as the string representation of a GtkTreePath, we now use a GtkTreeRowReference.
| * Simplified the code that checks if selected account has pending changesJonathan Tellier2009-08-291-7/+3
| |
| * Improved confirmation dialog shown to the user before discarding changesJonathan Tellier2009-08-291-59/+94
| | | | | | | | | | | | | | | | | | | | | | | | - Split the confirmation dialog's text into a primary and secondary section. - Changed the button label to "Cancel" and "Discard" instead of "Yes" and "No". - Added a accounts_dialog_show_question_dialog() function to show question dialogs related to the accounts dialog and connect to its "response" signal. - Removed the empathy_show_yes_no_question_dialog() function since it was added for this specific patch but is no longer used.
| * Fixed styleJonathan Tellier2009-08-291-1/+1
| |
| * Fixed crash when checking if an account has pending changesJonathan Tellier2009-08-291-3/+2
| |
| * Minor changes to EmpathyAccountWidget and EmpathyAccountsDialogJonathan Tellier2009-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | - account_widget_entry_changed_common is not called when an entry loses focus. Since this function is called on every keystroke, it was unnecessary to call it again on focus-out-event. - The EmpathyAccountWidget's control buttons' sensitivity (and contains_pending_changes member) is not altered when the state of the "Enabled" checkbox is changed due to an event which was not initiated by the user. - Fixed capitalization error in a comment in empathy-accounts-dialog.c
| * Asking for confirmation before losing pending accounts changes.Jonathan Tellier2009-08-291-16/+227
| | | | | | | | | | | | | | | | If an account has pending changes, we now ask for a confirmation before: - Adding a new account - Closing the accounts dialog - Selecting a new account. Those are all options which discard pending changes.
* | Merge commit 'jtellier/set-account-name-translator-hint'Cosimo Cecchi2009-08-311-3/+5
|\ \ | |/ |/|
| * Improved the comment related to the IRC default display name.Jonathan Tellier2009-08-281-3/+5
| | | | | | | | | | | | | | - Added more indication intended to translators - Added the possibility to swap the parameted in the string "%s on %s" (where the first argument in the login id and the second one is the server)
* | Point to a help topic that exists from Accounts windowShaun McCance2009-08-291-1/+1
| |
* | Base the selected widget both on the CM and the protocolSjoerd Simons2009-08-281-29/+4
|/ | | | | | | Previously Empathy would select the custom account widget purely based on the protocol, the problem here is that these widgets assume one specific connection manager and its set of parameters. Which triggered bugs if the intended cm for a protocol isn't installed, but haze is and provides the protocol.
* - Added information intented to translators.Jonathan Tellier2009-08-271-2/+12
| | | | - Fixed leak of the the display name.
* Using a new logic to set the default display name:Jonathan Tellier2009-08-271-10/+39
| | | | | | * If irc use "[account] on [server]" * If there is an account property use "[account]" * If there is no account property use "[protocol] Account"
* Only setting the display name to the Login ID for protocol which haveJonathan Tellier2009-08-271-3/+7
| | | | this property.
* - The account display gets updated in the account list and in theJonathan Tellier2009-08-271-1/+54
| | | | | account name label. - By default, the account default display name is set to the login id.
* Don't display 'null' in accounts UI for unknown protocolsWill Thompson2009-08-251-5/+10
|
* Use the new function in the accounts dialogCosimo Cecchi2009-08-251-2/+4
|
* Check for NULL values returned by dup_selected()Cosimo Cecchi2009-08-251-0/+9
|
* Remove dead code and fix some coding style issuesSjoerd Simons2009-08-231-3/+1
|
* Don't leak a ref to EmpathyAccountSettingsSjoerd Simons2009-08-231-1/+1
|
* Don't free the icon name that we don't ownSjoerd Simons2009-08-221-2/+0
|
* Fix errors revealed by make checkJonathan Tellier2009-08-221-2/+2
| | | | | - Added missing files in po/POTFILES.in - Fixed style
* First part of an overhaul of the accounts dialogJonathan Tellier2009-08-221-203/+213
|
* Make the import system more future-proofCosimo Cecchi2009-08-221-1/+2
| | | | | | | | | Split the utilities from the widget and the dialog; we now have an enum for supported applications, with a special value which means "all applications", which is the only one which triggers showing the "Source" column in EmpathyImportWidget. We need this to avoid being redundant in the EmpathyAccountAssistant, as we already choose there the application from which to import.
* Adapt to the new APICosimo Cecchi2009-08-221-2/+7
|
* Remove the hardcodeArnaud Maillet2009-08-221-23/+13
|
* Port to new APICosimo Cecchi2009-08-221-1/+1
|
* Instantiate mc5 pidgin account importer in empathy-accounts-dialogArnaud Maillet2009-08-221-15/+0
|
* Cache the icon inside EmpathyAccountSettingsSjoerd Simons2009-08-191-4/+0
| | | | | | At some point we should set the Icon property in the account manager, for now just cache it in the settings so we can pass it by reference instead of needing to dup it as that's the API we want to have in the future
* Don't automagically remove invalid accountsSjoerd Simons2009-08-191-24/+1
| | | | | | | Automagic removal is slightly terrifying, if the user succeeded in creating the account it must have been valid at some point. So leave it there, the UI should indicate that there is a problem with the account so that the user can fix it instead.
* keep a ref on the selected accountSjoerd Simons2009-08-181-7/+15
|
* Use the remove function accountSjoerd Simons2009-08-181-2/+1
|
* _new for a signleton needs to return a refSjoerd Simons2009-08-181-0/+1
|
* Fix identationSjoerd Simons2009-08-181-3/+3
|
* Make protocol icons work also with account == NULLCosimo Cecchi2009-07-311-3/+8
|
* Fix trailing whitespaceCosimo Cecchi2009-07-301-6/+6
|
* Rename empathy_account_settings_owns_account()Cosimo Cecchi2009-07-301-1/+1
| | | | Call it empathy_account_settings_has_account() instead
* Remove debug outputCosimo Cecchi2009-07-301-1/+0
|
* First cut at GObject-ifying EmpathyAccountWidgetCosimo Cecchi2009-07-301-15/+14
|
* Even more cleanup + update headerCosimo Cecchi2009-07-301-10/+13
|
* Adapt to the current telepathy styleCosimo Cecchi2009-07-301-1172/+1146
|
* Use the right property name when getting the connection status.Cosimo Cecchi2009-07-301-1/+1
|
* Use the new API when getting the account iter.Cosimo Cecchi2009-07-301-5/+8
|
* Make sure the account dialog respects the initial selectionCosimo Cecchi2009-07-301-30/+34
|
* Make remove workCosimo Cecchi2009-07-301-1/+1
|
* Unref the dialog when destroyingCosimo Cecchi2009-07-301-0/+10
|
* Chain up dispose and remove useless finalizeCosimo Cecchi2009-07-301-7/+2
|
* Move some code off disposeCosimo Cecchi2009-07-301-18/+31
|
* GObject-ify and clean-up the code; still WIPCosimo Cecchi2009-07-301-183/+362
|
* Hook up removing accounts in the accounts dialogSjoerd Simons2009-07-221-0/+8
|
* Port to using EmpathyAccountSettingsSjoerd Simons2009-07-221-111/+252
|
* Remove last references to mission-control 4Sjoerd Simons2009-07-161-3/+0
|
* Temporarily disable account importing as it still depends on profilesSjoerd Simons2009-07-161-0/+15
|
* Initial port of Account and AccountManager to MC5Sjoerd Simons2009-07-081-2/+1
|
* Transform profile chooser into a protocol chooserSjoerd Simons2009-07-061-42/+39
|
* Remove usage of McProfilesSjoerd Simons2009-07-051-55/+40
|
* Get the icon name from the account object directlySjoerd Simons2009-07-051-1/+1
|
* Port the main of empathy to EmpathyAccountSjoerd Simons2009-07-011-63/+62
|
* Don't hardcode size of the accounts dialog and use ellipsization (#520972)Matthias Clasen2009-06-261-0/+1
|
* empathy-accounts-dialog: remove trailing tabsGuillaume Desmottes2009-06-251-5/+5
|
* empathy-accounts-dialog: Use radio buttons instead of a checkbox for the ↵Guillaume Desmottes2009-06-111-8/+12
| | | | 'reuse existing account' UI
* Update the accounts dialog to the new profile chooser API.Jonny Lamb2009-06-051-3/+6
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-accounts-dialog: fix coding styleGuillaume Desmottes2009-05-181-3/+3
|
* empathy-accounts-dialog: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* empathy-accounts-dialog: remove trailing spacesGuillaume Desmottes2009-05-151-7/+7
|
* Renamed empathy_profile_chooser_get_selected to ↵Jonny Lamb2009-04-221-2/+3
| | | | | | empathy_profile_chooser_dup_selected and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Port EmpathyAccountsDialog to new APIXavier Claessens2009-04-161-9/+5
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2854
* Port account widgets to new APIXavier Claessens2009-04-161-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 Lamb2009-03-101-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 Desmottes2009-01-261-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 Lamb2009-01-231-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2249
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-1/+1
| | | | svn path=/trunk/; revision=2233
* Use new singleton policy for EmpathyAccountManager.Xavier Claessens2009-01-071-1/+1
| | | | svn path=/trunk/; revision=2074
* Port EmpathyAccountsDialog to use the cached values to get the number ofXavier Claessens2009-01-071-27/+3
| | | | | | connecting accounts. svn path=/trunk/; revision=2044
* Port EmpathyAccountsDialog to the new API.Xavier Claessens2009-01-071-83/+72
| | | | svn path=/trunk/; revision=2039
* Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).Xavier Claessens2008-12-021-1/+1
| | | | svn path=/trunk/; revision=1942
* rename import boolean to import_asked.Xavier Claessens2008-10-171-4/+3
| | | | svn path=/trunk/; revision=1636
* Removed empathy_import_dialog_accounts_to_import to stop the accounts being ↵Jonny Lamb2008-10-171-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 Lamb2008-10-171-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 Lamb2008-10-171-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 Claessens2008-08-191-5/+41
| | | | svn path=/trunk/; revision=1349
* When creating an account set its display name to "New Jabber account", when ↵Xavier Claessens2008-08-191-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 Claessens2008-08-191-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 Claessens2008-08-191-20/+17
| | | | | | values. That happens when an account becomes valid svn path=/trunk/; revision=1346
* Remove unused account_changed booleanXavier Claessens2008-08-191-1/+0
| | | | svn path=/trunk/; revision=1345
* Use accounts_dialog_add_account() to add initial set of accountsXavier Claessens2008-08-191-53/+15
| | | | svn path=/trunk/; revision=1344
* Rework the way the accounts dialog worksXavier Claessens2008-08-191-148/+111
| | | | svn path=/trunk/; revision=1343
* Add support to set register param. Fixes bug #462880.Xavier Claessens2008-07-191-1/+37
| | | | svn path=/trunk/; revision=1264
* Allow renaming account name when accounts are connecting. Fixes bug #486801 ↵Jonny Lamb2008-07-191-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 Lamb2008-07-151-0/+1109
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1234