aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account-settings.c
Commit message (Expand)AuthorAgeFilesLines
* Only add the 'extra-certificate-identities' parameter if gabble supports it.Stef Walter2011-03-221-0/+7
* save the password before trying to connect the new account (#643690)Guillaume Desmottes2011-03-171-0/+16
* Prevent segv attempting to free uninitialised value.Danielle Madeley2011-02-211-1/+1
* empathy_account_settings_check_readyness: don't leak a ref on managerGuillaume Desmottes2011-02-171-1/+1
* only try reconnecting accounts if needed (#642358)Guillaume Desmottes2011-02-161-1/+15
* account-settings: only remove the MC password param if set in the keyring OKJonny Lamb2011-01-261-12/+30
* account-settings: use tp_account_get_path_suffixJonny Lamb2011-01-261-5/+3
* account-settings: add a comment saying what to remove when purging migration ...Jonny Lamb2011-01-261-1/+2
* account-settings: move the migration code to another functionJonny Lamb2011-01-261-45/+54
* account-settings: migrate passwords from MC to gk ourselvesJonny Lamb2011-01-261-0/+47
* account-settings: use tp_clear_object in disposeJonny Lamb2011-01-261-19/+5
* account-settings: add _supports_sasl functionJonny Lamb2011-01-261-0/+8
* account-settings: don't block notify::ready on getting a passwordJonny Lamb2011-01-261-6/+19
* account-settings: don't call TpAccount functions if we've not created it yetJonny Lamb2011-01-261-3/+14
* account-settings: add support for saving the password in the keyring ourselvesJonny Lamb2011-01-261-3/+165
* account-settings: store the TpProtocol object and notify::ready when it's pre...Jonny Lamb2011-01-261-3/+47
* empathy_account_settings_set_strv: we have to copy the key (#630168)Guillaume Desmottes2010-09-201-1/+1
* Add support for 'as' in account settingsNicolas Dufresne2010-09-091-0/+26
* libempathy/empathy-account-settings.c: use tp_g_signal_connect_object instead...Guillaume Desmottes2010-04-091-2/+2
* empathy_account_settings_set_display_name_async: don't do anything if not neededGuillaume Desmottes2010-03-031-0/+7
* empathy_account_settings_has_account: cope with priv->account being NULLGuillaume Desmottes2010-02-241-0/+3
* Separate the accounts dialog into its own program which works with the Gnome ...Travis Reitter2010-02-121-1/+6
* account-settings: use empathy_signal_connect_weak to connect the ready signal...Guillaume Desmottes2009-12-261-2/+2
* add empathy_account_settings_get_tp_protocolGuillaume Desmottes2009-12-221-0/+8
* all: log error messages if preparing the account manager failsJonny Lamb2009-10-301-4/+14
* account-settings: port to new tp-glib account APIJonny Lamb2009-10-241-73/+73
* empathy-account-settings.c: fix uint comparaisonGuillaume Desmottes2009-10-221-4/+4
* empathy-account-settings: fix CLAMP usageGuillaume Desmottes2009-10-221-7/+9
* empathy_account_settings_get_tp_params: don't raise an error if tp_protocol i...Guillaume Desmottes2009-10-191-1/+9
* empathy-account-settings: don't cache the TpConnectionManagerProtocolGuillaume Desmottes2009-10-191-6/+12
* Plug some leaksCosimo Cecchi2009-09-141-0/+3
* empathy_account_settings_get_uint32: check if empathy_account_settings_get re...Guillaume Desmottes2009-09-091-0/+2
* Fix a long lineCosimo Cecchi2009-08-311-1/+2
* Use empathy_protocol_icon_name()Cosimo Cecchi2009-08-311-1/+1
* Always set the icon name on account creation.Cosimo Cecchi2009-08-311-5/+2
* Implement setting icon name to the account and to the settings.Cosimo Cecchi2009-08-311-2/+79
* Don't override the display_name when creating the accountSjoerd Simons2009-08-241-6/+0
* Fix some leaks in _settings_discardSjoerd Simons2009-08-231-13/+13
* If the parameter wasn't known return NULL for the dbus signatureSjoerd Simons2009-08-231-0/+3
* First part of an overhaul of the accounts dialogJonathan Tellier2009-08-221-10/+39
* Fix long lineCosimo Cecchi2009-08-221-1/+2
* Remove the parameters from the unset pool when we set them againCosimo Cecchi2009-08-221-1/+35
* Let the cached parameters asv own the key stringsSjoerd Simons2009-08-211-7/+9
* Use g_strdup instead of casting a const gchar* to a gchar*.Xavier Claessens2009-08-211-1/+1
* Set the RequestedPresence when creating a new commandSjoerd Simons2009-08-211-1/+36
* Cache the icon inside EmpathyAccountSettingsSjoerd Simons2009-08-191-7/+9
* Get the DisplayName when the account is readySjoerd Simons2009-08-181-5/+8
* Rename empathy_settings_get_dbus_signature to empathy_account_settings_get_db...Sjoerd Simons2009-08-181-1/+1
* Removed dead codeSjoerd Simons2009-08-171-10/+0
* Merge branch 'sjoerd-mc5' into mc5Cosimo Cecchi2009-08-011-15/+18
|\
| * Fix some coding style issuesSjoerd Simons2009-07-311-15/+18
* | Make protocol icons work also with account == NULLCosimo Cecchi2009-07-311-2/+5
* | Ignore default value for required paramsCosimo Cecchi2009-07-301-4/+0
* | Rename empathy_account_settings_owns_account()Cosimo Cecchi2009-07-301-1/+1
* | Add empathy_account_settings_is_valid ()Cosimo Cecchi2009-07-301-0/+60
* | Add empathy_account_settings_owns_account()Cosimo Cecchi2009-07-301-0/+14
* | Implement _set_display_nameCosimo Cecchi2009-07-301-0/+46
|/
* Add an abstraction to buffer up changes to an accountSjoerd Simons2009-07-221-0/+964