Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include telepathy-glib.h | Guillaume Desmottes | 2012-09-17 | 1 | -2/+1 |
| | | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch. | ||||
* | Remember password at least until session restart | Xavier Claessens | 2012-08-27 | 1 | -0/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776 | ||||
* | add empathy_account_settings_set_storage_provider() | Guillaume Desmottes | 2012-07-19 | 1 | -0/+4 |
| | |||||
* | account-settings: always use GVariant to store parameters | Guillaume Desmottes | 2012-06-07 | 1 | -4/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | remove empathy_account_settings_set_* functions | Guillaume Desmottes | 2012-06-07 | 1 | -16/+2 |
| | | | | | | | | They don't buy us much so let's just pass the GVariant directly. Fix some string leaks in empathy-account-widget-irc.c as well. https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | accounts-settings: store parameters as GVariant | Guillaume Desmottes | 2012-06-07 | 1 | -1/+2 |
| | | | | | | | This patch introduces a GValue leak. I'm going to fix it when switching the rest of this code to GVariant but I prefer to keep patches smaller. https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | make empathy_account_settings_get() static | Guillaume Desmottes | 2012-06-07 | 1 | -3/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545 | ||||
* | account-settings: use TpProtocol's API to get TpConnectionManagerParam | Guillaume Desmottes | 2012-06-06 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677465 | ||||
* | empathy_account_settings_get_tp_protocol: return a TpProtocol | Guillaume Desmottes | 2012-06-06 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=677465 | ||||
* | account-settings: allow to change the service | Guillaume Desmottes | 2012-01-13 | 1 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=667791 | ||||
* | account-settings: add API to set 'tel' in the URISchemes property of the account | Guillaume Desmottes | 2011-08-24 | 1 | -0/+6 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=657220 | ||||
* | add empathy_account_settings_param_is_supported() | Guillaume Desmottes | 2011-05-23 | 1 | -0/+4 |
| | |||||
* | Only add the 'extra-certificate-identities' parameter if gabble supports it. | Stef Walter | 2011-03-22 | 1 | -0/+4 |
| | |||||
* | only try reconnecting accounts if needed (#642358) | Guillaume Desmottes | 2011-02-16 | 1 | -0/+1 |
| | |||||
* | account-settings: add _supports_sasl function | Jonny Lamb | 2010-12-10 | 1 | -0/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Check format of some user names (#629261) | Vitaly Minko | 2010-10-14 | 1 | -0/+8 |
| | |||||
* | Allow to set the Service of newly created account (#629734) | Guillaume Desmottes | 2010-09-29 | 1 | -0/+4 |
| | |||||
* | Add support for 'as' in account settings | Nicolas Dufresne | 2010-09-09 | 1 | -0/+5 |
| | |||||
* | add empathy_account_settings_get_tp_protocol | Guillaume Desmottes | 2009-12-22 | 1 | -0/+3 |
| | |||||
* | account-settings: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -4/+4 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Implement setting icon name to the account and to the settings. | Cosimo Cecchi | 2009-08-31 | 1 | -0/+11 |
| | |||||
* | First part of an overhaul of the accounts dialog | Jonathan Tellier | 2009-08-22 | 1 | -0/+3 |
| | |||||
* | Rename empathy_settings_get_dbus_signature to ↵ | Sjoerd Simons | 2009-08-18 | 1 | -1/+1 |
| | | | | empathy_account_settings_get_dbus_signature | ||||
* | Make protocol icons work also with account == NULL | Cosimo Cecchi | 2009-07-31 | 1 | -1/+1 |
| | |||||
* | 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/+1 |
| | |||||
* | Add empathy_account_settings_owns_account() | Cosimo Cecchi | 2009-07-30 | 1 | -0/+3 |
| | |||||
* | Coding style fixes | Sjoerd Simons | 2009-07-22 | 1 | -2/+2 |
| | |||||
* | Add an abstraction to buffer up changes to an account | Sjoerd Simons | 2009-07-22 | 1 | -0/+156 |