aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account-settings.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't override the display_name when creating the accountSjoerd Simons2009-08-241-6/+0
|
* Fix some leaks in _settings_discardSjoerd Simons2009-08-231-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 signatureSjoerd Simons2009-08-231-0/+3
|
* First part of an overhaul of the accounts dialogJonathan Tellier2009-08-221-10/+39
|
* Fix long lineCosimo Cecchi2009-08-221-1/+2
|
* Remove the parameters from the unset pool when we set them againCosimo Cecchi2009-08-221-1/+35
|
* Let the cached parameters asv own the key stringsSjoerd Simons2009-08-211-7/+9
|
* Use g_strdup instead of casting a const gchar* to a gchar*.Xavier Claessens2009-08-211-1/+1
|
* Set the RequestedPresence when creating a new commandSjoerd Simons2009-08-211-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 EmpathyAccountSettingsSjoerd Simons2009-08-191-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 readySjoerd Simons2009-08-181-5/+8
|
* Rename empathy_settings_get_dbus_signature to ↵Sjoerd Simons2009-08-181-1/+1
| | | | empathy_account_settings_get_dbus_signature
* Removed dead codeSjoerd Simons2009-08-171-10/+0
|
* Merge branch 'sjoerd-mc5' into mc5Cosimo Cecchi2009-08-011-15/+18
|\ | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c libempathy-gtk/empathy-protocol-chooser.c
| * Fix some coding style issuesSjoerd Simons2009-07-311-15/+18
| |
* | Make protocol icons work also with account == NULLCosimo Cecchi2009-07-311-2/+5
| |
* | Ignore default value for required paramsCosimo Cecchi2009-07-301-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 Cecchi2009-07-301-1/+1
| | | | | | | | Call it empathy_account_settings_has_account() instead
* | Add empathy_account_settings_is_valid ()Cosimo Cecchi2009-07-301-0/+60
| |
* | Add empathy_account_settings_owns_account()Cosimo Cecchi2009-07-301-0/+14
| |
* | Implement _set_display_nameCosimo Cecchi2009-07-301-0/+46
|/
* Add an abstraction to buffer up changes to an accountSjoerd Simons2009-07-221-0/+964