aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-roster-view.c
Commit message (Expand)AuthorAgeFilesLines
* roster-view: inherit from GtkListBoxGuillaume Desmottes2013-09-041-74/+69
* roster-group: inherit from GtkListBoxRowGuillaume Desmottes2013-09-041-3/+3
* egg-list-box: update to masterGuillaume Desmottes2013-08-281-2/+2
* live-search: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-5/+5
* Contact should leave 'Ungrouped' group immediately upon first joining a groupChandni Verma2013-08-131-0/+13
* Install property active-group in EmpathyIndividualMenuChandni Verma2013-07-211-2/+5
* roster: compare elements as utf8 strings, for correct collationFrédéric Péters2013-07-091-2/+2
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-2/+0
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+1
* Avoid include path overspecificationsEmanuele Aina2013-04-011-3/+3
* Use double quotes for all internal headersEmanuele Aina2013-04-011-4/+4
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-2/+0
* roster-view: add some delay before actually starting the live searchGuillaume Desmottes2012-10-021-2/+27
* rename empathy_roster_model_get_groups_for_individual() to _dup_Guillaume Desmottes2012-09-121-2/+2
* empathy_roster_model_get_groups_for_individual: return a (transfer full) listGuillaume Desmottes2012-09-121-2/+2
* filter_groups: don't leak the widgets listGuillaume Desmottes2012-09-121-2/+8
* roster-view: clear the view when disposingGuillaume Desmottes2012-09-111-11/+15
* roster-view: compare groups using strcmpGuillaume Desmottes2012-09-041-1/+2
* roster-view: don't display offline not favorite top contactsGuillaume Desmottes2012-09-041-1/+43
* roster-view: clear_view: start by cleaning our internal hash tablesGuillaume Desmottes2012-09-031-3/+3
* roster-view: check_if_empty(): check groups as wellGuillaume Desmottes2012-08-311-3/+36
* roster-view: factor out check_if_empty()Guillaume Desmottes2012-08-311-13/+19
* roster-view: remember state expanded status of groupsGuillaume Desmottes2012-08-301-0/+11
* roster-view: make sure the same contact isn't added twice to the same groupGuillaume Desmottes2012-08-301-0/+3
* Moved _contact_in_top from the model to the viewLaurent Contzen2012-08-071-18/+38
* Added top_group_members list in model, view relying on itLaurent Contzen2012-08-071-138/+4
* Moved the #define'd groups names from view to modelLaurent Contzen2012-08-061-15/+15
* Moved contact_in_top and contact_is_favourite from view to modelLaurent Contzen2012-08-061-35/+6
* Removed the manager from the view, relying only on the modelLaurent Contzen2012-08-061-29/+2
* roster-model now catches notify::favourites-changedLaurent Contzen2012-08-061-2/+2
* roster-model now catches notify::top-individualsLaurent Contzen2012-08-061-3/+2
* Added new function _get_top_individuals in the modelLaurent Contzen2012-08-061-4/+3
* empathy-roster-model-manager: added xmpp-local contacts support empathy-roste...Laurent Contzen2012-07-231-25/+0
* empathy-roster-model: New virtual method _get_groups_for_individual empathy-r...Laurent Contzen2012-07-231-14/+8
* empathy-roster-model, empathy-roster-model-manager: Now deals with groups-cha...Laurent Contzen2012-07-231-3/+3
* coding style fixesGuillaume Desmottes2012-07-231-1/+1
* empathy-roster-model-manager: deal with members-changed signals empathy-roste...Laurent Contzen2012-07-231-21/+14
* empathy-roster-view: start using empathy-roster-modelLaurent Contzen2012-07-231-3/+24
* Display the Top Contacts group name above the top contacts even if all of the...Laurent Contzen2012-07-171-20/+20
* roster-view: export special group namesGuillaume Desmottes2012-07-091-19/+18
* roster-view: add empathy_roster_view_get_group_at_y()Guillaume Desmottes2012-07-091-0/+19
* Added new function to get selected individualLaurent Contzen2012-06-271-0/+13
* roster-view: export empathy_roster_view_get_individual_at_y()Guillaume Desmottes2012-06-261-7/+24
* Create and use People Nearby groupLaurent Contzen2012-06-201-0/+30
* coding style fixesGuillaume Desmottes2012-06-191-2/+3
* If group is UNGROUPED, display at the bottom of the rosterLaurent Contzen2012-06-191-0/+5
* roster-view: add_to_displayed: no need to try refiltering groups in non group...Guillaume Desmottes2012-06-191-0/+4
* roster-view: add_to_displayed: get the proper EmpathyRosterGroup objectGuillaume Desmottes2012-06-191-3/+8
* roster-view: use a signal instead of a cb to handle individual tooltipsGuillaume Desmottes2012-06-181-19/+10
* empathy_roster_view_query_tooltip: set the tooltip next to the right childGuillaume Desmottes2012-06-181-1/+12
* Show Popular contacts in the "Top Contacts" groupSeif Lotfy2012-06-181-1/+5
* roster-view: select the child when firing the popup menuGuillaume Desmottes2012-06-181-1/+5
* roster-view: display the favorite icon for the 'top' groupGuillaume Desmottes2012-06-151-1/+4
* roster-view: display favorite contacts at the top of the roster as wellGuillaume Desmottes2012-06-151-1/+68
* roster-view: sort top contacts alphabeticallyGuillaume Desmottes2012-06-151-25/+19
* s/Ungroupped/UngroupedGuillaume Desmottes2012-06-141-4/+6
* roster-view: store all the children in EmpathyRosterGroup, not only the displ...Guillaume Desmottes2012-06-141-32/+69
* roster-view: factor out contact_should_be_displayed()Guillaume Desmottes2012-06-141-6/+17
* roster-view: add API to display eventsGuillaume Desmottes2012-06-141-0/+226
* add empathy_roster_view_is_searching()Guillaume Desmottes2012-06-141-0/+7
* roster-view: add 'empty' propertyGuillaume Desmottes2012-06-141-1/+79
* add API for individual tooltipsGuillaume Desmottes2012-06-141-0/+41
* Add popup-individual-menu signalGuillaume Desmottes2012-06-141-0/+73
* add a signal when a contact is activatedGuillaume Desmottes2012-06-141-3/+37
* Display top contacts on the top of the rosterGuillaume Desmottes2012-06-141-0/+131
* roster-view: add live search supportGuillaume Desmottes2012-06-141-4/+97
* roster-view: add EmpathyRosterGroup and sort contacts accordinglyGuillaume Desmottes2012-06-141-12/+244
* add empathy-roster-groupGuillaume Desmottes2012-06-141-0/+3
* roster-view: add one EmpathyRosterContact per groupGuillaume Desmottes2012-06-141-13/+117
* roster-contact: add group propertyGuillaume Desmottes2012-06-141-1/+1
* roster-view: allow to store more than one widget per IndividualGuillaume Desmottes2012-06-141-9/+23
* factor out add_roster_contact()Guillaume Desmottes2012-06-141-6/+17
* roster-view: rename some variablesGuillaume Desmottes2012-06-141-24/+24
* rename EmpathyRosterItem to EmpathyRosterContactGuillaume Desmottes2012-06-141-9/+9
* roster-view: add 'show-groups' propertyGuillaume Desmottes2012-06-141-0/+38
* factor out populate_view()Guillaume Desmottes2012-06-141-10/+17
* roster-view: resort when the alias is changedGuillaume Desmottes2012-06-141-0/+4
* Filter out offline contactsGuillaume Desmottes2012-06-141-0/+55
* set separators between contactsGuillaume Desmottes2012-06-141-0/+23
* roster-view: sort itemsGuillaume Desmottes2012-06-141-0/+20
* roster-view: populate with EmpathyRosterItemGuillaume Desmottes2012-06-141-1/+82
* create roster-view skeletonGuillaume Desmottes2012-06-141-0/+147