summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-roster-model.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-12rename empathy_roster_model_get_groups_for_individual() to _dup_Guillaume Desmottes1-4/+4
2012-09-12empathy_roster_model_get_groups_for_individual: return a (transfer full) listGuillaume Desmottes1-1/+1
2012-08-07Removed now useless _get_top_individuals function in the modelLaurent Contzen1-21/+0
2012-08-07Moved _contact_in_top from the model to the viewLaurent Contzen1-25/+0
2012-08-07Added top_group_members list in model, view relying on itLaurent Contzen1-34/+0
2012-08-06Coding style fixupsLaurent Contzen1-2/+4
2012-08-06Changed some "Return value:" for "Returns:" in gtk-doc annotationsLaurent Contzen1-2/+2
2012-08-06Moved contact_in_top and contact_is_favourite from view to modelLaurent Contzen1-0/+25
2012-08-06roster-model now catches notify::favourites-changedLaurent Contzen1-0/+19
2012-08-06roster-model now catches notify::top-individualsLaurent Contzen1-0/+14
2012-08-06Added new function _get_top_individuals in the modelLaurent Contzen1-0/+21
2012-08-06Documented public functions in empathy-roster-modelLaurent Contzen1-0/+18
2012-07-23empathy-roster-model: New virtual method _get_groups_for_individual empathy-r...Laurent Contzen1-0/+14
2012-07-23empathy-roster-model, empathy-roster-model-manager: Now deals with groups-cha...Laurent Contzen1-0/+20
2012-07-23roster-model: add API to track individualsGuillaume Desmottes1-0/+55
2012-07-23add empathy-roster-modelGuillaume Desmottes1-0/+29