aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account.c
Commit message (Expand)AuthorAgeFilesLines
* Fall back to the default icon if an empty icon name is setCosimo Cecchi2009-08-311-5/+6
* Implement setting icon name to the account and to the settings.Cosimo Cecchi2009-08-311-0/+70
* Merge commit 'jtellier/reconnect-account'Guillaume Desmottes2009-08-271-0/+43
|\
| * - Added a utility function (empathy_account_reconnect_async) to easilyJonathan Tellier2009-08-261-0/+43
* | Only request presence when the account is enabled (#593161).Cosimo Cecchi2009-08-271-9/+12
* | Implement empathy_account_refresh_properties()Cosimo Cecchi2009-08-261-7/+18
|/
* Request presence again when an account is enabledCosimo Cecchi2009-08-261-0/+17
* Fix a crash caused by tp-glib emitting invalidated in disposeSjoerd Simons2009-08-251-20/+11
* Return the correct object when querying the dbus-daemon propertySjoerd Simons2009-08-241-2/+1
* Make the set_enabled API asyncCosimo Cecchi2009-08-221-14/+43
* Rename empathy_account_get_connection_for to empathy_account_get_connection_f...Sjoerd Simons2009-08-221-2/+2
* Don't hook up to invalidated when creating the connection failedSjoerd Simons2009-08-221-10/+11
* Add API to get teh TpConnection for an account on a certain pathSjoerd Simons2009-08-211-31/+59
* replace UNIQUE_NAME_PREFIX by TP_ACCOUNT_OBJECT_PATH_BASESjoerd Simons2009-08-191-4/+3
* rename status-reason to connection-status-reason and notify connection-status...Sjoerd Simons2009-08-181-2/+3
* Notify when display-name is updatedSjoerd Simons2009-08-171-0/+1
* Plug some leaksSjoerd Simons2009-08-171-2/+8
* Merge branch 'sjoerd-mc5' into mc5Cosimo Cecchi2009-08-011-16/+26
|\
| * Fix some coding style issuesSjoerd Simons2009-07-311-3/+5
| * add some slightly nicer debug messagesSjoerd Simons2009-07-311-2/+3
| * Unref the connection if it fails to become ready or is invalidatedSjoerd Simons2009-07-301-10/+17
| * Add a utility function to may protocols to their iconsSjoerd Simons2009-07-291-1/+1
* | Implement _set_display_nameCosimo Cecchi2009-07-301-0/+59
|/
* Correctly implement empathy_account_is_validSjoerd Simons2009-07-221-3/+2
* Add api to remove accountsSjoerd Simons2009-07-221-0/+48
* Add removed signal on EmpathyAccountSjoerd Simons2009-07-221-0/+47
* Coding style fixesSjoerd Simons2009-07-221-3/+3
* Unescape _ and _2d in the protocol from mission-controlSjoerd Simons2009-07-221-1/+38
* Make empathy_account_set_enable call out over d-busSjoerd Simons2009-07-221-4/+26
* Add API to Update an accounts parametersSjoerd Simons2009-07-221-0/+51
* Remove the API to change the account parameters one by oneSjoerd Simons2009-07-221-59/+8
* remove dead codeSjoerd Simons2009-07-191-58/+0
* Check the right variable for setting the ready propertySjoerd Simons2009-07-161-1/+1
* Keep track of ``global'' presence of all accountsSjoerd Simons2009-07-161-15/+54
* Add api to set the requested presenceSjoerd Simons2009-07-081-0/+43
* Initial port of Account and AccountManager to MC5Sjoerd Simons2009-07-081-68/+300
* Get the icon name from the account object directlySjoerd Simons2009-07-051-0/+11
* Add API to get the protocol and cm name from a accountSjoerd Simons2009-07-051-7/+48
* clarify when notify::connection is signalledSjoerd Simons2009-07-011-0/+1
* explain the connect_time struct memberSjoerd Simons2009-07-011-0/+1
* Fix coding styleSjoerd Simons2009-07-011-1/+2
* Implement EmpathyAccountSjoerd Simons2009-07-011-0/+572