summaryrefslogtreecommitdiff
path: root/libempathy/empathy-account-settings.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-08account-settings: don't call TpAccount functions if we've not created it yetJonny Lamb1-3/+9
2010-12-08account-settings: add support for saving the password in the keyring ourselvesJonny Lamb1-3/+161
2010-12-08account-settings: store the TpProtocol object and notify::ready when it's pre...Jonny Lamb1-3/+47
2010-10-18Merge branch 'external-accounts'Danielle Madeley1-2/+7
2010-10-14Check format of some user names (#629261)Vitaly Minko1-22/+84
2010-10-08Access Account.I.Storage properties via TpAccountDanielle Madeley1-2/+7
2010-10-08Revert changes to empathy-account-settingsDanielle Madeley1-92/+0
2010-10-08Support Account.Interface.StorageDanielle Madeley1-0/+92
2010-10-01empathy_account_settings_set_*: check argumentsGuillaume Desmottes1-0/+20
2010-09-29Allow to set the Service of newly created account (#629734)Guillaume Desmottes1-0/+32
2010-09-20empathy_account_settings_set_strv: we have to copy the key (#630168)Guillaume Desmottes1-1/+1
2010-09-08Add support for 'as' in account settingsNicolas Dufresne1-0/+26
2010-04-09libempathy/empathy-account-settings.c: use tp_g_signal_connect_object instead...Guillaume Desmottes1-2/+2
2010-03-03empathy_account_settings_set_display_name_async: don't do anything if not neededGuillaume Desmottes1-0/+7
2010-02-24empathy_account_settings_has_account: cope with priv->account being NULLGuillaume Desmottes1-0/+3
2010-02-11Separate the accounts dialog into its own program which works with the Gnome ...Travis Reitter1-1/+6
2009-12-25account-settings: use empathy_signal_connect_weak to connect the ready signal...Guillaume Desmottes1-2/+2
2009-12-22add empathy_account_settings_get_tp_protocolGuillaume Desmottes1-0/+8
2009-10-30all: log error messages if preparing the account manager failsJonny Lamb1-4/+14
2009-10-24account-settings: port to new tp-glib account APIJonny Lamb1-73/+73
2009-10-22empathy-account-settings.c: fix uint comparaisonGuillaume Desmottes1-4/+4
2009-10-21empathy-account-settings: fix CLAMP usageGuillaume Desmottes1-7/+9
2009-10-19empathy_account_settings_get_tp_params: don't raise an error if tp_protocol i...Guillaume Desmottes1-1/+9
2009-10-19empathy-account-settings: don't cache the TpConnectionManagerProtocolGuillaume Desmottes1-6/+12
2009-09-14Plug some leaksCosimo Cecchi1-0/+3
2009-09-09empathy_account_settings_get_uint32: check if empathy_account_settings_get re...Guillaume Desmottes1-0/+2
2009-08-31Fix a long lineCosimo Cecchi1-1/+2
2009-08-31Use empathy_protocol_icon_name()Cosimo Cecchi1-1/+1
2009-08-31Always set the icon name on account creation.Cosimo Cecchi1-5/+2
2009-08-31Implement setting icon name to the account and to the settings.Cosimo Cecchi1-2/+79
2009-08-23Don't override the display_name when creating the accountSjoerd Simons1-6/+0
2009-08-22Fix some leaks in _settings_discardSjoerd Simons1-13/+13
2009-08-22If the parameter wasn't known return NULL for the dbus signatureSjoerd Simons1-0/+3
2009-08-22First part of an overhaul of the accounts dialogJonathan Tellier1-10/+39
2009-08-22Fix long lineCosimo Cecchi1-1/+2
2009-08-22Remove the parameters from the unset pool when we set them againCosimo Cecchi1-1/+35
2009-08-21Let the cached parameters asv own the key stringsSjoerd Simons1-7/+9
2009-08-21Use g_strdup instead of casting a const gchar* to a gchar*.Xavier Claessens1-1/+1
2009-08-20Set the RequestedPresence when creating a new commandSjoerd Simons1-1/+36
2009-08-19Cache the icon inside EmpathyAccountSettingsSjoerd Simons1-7/+9
2009-08-18Get the DisplayName when the account is readySjoerd Simons1-5/+8
2009-08-18Rename empathy_settings_get_dbus_signature to empathy_account_settings_get_db...Sjoerd Simons1-1/+1
2009-08-17Removed dead codeSjoerd Simons1-10/+0
2009-08-01Merge branch 'sjoerd-mc5' into mc5Cosimo Cecchi1-15/+18
2009-07-31Make protocol icons work also with account == NULLCosimo Cecchi1-2/+5
2009-07-30Fix some coding style issuesSjoerd Simons1-15/+18
2009-07-30Ignore default value for required paramsCosimo Cecchi1-4/+0
2009-07-30Rename empathy_account_settings_owns_account()Cosimo Cecchi1-1/+1
2009-07-30Add empathy_account_settings_is_valid ()Cosimo Cecchi1-0/+60
2009-07-30Add empathy_account_settings_owns_account()Cosimo Cecchi1-0/+14