Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'external-accounts' | Danielle Madeley | 2010-10-18 | 1 | -2/+7 |
|\ | |||||
| * | Access Account.I.Storage properties via TpAccount | Danielle Madeley | 2010-10-08 | 1 | -2/+7 |
| | | |||||
| * | Revert changes to empathy-account-settings | Danielle Madeley | 2010-10-08 | 1 | -92/+0 |
| | | |||||
| * | Support Account.Interface.Storage | Danielle Madeley | 2010-10-08 | 1 | -0/+92 |
| | | | | | | | | Also support org.moblin.libsocialweb for Meego | ||||
* | | Check format of some user names (#629261) | Vitaly Minko | 2010-10-14 | 1 | -22/+84 |
|/ | |||||
* | empathy_account_settings_set_*: check arguments | Guillaume Desmottes | 2010-10-01 | 1 | -0/+20 |
| | |||||
* | Allow to set the Service of newly created account (#629734) | Guillaume Desmottes | 2010-09-29 | 1 | -0/+32 |
| | |||||
* | empathy_account_settings_set_strv: we have to copy the key (#630168) | Guillaume Desmottes | 2010-09-20 | 1 | -1/+1 |
| | |||||
* | Add support for 'as' in account settings | Nicolas Dufresne | 2010-09-09 | 1 | -0/+26 |
| | |||||
* | libempathy/empathy-account-settings.c: use tp_g_signal_connect_object ↵ | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
| | | | | instead of empathy_signal_connect_weak | ||||
* | 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 |
| | | | | | priv->account is not garantee to be set so empathy_account_settings_has_account shouldn't assume it is (#610942). | ||||
* | Separate the accounts dialog into its own program which works with the Gnome ↵ | Travis Reitter | 2010-02-12 | 1 | -1/+6 |
| | | | | | | | | preferences and control center. Where available, this also supports embedding the preferences dialog in the "extensible-shell" control center (currently in development, but likely to be mainlined soon). | ||||
* | account-settings: use empathy_signal_connect_weak to connect the ready ↵ | Guillaume Desmottes | 2009-12-26 | 1 | -2/+2 |
| | | | | | | | signal on managers If for some reason this signal is fired after the settings has been destroyed, we shouldn't crash. | ||||
* | 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 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | account-settings: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -73/+73 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | 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 |
| | | | | | CLAMP syntax is (x, low, high), not (low, x, high). Also add some cast to fix compiler warnings. | ||||
* | empathy_account_settings_get_tp_params: don't raise an error if tp_protocol ↵ | Guillaume Desmottes | 2009-10-19 | 1 | -1/+9 |
| | | | | is NULL | ||||
* | empathy-account-settings: don't cache the TpConnectionManagerProtocol | Guillaume Desmottes | 2009-10-19 | 1 | -6/+12 |
| | | | | | | The result of tp_connection_manager_get_protocol isn't garanteed to be valid after the main loop re-entered. We can't cache it in the account settings and so have to request it each time we need it. | ||||
* | Plug some leaks | Cosimo Cecchi | 2009-09-14 | 1 | -0/+3 |
| | |||||
* | empathy_account_settings_get_uint32: check if empathy_account_settings_get ↵ | Guillaume Desmottes | 2009-09-09 | 1 | -0/+2 |
| | | | | returned NULL (#594653) | ||||
* | 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 |
| | | | | | Prevent leaking the unset parameter names when unsetting the array. Also use it as a general utility function in other parts of the code | ||||
* | 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 |
| | | | | | | When we create a new account set the initial value of RequestedPresence to the global requested presence, but don't enable it by default. This will cause its requested presence to always be in sync with the rest of empathy. | ||||
* | Cache the icon inside EmpathyAccountSettings | Sjoerd Simons | 2009-08-19 | 1 | -7/+9 |
| | | | | | | At some point we should set the Icon property in the account manager, for now just cache it in the settings so we can pass it by reference instead of needing to dup it as that's the API we want to have in the future | ||||
* | Get the DisplayName when the account is ready | Sjoerd Simons | 2009-08-18 | 1 | -5/+8 |
| | |||||
* | Rename empathy_settings_get_dbus_signature to ↵ | Sjoerd Simons | 2009-08-18 | 1 | -1/+1 |
| | | | | empathy_account_settings_get_dbus_signature | ||||
* | 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 |
|\ | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c libempathy-gtk/empathy-protocol-chooser.c | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | Parameters should never have both the default and the required flags set, as required means the user has to fill in a value. When this happens anyway, the default dlag should be ignored, so we can avoid looking up the default value when checking for an account settings' validity. | ||||
* | | Rename empathy_account_settings_owns_account() | Cosimo Cecchi | 2009-07-30 | 1 | -1/+1 |
| | | | | | | | | Call it empathy_account_settings_has_account() instead | ||||
* | | 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 |