aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account-settings.h
Commit message (Collapse)AuthorAgeFilesLines
* include telepathy-glib.hGuillaume Desmottes2012-09-171-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 restartXavier Claessens2012-08-271-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776
* add empathy_account_settings_set_storage_provider()Guillaume Desmottes2012-07-191-0/+4
|
* account-settings: always use GVariant to store parametersGuillaume Desmottes2012-06-071-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545
* remove empathy_account_settings_set_* functionsGuillaume Desmottes2012-06-071-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 GVariantGuillaume Desmottes2012-06-071-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() staticGuillaume Desmottes2012-06-071-3/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545
* account-settings: use TpProtocol's API to get TpConnectionManagerParamGuillaume Desmottes2012-06-061-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=677465
* empathy_account_settings_get_tp_protocol: return a TpProtocolGuillaume Desmottes2012-06-061-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=677465
* account-settings: allow to change the serviceGuillaume Desmottes2012-01-131-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=667791
* account-settings: add API to set 'tel' in the URISchemes property of the accountGuillaume Desmottes2011-08-241-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=657220
* add empathy_account_settings_param_is_supported()Guillaume Desmottes2011-05-231-0/+4
|
* Only add the 'extra-certificate-identities' parameter if gabble supports it.Stef Walter2011-03-221-0/+4
|
* only try reconnecting accounts if needed (#642358)Guillaume Desmottes2011-02-161-0/+1
|
* account-settings: add _supports_sasl functionJonny Lamb2010-12-101-0/+2
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Check format of some user names (#629261)Vitaly Minko2010-10-141-0/+8
|
* Allow to set the Service of newly created account (#629734)Guillaume Desmottes2010-09-291-0/+4
|
* Add support for 'as' in account settingsNicolas Dufresne2010-09-091-0/+5
|
* add empathy_account_settings_get_tp_protocolGuillaume Desmottes2009-12-221-0/+3
|
* account-settings: port to new tp-glib account APIJonny Lamb2009-10-241-4/+4
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Implement setting icon name to the account and to the settings.Cosimo Cecchi2009-08-311-0/+11
|
* First part of an overhaul of the accounts dialogJonathan Tellier2009-08-221-0/+3
|
* Rename empathy_settings_get_dbus_signature to ↵Sjoerd Simons2009-08-181-1/+1
| | | | empathy_account_settings_get_dbus_signature
* Make protocol icons work also with account == NULLCosimo Cecchi2009-07-311-1/+1
|
* Rename empathy_account_settings_owns_account()Cosimo Cecchi2009-07-301-1/+1
| | | | Call it empathy_account_settings_has_account() instead
* Add empathy_account_settings_is_valid ()Cosimo Cecchi2009-07-301-0/+1
|
* Add empathy_account_settings_owns_account()Cosimo Cecchi2009-07-301-0/+3
|
* Coding style fixesSjoerd Simons2009-07-221-2/+2
|
* Add an abstraction to buffer up changes to an accountSjoerd Simons2009-07-221-0/+156