aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* accounts-dialog: don't add newly created account twiceGuillaume Desmottes2012-01-241-69/+9
* accounts_dialog_get_account_iter: use the COL_ACCOUNT directlyGuillaume Desmottes2012-01-241-4/+4
* accounts-dialog: no more need to manually prepare TpAccountGuillaume Desmottes2012-01-241-20/+1
* accounts-dialog: remove protocol chooserGuillaume Desmottes2011-12-221-99/+0
* accounts-dialog: use the new account dialogGuillaume Desmottes2011-12-221-3/+22
* account_dialog_create_edit_params_dialog: don't connect account-created signalGuillaume Desmottes2011-12-221-24/+0
* don't use deprecated GTK+ APIGuillaume Desmottes2011-12-221-2/+2
* display the editor on topGuillaume Desmottes2011-12-221-3/+7
* properly handle accounts using an external storageGuillaume Desmottes2011-12-221-3/+109
* No need to manually prepare the connectionGuillaume Desmottes2011-12-221-25/+9
* add some padding in the edit conn settings dialogGuillaume Desmottes2011-12-221-4/+9
* add an accelerator to open the params dialogGuillaume Desmottes2011-12-221-1/+1
* pass a second NULL pointer to gtk_dialog_new_with_buttons()Guillaume Desmottes2011-12-221-1/+1
* Don't show the presence twiceDanielle Madeley2011-12-221-0/+1
* Make it possible to add/remove/edit accounts without it crashing everywhereDanielle Madeley2011-12-221-54/+11
* Add a close signal, emitted by both cancel and applyDanielle Madeley2011-12-221-5/+4
* Begin combining the dialogsDanielle Madeley2011-12-221-19/+161
* accounts-dialog: fix box packing issue in infobarDanielle Madeley2011-11-081-7/+12
* accounts-dialog: fix infobar packing issues by porting to GtkGridDanielle Madeley2011-10-271-34/+17
* Use tp_proxy_prepare_async instead of tp_account_prepare_asyncGuillaume Desmottes2011-09-191-2/+2
* Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes2011-09-191-2/+2
* Factor out empathy_launch_program()Emilio Pozuelo Monfort2011-08-041-46/+8
* Make the accounts-dialog attractive and GNOME3ishDanielle Madeley2011-06-151-0/+11
* fix unused-but-set-variable warningsMarc Plano-Lesay2011-05-051-20/+0
* don't display the enable switch if account is restrictedGuillaume Desmottes2011-04-211-0/+7
* use a GtkSwitch instead of MX switchGuillaume Desmottes2011-04-211-10/+9
* Add an enabled switch to the account dialog GtkInfoBarDanielle Madeley2011-04-211-0/+63
* accounts_dialog_cms_prepare_cb: don't update the settings if we are already p...Guillaume Desmottes2011-04-181-1/+3
* accounts_dialog_add_account: ensure that the selected account is still visibl...Guillaume Desmottes2011-03-221-1/+19
* accounts_dialog_model_set_selected: use select_and_scroll_to_iterGuillaume Desmottes2011-03-221-1/+1
* factor out select_and_scroll_to_iter()Guillaume Desmottes2011-03-221-14/+23
* accounts_dialog_set_selected_account: scroll to the selected accountGuillaume Desmottes2011-02-281-1/+14
* accounts-dialog: use empathy_context_menu_new()Guillaume Desmottes2011-02-161-1/+1
* accounts-dialog: only update the row which have actually been changed; may fi...Guillaume Desmottes2011-02-161-1/+15
* account-dialog: keep a proper weak ref on setting_widget_objectGuillaume Desmottes2011-01-241-3/+16
* Don't use deprecated gdk_app_launch_context_new()Emilio Pozuelo Monfort2011-01-111-2/+3
* Fix lines > 80 charsSjoerd Simons2010-12-291-2/+4
* Prevent potential freeing of unitialized dataSjoerd Simons2010-12-291-4/+4
* Merge remote branch 'glassrose/enable-disable-accounts-popup-609568'Danielle Madeley2010-12-241-0/+95
|\
| * Popup menu feature to quickly enable/disable an account.Chandni Verma2010-12-241-0/+95
* | Fix build warnings for uninitialized variablesXavier Claessens2010-12-231-1/+1
* | accounts-dialog: use g_app_info_launch() instead of gdk_spawn_on_screen() (#6...Guillaume Desmottes2010-12-231-14/+25
* | use tp_account_get_path_suffix()Guillaume Desmottes2010-12-151-4/+1
|/
* use gtk_box_pack_start() to pack our widget to the dialog (#634912)Guillaume Desmottes2010-11-151-1/+1
* accounts-dialog: stop displaying the import dialog automatically (#631080)Guillaume Desmottes2010-10-011-19/+0
* factor out empathy_protocol_chooser_create_account_settings()Guillaume Desmottes2010-09-291-58/+4
* Add empathy_service_name_to_display_name()Guillaume Desmottes2010-09-291-11/+5
* protocol-chooser: expose a 'service' string instead of boolean for facebook a...Guillaume Desmottes2010-09-291-8/+18
* google-talk: no need to unset the 'server' paramGuillaume Desmottes2010-09-281-1/+0
* Don't use deprecated gtk_dialog_set_has_separatorDiego Escalante Urrelo2010-09-281-5/+0
* Enable server fallback for GTalk accountNicolas Dufresne2010-09-091-4/+10
* Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall2010-09-071-0/+3
* unsensitive the remove button while loadingGuillaume Desmottes2010-08-261-1/+14
* insensitive treeview while loadingGuillaume Desmottes2010-08-261-1/+4
* accounts-dialog: display loading page while loading accounts (#611701)Guillaume Desmottes2010-08-261-0/+27
* accounts-dialog: insensitive 'add' and 'import' buttons while loading (#624353)Guillaume Desmottes2010-08-261-2/+18
* Use new API in EmpathyAccountsDialogCosimo Cecchi2010-08-191-2/+2
* Fix constness of various variables and parametersPhilip Withnall2010-08-051-3/+3
* no need to pass the reason to empathy_account_get_error_messageGuillaume Desmottes2010-08-051-2/+2
* accounts-dialog: use empathy_account_get_error_message (#523895)Guillaume Desmottes2010-08-051-2/+2
* Remove unneccesary signal disconnection in EmpathyAccountsDialogDanielle Madeley2010-07-211-35/+9
* Port Empathy code to GSettings, remove EmpathyConfDanielle Madeley2010-06-181-9/+7
* accounts-dialog: avoid leaking the account status messageRob Bradford2010-06-031-12/+41
* accounts-dialog: Ensure correct connectivity informationRob Bradford2010-06-031-4/+10
* hardcode facebook server to workaround SRV lookup issuesGuillaume Desmottes2010-05-251-0/+3
* Use library i18n method for source files included in shared libraryRob Bradford2010-05-181-1/+1
* Replace EphySpinner by GtkSpinnerXavier Claessens2010-04-191-7/+5
* src/empathy-accounts-dialog.c: use tp_g_signal_connect_object instead of empa...Guillaume Desmottes2010-04-091-6/+6
* Merge commit 'treitter/bug-613272'Guillaume Desmottes2010-03-291-1/+1
|\
| * Set a default empathy-accounts window size such that any scrolled Advanced se...Travis Reitter2010-03-271-1/+1
| * Another way to fix Gnome bug #613272. This puts the Advanced expander content...Travis Reitter2010-03-251-3/+1
| * Make the account details pane scrollable, in case the Advanced section is too...Travis Reitter2010-03-201-1/+3
* | Automatically reap the empathy-accounts child processDanielle Madeley2010-03-241-13/+4
|/
* Window title for the accounts dialog should match the name in the launcher.Ken VanDine2010-03-101-1/+1
* set the server field of Google Talk accountGuillaume Desmottes2010-03-051-4/+12
* Fix silly typoSjoerd Simons2010-03-051-1/+1
* Connect to the accounts signals in one central placeSjoerd Simons2010-03-051-10/+5
* Cancel creation in the accounts dialog if the wizard is runningSjoerd Simons2010-03-051-4/+26
* accounts-dialog: set display-name before creating the accountGuillaume Desmottes2010-03-031-9/+0
* Merge branch 'more-accounts-fixes'Travis Reitter2010-03-031-29/+89
|\
| * Remove EmpathyAccountsPlugin's requirement that it be a singleton, so we can ...Travis Reitter2010-03-031-27/+0
| * Disable the Cancel button in the accounts dialog if there are no existing acc...Travis Reitter2010-03-021-1/+72
| * When we're creating our first account, don't let the remove button become sen...Travis Reitter2010-02-271-1/+8
| * Don't create some extra "ghost" account if we're creating our first account a...Travis Reitter2010-02-271-0/+9
* | Improve debugging and don't use g_debugSjoerd Simons2010-03-021-0/+5
* | Make the empathy-account code be slightly more streamlinedSjoerd Simons2010-03-021-3/+3
* | accounts-dialog: update the status info when account when account is enabledGuillaume Desmottes2010-02-281-3/+2
|/
* Rename Moblin to Meego throughout EmpathyDanielle Madeley2010-02-191-6/+6
* empathy_accounts_dialog_show_application: try to run "empathy-accounts" from ...Guillaume Desmottes2010-02-161-1/+10
* empathy_accounts_dialog_show_application: use g_build_filenameGuillaume Desmottes2010-02-161-1/+4
* accounts-dialog: block the selection 'changed' signal while removing a rowGuillaume Desmottes2010-02-151-0/+14
* empathy-accounts-dialog: Prepend BIN_DIR to the binary nameDanielle Madeley2010-02-121-1/+1
* Separate the accounts dialog into its own program which works with the Gnome ...Travis Reitter2010-02-121-0/+56
* add is_facebook arg to empathy_protocol_chooser_dup_selectedGuillaume Desmottes2010-02-121-5/+14
* Fix leaks, gtk_tree_model_get() returns a ref!Xavier Claessens2010-02-111-20/+33
* accounts-dialog: wrap label status in info barGuillaume Desmottes2010-02-101-0/+1
* accounts_dialog_accounts_setup: use empathy_connection_managers_prepare_asyncGuillaume Desmottes2010-01-251-16/+17
* Add a remove button below the accounts treeview instead of the in-treeview icon.Xavier Claessens2010-01-191-15/+59
* Unify the infobar and the account name widgets.Cosimo Cecchi2010-01-191-15/+45
* fix identationGuillaume Desmottes2010-01-181-1/+1
* Stop greysing and blinking the protocol iconGuillaume Desmottes2010-01-181-24/+0
* update account in treeview when it's disabledGuillaume Desmottes2010-01-181-0/+1
* update treeview when account's status is changedGuillaume Desmottes2010-01-181-0/+21
* accounts-dialog: display status of accounts in the treeview (#605309)Guillaume Desmottes2010-01-181-0/+78
* rename accounts_dialog_model_pixbuf_data_func to accounts_dialog_model_protoc...Guillaume Desmottes2010-01-181-3/+3
* accounts-dialog: remember the account and password param when changing protoc...Guillaume Desmottes2010-01-181-0/+29
* set presence to offline when account is disabledFelix Kaser2010-01-161-0/+5
* Consider connected account which doesn't implement presence as available (#60...Guillaume Desmottes2010-01-161-0/+8
* connect to signals when account has been createdFelix Kaser2010-01-111-0/+20
* don't make add-button sensitive on protocol changeFelix Kaser2010-01-111-1/+0
* disable treeview when creating an accountFelix Kaser2010-01-111-0/+13
* accounts-dialog: inherit from GtkDialog (#600023)Guillaume Desmottes2010-01-111-71/+85
* Miscellaneous string fixesPhilip Withnall2010-01-011-1/+1
* Punctuation fixes in translatable stringsPhilip Withnall2010-01-011-6/+6
* Remove the protocol selection screen when adding a new accountGuillaume Desmottes2009-12-261-98/+64
* remove register radio buttons in the create account frameGuillaume Desmottes2009-12-221-35/+0
* remove duplicate expressionFelix Kaser2009-12-161-2/+0
* dont show infobar when creating an accountFelix Kaser2009-12-151-14/+8
* get connectivity only when neededFelix Kaser2009-12-151-4/+2
* fixed a crash when creating accountFelix Kaser2009-12-151-7/+33
* update infobar only on selected accountFelix Kaser2009-12-151-0/+20
* updated status messagesFelix Kaser2009-12-151-6/+18
* set infobar message to no network connectionFelix Kaser2009-12-151-0/+9
* refactor friendly status reason messagesFelix Kaser2009-12-151-50/+12
* added case for requested disconnectionFelix Kaser2009-12-151-0/+3
* handle presence changesFelix Kaser2009-12-151-10/+20
* show infobar when connectedFelix Kaser2009-12-151-7/+17
* added case for disabled accountFelix Kaser2009-12-151-80/+100
* added reson to status infobarFelix Kaser2009-12-151-11/+57
* added spinner to connecting infobarFelix Kaser2009-12-151-9/+23
* added status image to infobarFelix Kaser2009-12-151-1/+15
* change position of the infobarFelix Kaser2009-12-151-3/+4
* use different message types in infobarFelix Kaser2009-12-151-0/+6
* show the infobar when not connectedFelix Kaser2009-12-151-0/+39
* added infobar with empty labelFelix Kaser2009-12-151-0/+10
* added vbox for the status-infobarFelix Kaser2009-12-151-0/+2
* use conn-status-reason instead of conn-statusFelix Kaser2009-11-291-1/+1
* accounts-dialog: wait that account is prepared before calling accounts_dialog...Guillaume Desmottes2009-11-131-1/+20
* move code generating the default display name of new account to account-widgetGuillaume Desmottes2009-11-131-51/+2
* empathy_accounts_dialog_show: check if priv->cms is not NULL before using itGuillaume Desmottes2009-11-101-1/+1
* accounts-dialog: set the ypad on the "Name" cellGuillaume Desmottes2009-11-101-1/+1
* accounts-dialog: display the 'remove' icon only on the selected rowGuillaume Desmottes2009-11-061-2/+0
* accounts-dialog: set the 'ypad' of cells in the account treeview to 4Guillaume Desmottes2009-11-061-2/+0
* accounts-dialog: simplify the remove acount confirmation dialogGuillaume Desmottes2009-11-061-15/+0
* get_default_display_name: use the real protocol name to check if it's IRC or notGuillaume Desmottes2009-11-031-4/+7
* Allow accounts_dialog_has_pending_change to return a NULL TpAccountGuillaume Desmottes2009-11-031-13/+24
* accounts-dialog: don't always select the first account automaticallyJonny Lamb2009-11-031-2/+7
* empathy-accounts-dialog: account-validity-changed signal now has a 'valid' ar...Guillaume Desmottes2009-11-031-0/+1
* Merge branch 'accountz'Jonny Lamb2009-11-021-144/+74
|\
| * all: log error messages if preparing the account manager failsJonny Lamb2009-10-301-2/+7
| * accounts-dialog: port to new tp-glib account APIJonny Lamb2009-10-241-143/+68
* | empathy-accounts-dialog: do_constructor: always return a new referenceGuillaume Desmottes2009-10-291-3/+7
* | empathy-accounts-dialog: do_constructor: don't ref the dialog if it already e...Guillaume Desmottes2009-10-291-1/+3
|/
* accounts_dialog_add_account: connect notify::display-name using empathy_signa...Guillaume Desmottes2009-10-151-11/+3
* Use the protocol display name for new account namesSjoerd Simons2009-10-141-1/+4
* accounts_dialog_account_display_name_changed_cb: check that accounts_dialog_m...Guillaume Desmottes2009-10-061-0/+3
* Rename HAVE_NBTK to HAVE_MOBLIN.Xavier Claessens2009-10-051-10/+10
* empathy-accounts-dialog: 'Create' button should be 'Next' on MoblinGuillaume Desmottes2009-10-031-2/+3
* Fix a typo in a string.Cosimo Cecchi2009-10-031-1/+1
* Change strings for the remove dialog on the moblin build.Cosimo Cecchi2009-10-031-0/+10
* Don't rely on EmpathyAccountManager to be ready.Cosimo Cecchi2009-09-301-37/+62
* Rename the Create button to Add on moblin.Cosimo Cecchi2009-09-301-0/+3
* Disable account creation on moblin.Cosimo Cecchi2009-09-301-0/+8
* Hide the action area if we're on moblin.Cosimo Cecchi2009-09-301-0/+8
* Add a vertical padding to the rows.Cosimo Cecchi2009-09-301-0/+3
* Use the property in the accounts dialog.Cosimo Cecchi2009-09-301-0/+3
* Add an import button back to the accounts dialog.Cosimo Cecchi2009-09-281-1/+16
* Don't show the "missing" image (#595921).Cosimo Cecchi2009-09-241-0/+8
* Fix a long lineCosimo Cecchi2009-09-061-1/+2
* Manually handle delete events.Cosimo Cecchi2009-09-061-1/+12
* 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
| * Using GtkTreeRowReference instead of a string path.Jonathan Tellier2009-08-291-9/+10
| * 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
| * 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
| * Asking for confirmation before losing pending accounts changes.Jonathan Tellier2009-08-291-16/+227
* | 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
* | 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
|/
* - Added information intented to translators.Jonathan Tellier2009-08-271-2/+12
* Using a new logic to set the default display name:Jonathan Tellier2009-08-271-10/+39
* Only setting the display name to the Login ID for protocol which haveJonathan Tellier2009-08-271-3/+7
* - The account display gets updated in the account list and in theJonathan Tellier2009-08-271-1/+54
* 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
* 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
* 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
* Don't automagically remove invalid accountsSjoerd Simons2009-08-191-24/+1
* 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
* 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 'reu...Guillaume Desmottes2009-06-111-8/+12
* Update the accounts dialog to the new profile chooser API.Jonny Lamb2009-06-051-3/+6
* 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 empathy_profile_chooser_dup_s...Jonny Lamb2009-04-221-2/+3
* Port EmpathyAccountsDialog to new APIXavier Claessens2009-04-161-9/+5
* Port account widgets to new APIXavier Claessens2009-04-161-0/+1
* Make the "Import Accounts" button insensitive if there's nothing to import.Jonny Lamb2009-03-101-5/+11
* accounts_dialog_button_create_clicked_cb: if, for some reason, mc_account_cre...Guillaume Desmottes2009-01-261-0/+6
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-231-1/+1
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-1/+1
* Use new singleton policy for EmpathyAccountManager.Xavier Claessens2009-01-071-1/+1