Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement setting icon name to the account and to the settings. | Cosimo Cecchi | 2009-08-31 | 1 | -0/+6 |
| | |||||
* | Merge commit 'jtellier/reconnect-account' | Guillaume Desmottes | 2009-08-27 | 1 | -0/+7 |
|\ | |||||
| * | - Added a utility function (empathy_account_reconnect_async) to easily | Jonathan Tellier | 2009-08-26 | 1 | -0/+7 |
| | | | | | | | | | | | | | | reconnect an account. - When we apply changes to an account, instead of disconnecting and reconnecting it, we use the new empathy_account_reconnect_async function. | ||||
* | | Implement empathy_account_refresh_properties() | Cosimo Cecchi | 2009-08-26 | 1 | -0/+2 |
|/ | |||||
* | Make the set_enabled API async | Cosimo Cecchi | 2009-08-22 | 1 | -2/+5 |
| | |||||
* | Rename empathy_account_get_connection_for to ↵ | Sjoerd Simons | 2009-08-22 | 1 | -1/+1 |
| | | | | empathy_account_get_connection_for_path | ||||
* | Add API to get teh TpConnection for an account on a certain path | Sjoerd Simons | 2009-08-21 | 1 | -0/+2 |
| | |||||
* | Implement _set_display_name | Cosimo Cecchi | 2009-07-30 | 1 | -2/+5 |
| | |||||
* | Add api to remove accounts | Sjoerd Simons | 2009-07-22 | 1 | -0/+5 |
| | |||||
* | Coding style fixes | Sjoerd Simons | 2009-07-22 | 1 | -1/+1 |
| | |||||
* | Add API to Update an accounts parameters | Sjoerd Simons | 2009-07-22 | 1 | -0/+8 |
| | |||||
* | Remove the API to change the account parameters one by one | Sjoerd Simons | 2009-07-22 | 1 | -15/+2 |
| | |||||
* | Keep track of ``global'' presence of all accounts | Sjoerd Simons | 2009-07-16 | 1 | -1/+0 |
| | |||||
* | Add api to set the requested presence | Sjoerd Simons | 2009-07-08 | 1 | -0/+4 |
| | |||||
* | Initial port of Account and AccountManager to MC5 | Sjoerd Simons | 2009-07-08 | 1 | -1/+5 |
| | |||||
* | Get the icon name from the account object directly | Sjoerd Simons | 2009-07-05 | 1 | -0/+1 |
| | |||||
* | Add API to get the protocol and cm name from a account | Sjoerd Simons | 2009-07-05 | 1 | -4/+3 |
| | |||||
* | Implement EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -0/+94 |
Refactor EmpathyAccountManager and introduce a seperate EmpathyAccount object, which wraps McAccount. When moving to MC5, EmpathyAccount will wrap the Telepathy.Account interface. Fixes #587508 |