aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-connection-aggregator.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-1/+0
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-4/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+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.
* connection-aggregator: fix contacts array leakGuillaume Desmottes2012-09-121-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=683864
* 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 empathy_connection_aggregator_rename_group()Guillaume Desmottes2012-04-201-0/+41
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=501065
* don't free content of the list returned by ↵Guillaume Desmottes2012-01-171-0/+1
| | | | | | empathy_connection_aggregator_get_all_groups() https://bugzilla.gnome.org/show_bug.cgi?id=667037
* connection-aggregator: add API to track contactsGuillaume Desmottes2011-11-301-0/+71
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547
* Revert "WIP"Guillaume Desmottes2011-11-291-72/+0
| | | | | | This reverts commit f1a9c6deaa7f706df73cb4e1195647a2a27177c6. Humm I didn't mean to push that, sorry. :\
* remove trailing spaceGuillaume Desmottes2011-11-291-1/+1
|
* WIPGuillaume Desmottes2011-11-291-0/+72
|
* add empathy_connection_aggregator_get_all_groups()Guillaume Desmottes2011-11-291-0/+28
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=665121
* add EmpathyConnectionAggregatorGuillaume Desmottes2011-11-291-0/+190
It won't do much atm but will be used as a helper dealing with all connections. https://bugzilla.gnome.org/show_bug.cgi?id=665121