summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-manager.c
Commit message (Expand)AuthorAgeFilesLines
* 0.23.0Guillaume Desmottes2013-10-281-1/+1
* deprecate tp_account_manager_is_prepared()Guillaume Desmottes2013-09-271-0/+1
* stop using tp_account_is_prepared()Guillaume Desmottes2013-09-271-1/+1
* TpAccountManager: tighten up guarantees about factoriesSimon McVittie2013-09-061-16/+42
* TpAccountManager: fix documentation of how many accounts are preparedSimon McVittie2013-09-061-9/+4
* tp_account_manager_create_account_async: document TpAccountRequest as an alte...Simon McVittie2012-09-261-0/+3
* prepare 0.19.9 releasetelepathy-glib-0.19.9Xavier Claessens2012-09-111-2/+2
* TpAccountManager: Deprecate _get_ functions returning a GList and replace the...Xavier Claessens2012-09-051-2/+39
* prepare 0.19.6telepathy-glib-0.19.6Guillaume Desmottes2012-08-061-1/+1
* add tp_account_manager_can_set_default()Guillaume Desmottes2012-08-021-0/+17
* TpAccountManager: set the requested presence on newly created accountsXavier Claessens2012-07-241-0/+10
* Stop using TP_ERRORSSimon McVittie2012-05-021-1/+1
* account-manager: fix small typos in documentationJonny Lamb2012-04-251-2/+2
* account-manager: document what signal is used for new accountsJonny Lamb2012-04-251-0/+23
* TpAM: Document that _set_default() keeps an internal referenceXavier Claessens2012-04-161-0/+3
* Complete results of TpProxy D-Bus calls in an idleSimon McVittie2012-04-121-2/+2
* Use GLib's default marshaller everywhereSimon McVittie2012-03-011-11/+5
* start preparing 0.17.5Guillaume Desmottes2012-02-141-1/+1
* Merge branch 'telepathy-glib-0.16'Simon McVittie2012-02-091-1/+1
|\
| * tp_account_manager_create_account_finish: warn that the return has a limited ...Simon McVittie2012-02-091-1/+1
* | Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* | account-mgr: pretend that we are AVAILABLE if the best presence is UNSETGuillaume Desmottes2012-01-251-2/+49
* | Merge branch 'telepathy-glib-0.16'Guillaume Desmottes2012-01-241-3/+3
|\ \ | |/
| * get_most_available_presence(): match the doc if no account connectedGuillaume Desmottes2012-01-241-3/+3
* | Simplify _finish() functions using _tp_implement_finish_*Xavier Claessens2011-12-141-12/+2
* | Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-1/+1
|/
* Add some extra debugging to make it easier to follow AccountManager preparationSjoerd Simons2011-10-241-0/+5
* Version 0.15.6telepathy-glib-0.15.6Xavier Claessens2011-09-301-2/+2
* deprecate tp_account_manager_prepare_{async,finish}Guillaume Desmottes2011-09-191-0/+2
* Version 0.15.5telepathy-glib-0.15.5Will Thompson2011-08-171-1/+1
* Print useful warning in case tp_account_manager_set_default() failsXavier Claessens2011-08-171-3/+14
* Improve documentation a bitXavier Claessens2011-08-171-4/+5
* TpAccountManager is the "toplevel" object, do not create it through a factoryXavier Claessens2011-08-171-15/+34
* Add tp_account_manager_set_default()Xavier Claessens2011-08-171-0/+29
* Deprecate tp_account_manager_ensure_account()Xavier Claessens2011-08-171-0/+2
* TpAccountManager: Fix doc now that TpAccount objects are guaranteed to be pre...Xavier Claessens2011-08-171-4/+12
* TpAccountManager: trivial code simplificationXavier Claessens2011-08-171-8/+1
* TpAccountManager: Stop tp_a_m_ensure_account() from inserting non prepared ac...Xavier Claessens2011-08-171-51/+44
* TpAccountManager: Delay preparing CORE featur until all TpAccounts are readyXavier Claessens2011-08-171-109/+59
* TpAccountManager: delay account-validity-changed until TpAccount is readyXavier Claessens2011-08-171-6/+85
* TpAccountManager: Delay create_account_async() reply until TpAccount is readyXavier Claessens2011-08-171-29/+38
* Merge branch 'contact-list-rebase'Xavier Claessens2011-08-051-0/+7
|\
| * Doc fix: Make clear in TpAccountManager doc that propagating the factory also...Xavier Claessens2011-08-051-1/+2
| * Include contact-list.c example into TpAccountManager's docXavier Claessens2011-08-041-0/+6
* | Print warning if tp_account_manager_dup() failsXavier Claessens2011-08-051-3/+7
|/
* Ensure TpAccountManager always has a factory and use it to create its TpAccountXavier Claessens2011-07-201-1/+4
* Add TpSimpleClientFactoryXavier Claessens2011-07-201-0/+9
* update comments refering to the old start_preparing functionGuillaume Desmottes2011-05-121-1/+1
* Merge branch 'telepathy-glib-0.12'Will Thompson2010-12-131-5/+11
|\
| * AM.ensure_account(): Don't critical on invalid pathsWill Thompson2010-12-131-5/+11