Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new _ensure_account API | Sjoerd Simons | 2009-08-24 | 1 | -0/+3 |
| | | | | | Have one call which only gets the account if it exists and a different one which creates the account on the given path when needed. | ||||
* | Add a function to get the requested global presence from the account manager | Sjoerd Simons | 2009-08-21 | 1 | -0/+5 |
| | |||||
* | Chang the API of AccountManager to have the get lookup the account by name | Sjoerd Simons | 2009-07-30 | 1 | -2/+2 |
| | | | | | | | | EmpathyAccountManager used to have a _lookup function that looked up accounts by name and a _get function that lookup up accounts by connection. This is confusing, as looking up an account for a connection is less common rename have the _get_account be the same _lookup (but without returning a ref) and add a _get_account_for_connection function lookup by account | ||||
* | Add API to add accounts | Sjoerd Simons | 2009-07-22 | 1 | -5/+9 |
| | |||||
* | reformat macros a bit | Sjoerd Simons | 2009-07-21 | 1 | -6/+11 |
| | |||||
* | Add a concept of ready to the account manager | Sjoerd Simons | 2009-07-16 | 1 | -0/+2 |
| | |||||
* | Keep track of ``global'' presence of all accounts | Sjoerd Simons | 2009-07-16 | 1 | -0/+5 |
| | |||||
* | Remove dead code | Sjoerd Simons | 2009-07-16 | 1 | -3/+0 |
| | |||||
* | Add a utility to set the presence on all requested accounts | Sjoerd Simons | 2009-07-08 | 1 | -0/+6 |
| | |||||
* | Add api to create accounts, by cm and proto name | Sjoerd Simons | 2009-07-06 | 1 | -1/+7 |
| | |||||
* | Implement EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -8/+11 |
| | | | | | | Refactor EmpathyAccountManager and introduce a seperate EmpathyAccount object, which wraps McAccount. When moving to MC5, EmpathyAccount will wrap the Telepathy.Account interface. Fixes #587508 | ||||
* | empathy-account-manager: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | Keep a ref to all TpConnection objects. Map account<>connection. | Xavier Claessens | 2009-04-22 | 1 | -0/+10 |
| | |||||
* | Added a new empathy_account_manager_get_count function, to get the number of | Frederic Peters | 2009-01-30 | 1 | -0/+2 |
| | | | | | | accounts. svn path=/trunk/; revision=2264 | ||||
* | Use new singleton policy for EmpathyAccountManager. | Xavier Claessens | 2009-01-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2074 | ||||
* | Style fixes. | Xavier Claessens | 2009-01-07 | 1 | -8/+8 |
| | | | | svn path=/trunk/; revision=2064 | ||||
* | Add an API to EmpathyAccountManager to find out if an account has just | Xavier Claessens | 2009-01-07 | 1 | -0/+6 |
| | | | | | | connected. svn path=/trunk/; revision=2054 | ||||
* | Add new API in EmpathyAccountManager to cache the number of connecting | Xavier Claessens | 2009-01-07 | 1 | -2/+9 |
| | | | | | | and connected accounts. svn path=/trunk/; revision=2042 | ||||
* | Add EmpathyAccountManager. | Xavier Claessens | 2009-01-07 | 1 | -0/+53 |
svn path=/trunk/; revision=2029 |