summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-roster-view.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-27roster-view: check the 'expanded' property on the GtkExpanderGuillaume Desmottes1-4/+4
2013-09-17coding style fixesGuillaume Desmottes1-2/+2
2013-09-04roster-view: inherit from GtkListBoxGuillaume Desmottes1-74/+69
2013-09-04roster-group: inherit from GtkListBoxRowGuillaume Desmottes1-3/+3
2013-08-28egg-list-box: update to masterGuillaume Desmottes1-2/+2
2013-08-20live-search: move from Empathy to tp-account-widgetsMarco Barisione1-5/+5
2013-08-13Contact should leave 'Ungrouped' group immediately upon first joining a groupChandni Verma1-0/+13
2013-07-21Install property active-group in EmpathyIndividualMenuChandni Verma1-2/+5
2013-07-09roster: compare elements as utf8 strings, for correct collationFrédéric Péters1-2/+2
2013-04-01Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina1-2/+0
2013-04-01Use a flat namespace for internal includesEmanuele Aina1-1/+1
2013-04-01Avoid include path overspecificationsEmanuele Aina1-3/+3
2013-04-01Use double quotes for all internal headersEmanuele Aina1-4/+4
2013-03-27Drop unused/redundant header inclusionsEmanuele Aina1-2/+0
2012-10-02roster-view: add some delay before actually starting the live searchGuillaume Desmottes1-2/+27
2012-09-12rename empathy_roster_model_get_groups_for_individual() to _dup_Guillaume Desmottes1-2/+2
2012-09-12empathy_roster_model_get_groups_for_individual: return a (transfer full) listGuillaume Desmottes1-2/+2
2012-09-12filter_groups: don't leak the widgets listGuillaume Desmottes1-2/+8
2012-09-11roster-view: clear the view when disposingGuillaume Desmottes1-11/+15
2012-09-04roster-view: compare groups using strcmpGuillaume Desmottes1-1/+2
2012-09-04roster-view: don't display offline not favorite top contactsGuillaume Desmottes1-1/+43
2012-09-03roster-view: clear_view: start by cleaning our internal hash tablesGuillaume Desmottes1-3/+3
2012-08-31roster-view: check_if_empty(): check groups as wellGuillaume Desmottes1-3/+36
2012-08-31roster-view: factor out check_if_empty()Guillaume Desmottes1-13/+19
2012-08-30roster-view: remember state expanded status of groupsGuillaume Desmottes1-0/+11
2012-08-30roster-view: make sure the same contact isn't added twice to the same groupGuillaume Desmottes1-0/+3
2012-08-07Moved _contact_in_top from the model to the viewLaurent Contzen1-18/+38
2012-08-07Added top_group_members list in model, view relying on itLaurent Contzen1-138/+4
2012-08-06Moved the #define'd groups names from view to modelLaurent Contzen1-15/+15
2012-08-06Moved contact_in_top and contact_is_favourite from view to modelLaurent Contzen1-35/+6
2012-08-06Removed the manager from the view, relying only on the modelLaurent Contzen1-29/+2
2012-08-06roster-model now catches notify::favourites-changedLaurent Contzen1-2/+2
2012-08-06roster-model now catches notify::top-individualsLaurent Contzen1-3/+2
2012-08-06Added new function _get_top_individuals in the modelLaurent Contzen1-4/+3
2012-07-23empathy-roster-model-manager: added xmpp-local contacts support empathy-roste...Laurent Contzen1-25/+0
2012-07-23empathy-roster-model: New virtual method _get_groups_for_individual empathy-r...Laurent Contzen1-14/+8
2012-07-23empathy-roster-model, empathy-roster-model-manager: Now deals with groups-cha...Laurent Contzen1-3/+3
2012-07-23coding style fixesGuillaume Desmottes1-1/+1
2012-07-23empathy-roster-model-manager: deal with members-changed signals empathy-roste...Laurent Contzen1-21/+14
2012-07-23empathy-roster-view: start using empathy-roster-modelLaurent Contzen1-3/+24
2012-07-17Display the Top Contacts group name above the top contacts even if all of the...Laurent Contzen1-20/+20
2012-07-09roster-view: export special group namesGuillaume Desmottes1-19/+18
2012-07-09roster-view: add empathy_roster_view_get_group_at_y()Guillaume Desmottes1-0/+19
2012-06-27Added new function to get selected individualLaurent Contzen1-0/+13
2012-06-26roster-view: export empathy_roster_view_get_individual_at_y()Guillaume Desmottes1-7/+24
2012-06-20Create and use People Nearby groupLaurent Contzen1-0/+30
2012-06-19coding style fixesGuillaume Desmottes1-2/+3
2012-06-19If group is UNGROUPED, display at the bottom of the rosterLaurent Contzen1-0/+5
2012-06-19roster-view: add_to_displayed: no need to try refiltering groups in non group...Guillaume Desmottes1-0/+4
2012-06-19roster-view: add_to_displayed: get the proper EmpathyRosterGroup objectGuillaume Desmottes1-3/+8