aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-roster-model-aggregator.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-2/+1
| | | | | | | | | | | | 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-2/+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
* rename empathy_roster_model_get_groups_for_individual() to _dup_Guillaume Desmottes2012-09-121-3/+3
| | | | | It matches tp-glib naming convention now that the returned list is (transfer full).
* Connected notify on individuals to refilter if neededLaurent Contzen2012-08-101-13/+54
|
* Added filtering function to model-aggregatorLaurent Contzen2012-08-091-4/+43
|
* Implemented _get_groups_for_individualLaurent Contzen2012-08-091-0/+26
|
* New GHashTable individuals and _get_individuals implementationLaurent Contzen2012-08-091-6/+71
|
* Connected the aggregator to individuals-changed signalLaurent Contzen2012-08-091-0/+39
|
* Added new aggregator property in EmpathyRosterModelAggregatorLaurent Contzen2012-08-091-7/+41
|
* EmpathyRosterModelAggregator implements EmpathyRosterModel ifaceLaurent Contzen2012-08-091-2/+17
|
* Coding style fixupsLaurent Contzen2012-08-091-1/+2
|
* add empathy-roster-model-aggregatorGuillaume Desmottes2012-08-091-0/+165