aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
Refactor EmpathyAccountManager and introduce a seperate EmpathyAccount object, which wraps McAccount. When moving to MC5, EmpathyAccount will wrap the Telepathy.Account interface. Fixes #587508