Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorder header inclusions accordingly to the Telepathy coding style | Emanuele Aina | 2013-04-02 | 1 | -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 inclusions | Emanuele Aina | 2013-03-28 | 1 | -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 Desmottes | 2012-09-12 | 1 | -3/+3 |
| | | | | | It matches tp-glib naming convention now that the returned list is (transfer full). | ||||
* | Connected notify on individuals to refilter if needed | Laurent Contzen | 2012-08-10 | 1 | -13/+54 |
| | |||||
* | Added filtering function to model-aggregator | Laurent Contzen | 2012-08-09 | 1 | -4/+43 |
| | |||||
* | Implemented _get_groups_for_individual | Laurent Contzen | 2012-08-09 | 1 | -0/+26 |
| | |||||
* | New GHashTable individuals and _get_individuals implementation | Laurent Contzen | 2012-08-09 | 1 | -6/+71 |
| | |||||
* | Connected the aggregator to individuals-changed signal | Laurent Contzen | 2012-08-09 | 1 | -0/+39 |
| | |||||
* | Added new aggregator property in EmpathyRosterModelAggregator | Laurent Contzen | 2012-08-09 | 1 | -7/+41 |
| | |||||
* | EmpathyRosterModelAggregator implements EmpathyRosterModel iface | Laurent Contzen | 2012-08-09 | 1 | -2/+17 |
| | |||||
* | Coding style fixups | Laurent Contzen | 2012-08-09 | 1 | -1/+2 |
| | |||||
* | add empathy-roster-model-aggregator | Guillaume Desmottes | 2012-08-09 | 1 | -0/+165 |