| Commit message (Expand) | Author | Age | Files | Lines |
* | empathy_account_settings_set_display_name_async: don't do anything if not needed | Guillaume Desmottes | 2010-03-03 | 1 | -0/+7 |
* | empathy_account_settings_has_account: cope with priv->account being NULL | Guillaume Desmottes | 2010-02-24 | 1 | -0/+3 |
* | Separate the accounts dialog into its own program which works with the Gnome ... | Travis Reitter | 2010-02-12 | 1 | -1/+6 |
* | account-settings: use empathy_signal_connect_weak to connect the ready signal... | Guillaume Desmottes | 2009-12-26 | 1 | -2/+2 |
* | add empathy_account_settings_get_tp_protocol | Guillaume Desmottes | 2009-12-22 | 1 | -0/+8 |
* | all: log error messages if preparing the account manager fails | Jonny Lamb | 2009-10-30 | 1 | -4/+14 |
* | account-settings: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -73/+73 |
* | empathy-account-settings.c: fix uint comparaison | Guillaume Desmottes | 2009-10-22 | 1 | -4/+4 |
* | empathy-account-settings: fix CLAMP usage | Guillaume Desmottes | 2009-10-22 | 1 | -7/+9 |
* | empathy_account_settings_get_tp_params: don't raise an error if tp_protocol i... | Guillaume Desmottes | 2009-10-19 | 1 | -1/+9 |
* | empathy-account-settings: don't cache the TpConnectionManagerProtocol | Guillaume Desmottes | 2009-10-19 | 1 | -6/+12 |
* | Plug some leaks | Cosimo Cecchi | 2009-09-14 | 1 | -0/+3 |
* | empathy_account_settings_get_uint32: check if empathy_account_settings_get re... | Guillaume Desmottes | 2009-09-09 | 1 | -0/+2 |
* | Fix a long line | Cosimo Cecchi | 2009-08-31 | 1 | -1/+2 |
* | Use empathy_protocol_icon_name() | Cosimo Cecchi | 2009-08-31 | 1 | -1/+1 |
* | Always set the icon name on account creation. | Cosimo Cecchi | 2009-08-31 | 1 | -5/+2 |
* | Implement setting icon name to the account and to the settings. | Cosimo Cecchi | 2009-08-31 | 1 | -2/+79 |
* | Don't override the display_name when creating the account | Sjoerd Simons | 2009-08-24 | 1 | -6/+0 |
* | Fix some leaks in _settings_discard | Sjoerd Simons | 2009-08-23 | 1 | -13/+13 |
* | If the parameter wasn't known return NULL for the dbus signature | Sjoerd Simons | 2009-08-23 | 1 | -0/+3 |
* | First part of an overhaul of the accounts dialog | Jonathan Tellier | 2009-08-22 | 1 | -10/+39 |
* | Fix long line | Cosimo Cecchi | 2009-08-22 | 1 | -1/+2 |
* | Remove the parameters from the unset pool when we set them again | Cosimo Cecchi | 2009-08-22 | 1 | -1/+35 |
* | Let the cached parameters asv own the key strings | Sjoerd Simons | 2009-08-21 | 1 | -7/+9 |
* | Use g_strdup instead of casting a const gchar* to a gchar*. | Xavier Claessens | 2009-08-21 | 1 | -1/+1 |
* | Set the RequestedPresence when creating a new command | Sjoerd Simons | 2009-08-21 | 1 | -1/+36 |
* | Cache the icon inside EmpathyAccountSettings | Sjoerd Simons | 2009-08-19 | 1 | -7/+9 |
* | Get the DisplayName when the account is ready | Sjoerd Simons | 2009-08-18 | 1 | -5/+8 |
* | Rename empathy_settings_get_dbus_signature to empathy_account_settings_get_db... | Sjoerd Simons | 2009-08-18 | 1 | -1/+1 |
* | Removed dead code | Sjoerd Simons | 2009-08-17 | 1 | -10/+0 |
* | Merge branch 'sjoerd-mc5' into mc5 | Cosimo Cecchi | 2009-08-01 | 1 | -15/+18 |
|\ |
|
| * | Fix some coding style issues | Sjoerd Simons | 2009-07-31 | 1 | -15/+18 |
* | | Make protocol icons work also with account == NULL | Cosimo Cecchi | 2009-07-31 | 1 | -2/+5 |
* | | Ignore default value for required params | Cosimo Cecchi | 2009-07-30 | 1 | -4/+0 |
* | | Rename empathy_account_settings_owns_account() | Cosimo Cecchi | 2009-07-30 | 1 | -1/+1 |
* | | Add empathy_account_settings_is_valid () | Cosimo Cecchi | 2009-07-30 | 1 | -0/+60 |
* | | Add empathy_account_settings_owns_account() | Cosimo Cecchi | 2009-07-30 | 1 | -0/+14 |
* | | Implement _set_display_name | Cosimo Cecchi | 2009-07-30 | 1 | -0/+46 |
|/ |
|
* | Add an abstraction to buffer up changes to an account | Sjoerd Simons | 2009-07-22 | 1 | -0/+964 |