aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-presence-manager.c
Commit message (Collapse)AuthorAgeFilesLines
* include telepathy-glib.hGuillaume Desmottes2012-09-171-4/+0
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-2/+2
| | | | | | tp_account_manager_get_valid_accounts() has been deprecated. Fix an accounts list leak in empathy-sanity-cleaning.
* add missing config.h includesGuillaume Desmottes2012-03-071-2/+2
|
* presence-manager: stop watching connectivity changesGuillaume Desmottes2012-02-021-67/+3
| | | | | | | | | | Mission-Control does it for us now (thanks Will!). We don't remove empathy-connectivity yet because some Empathy components still rely on it to display the status of the network. Ideally, this could be exposed by MC as well (fdo #45126). https://bugzilla.gnome.org/show_bug.cgi?id=668498
* Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes2011-09-191-2/+2
|
* Revert "-Fix use of include <config.h> to make sure translations work"Guillaume Desmottes2011-04-041-4/+2
| | | | | | This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47. Sorry, I didn't mean to push that...
* -Fix use of include <config.h> to make sure translations workKjartan Maraas2011-04-041-2/+4
|
* use tp_g_signal_connect_object()Guillaume Desmottes2011-01-251-22/+6
|
* presence-manager: add a dispose function and use tp_clear_*Guillaume Desmottes2011-01-251-14/+23
|
* presence_manager_finalize: chain upGuillaume Desmottes2011-01-251-0/+2
|
* use the self->priv pattern rather than GET_PRIV()Guillaume Desmottes2011-01-251-170/+109
|
* presence-manager: port to new coding styleGuillaume Desmottes2011-01-251-514/+534
|
* rename EmpathyIdle to EmpathyPresenceManager (#640532)Guillaume Desmottes2011-01-251-0/+733
It's doing more than idle management now.