summaryrefslogtreecommitdiff
path: root/src/empathy-accounts-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* 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-081-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-181-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-261-1/+1
| * Another way to fix Gnome bug #613272. This puts the Advanced expander content...Travis Reitter2010-03-241-3/+1
| * Make the account details pane scrollable, in case the Advanced section is too...Travis Reitter2010-03-191-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-041-4/+12
* Fix silly typoSjoerd Simons2010-03-041-1/+1
* Connect to the accounts signals in one central placeSjoerd Simons2010-03-041-10/+5