aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-roster-model.c
Commit message (Expand)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-1/+0
* rename empathy_roster_model_get_groups_for_individual() to _dup_Guillaume Desmottes2012-09-121-4/+4
* empathy_roster_model_get_groups_for_individual: return a (transfer full) listGuillaume Desmottes2012-09-121-1/+1
* Removed now useless _get_top_individuals function in the modelLaurent Contzen2012-08-071-21/+0
* Moved _contact_in_top from the model to the viewLaurent Contzen2012-08-071-25/+0
* Added top_group_members list in model, view relying on itLaurent Contzen2012-08-071-34/+0
* Coding style fixupsLaurent Contzen2012-08-061-2/+4
* Changed some "Return value:" for "Returns:" in gtk-doc annotationsLaurent Contzen2012-08-061-2/+2
* Moved contact_in_top and contact_is_favourite from view to modelLaurent Contzen2012-08-061-0/+25
* roster-model now catches notify::favourites-changedLaurent Contzen2012-08-061-0/+19
* roster-model now catches notify::top-individualsLaurent Contzen2012-08-061-0/+14
* Added new function _get_top_individuals in the modelLaurent Contzen2012-08-061-0/+21
* Documented public functions in empathy-roster-modelLaurent Contzen2012-08-061-0/+18
* empathy-roster-model: New virtual method _get_groups_for_individual empathy-r...Laurent Contzen2012-07-231-0/+14
* empathy-roster-model, empathy-roster-model-manager: Now deals with groups-cha...Laurent Contzen2012-07-231-0/+20
* roster-model: add API to track individualsGuillaume Desmottes2012-07-231-0/+55
* add empathy-roster-modelGuillaume Desmottes2012-07-231-0/+29