aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account-settings.c
Commit message (Expand)AuthorAgeFilesLines
* 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