Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include telepathy-glib.h | Guillaume Desmottes | 2012-09-17 | 1 | -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 Desmottes | 2012-09-11 | 1 | -2/+2 |
| | | | | | | tp_account_manager_get_valid_accounts() has been deprecated. Fix an accounts list leak in empathy-sanity-cleaning. | ||||
* | add missing config.h includes | Guillaume Desmottes | 2012-03-07 | 1 | -2/+2 |
| | |||||
* | presence-manager: stop watching connectivity changes | Guillaume Desmottes | 2012-02-02 | 1 | -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_async | Guillaume Desmottes | 2011-09-19 | 1 | -2/+2 |
| | |||||
* | Revert "-Fix use of include <config.h> to make sure translations work" | Guillaume Desmottes | 2011-04-04 | 1 | -4/+2 |
| | | | | | | This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47. Sorry, I didn't mean to push that... | ||||
* | -Fix use of include <config.h> to make sure translations work | Kjartan Maraas | 2011-04-04 | 1 | -2/+4 |
| | |||||
* | use tp_g_signal_connect_object() | Guillaume Desmottes | 2011-01-25 | 1 | -22/+6 |
| | |||||
* | presence-manager: add a dispose function and use tp_clear_* | Guillaume Desmottes | 2011-01-25 | 1 | -14/+23 |
| | |||||
* | presence_manager_finalize: chain up | Guillaume Desmottes | 2011-01-25 | 1 | -0/+2 |
| | |||||
* | use the self->priv pattern rather than GET_PRIV() | Guillaume Desmottes | 2011-01-25 | 1 | -170/+109 |
| | |||||
* | presence-manager: port to new coding style | Guillaume Desmottes | 2011-01-25 | 1 | -514/+534 |
| | |||||
* | rename EmpathyIdle to EmpathyPresenceManager (#640532) | Guillaume Desmottes | 2011-01-25 | 1 | -0/+733 |
It's doing more than idle management now. |