summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-account-widget.c
Commit message (Expand)AuthorAgeFilesLines
* Use the right marshaller for account-createdSjoerd Simons2010-03-031-1/+1
* update display name after editing if it hasn't been overridden (#603463)Guillaume Desmottes2010-03-031-2/+7
* account-widget: try to guess if the display name has been manually changed by...Guillaume Desmottes2010-03-031-0/+11
* no need to call empathy_account_settings_is_ready in account-widget's dispose...Guillaume Desmottes2010-03-031-2/+0
* accounts-dialog: set display-name before creating the accountGuillaume Desmottes2010-03-031-0/+13
* Merge branch 'more-accounts-fixes'Travis Reitter2010-03-021-3/+41
|\
| * Disable the Cancel button in the accounts dialog if there are no existing acc...Travis Reitter2010-03-011-3/+41
* | factor out empathy_connect_new_accountGuillaume Desmottes2010-03-021-27/+1
* | account-widget: change presence to online when creating a new accountGuillaume Desmottes2010-03-021-0/+6
|/
* Rename Moblin to Meego throughout EmpathyDanielle Madeley2010-02-191-23/+23
* Always use "Apply" button if we are not connected or editing an accountGuillaume Desmottes2010-02-151-15/+7
* account-widget: don't display "Log in" button if we are modyfing an accountGuillaume Desmottes2010-02-151-3/+5
* Port Moblin widgets to MxDanielle Madeley2010-02-121-9/+9
* Rephrase the helper text and change "Login ID" to "Username"Guillaume Desmottes2010-02-111-0/+3
* add a simple version of the Facebook widgetGuillaume Desmottes2010-02-111-1/+16
* Improve default display name for Facebook accountsGuillaume Desmottes2010-02-111-0/+8
* add the '@chat.facebook.com' suffix to account but dont't display it in the w...Guillaume Desmottes2010-02-111-1/+76
* hide the advanced options for Facebook accountsGuillaume Desmottes2010-02-111-0/+3
* don't display the register options for Facebook accountsGuillaume Desmottes2010-02-111-1/+1
* account-widget: display facebook example labelGuillaume Desmottes2010-02-111-4/+21
* account_widget_build_jabber: add few commentsGuillaume Desmottes2010-02-111-0/+3
* account-widget-salut: don't display advanced properties in simple modeGuillaume Desmottes2010-01-251-0/+5
* add_register_buttons: don't show the register buttons in simple modeGuillaume Desmottes2010-01-191-0/+3
* account-widget: check that the apply button actually exist before modifying itGuillaume Desmottes2010-01-191-0/+4
* account-widget: add empathy_account_widget_set_{account,password}_paramGuillaume Desmottes2010-01-181-0/+32
* account-widget: use empathy_account_widget_changedGuillaume Desmottes2010-01-141-13/+5
* add empathy_account_widget_changed as protected methodGuillaume Desmottes2010-01-141-0/+10
* use G_TYPE_OBJECT instead of G_TYPE_POINTERFelix Kaser2010-01-111-1/+1
* connect to signals when account has been createdFelix Kaser2010-01-111-3/+3
* account-widget: presence_changed_cb: early return if widget has been destroyedGuillaume Desmottes2009-12-251-0/+3
* account-widget: ensure that the object stays alive during the tp_account_mana...Guillaume Desmottes2009-12-251-1/+5
* Add register buttons to the account widgetGuillaume Desmottes2009-12-221-0/+52
* factor out account_widget_is_gtalkGuillaume Desmottes2009-12-221-3/+10
* reorder moblin specific codeGuillaume Desmottes2009-12-221-27/+27
* account-widget: move the 'Enable' checkbox to the top of the widget (#593268)Guillaume Desmottes2009-12-221-4/+4
* account-widget: factor out add_enable_checkboxGuillaume Desmottes2009-12-221-62/+69
* changed way of tracking pending changesFelix Kaser2009-12-101-11/+14
* added destroyed flagFelix Kaser2009-12-011-1/+20
* fixed problem with destroyed widget in async callFelix Kaser2009-12-011-0/+5
* update presence when account is enabledFelix Kaser2009-12-011-10/+39
* emit account-created signal outside enabled_cbFelix Kaser2009-12-011-9/+4
* rename account_widget_setup_widget empathy_account_widget_setup_widgetGuillaume Desmottes2009-11-231-3/+4
* account_widget_combobox_changed_cb: check that param has a defaultGuillaume Desmottes2009-11-231-2/+3
* Set explicitely the model of combo boxGuillaume Desmottes2009-11-231-2/+11
* account_widget_setup_widget: add support for GtkComboBoxGuillaume Desmottes2009-11-231-0/+64
* empathy-account-widget: export account_widget_setup_widgetGuillaume Desmottes2009-11-231-1/+1
* account-widget: use the account-manaer instead of idleGuillaume Desmottes2009-11-181-32/+56
* account_widget_build_salut: focus the first name entry by defaultGuillaume Desmottes2009-11-131-1/+1
* empathy_account_widget_get_default_display_name: special case should be done ...Guillaume Desmottes2009-11-131-0/+1
* move code generating the default display name of new account to account-widgetGuillaume Desmottes2009-11-131-0/+52