aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-roster-view.h
Commit message (Collapse)AuthorAgeFilesLines
* roster-view: inherit from GtkListBoxGuillaume Desmottes2013-09-041-4/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=706988
* live-search: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-2/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Clean up #include directives in headersEmanuele Aina2013-04-021-1/+0
| | | | | | Reorder some inclusions and remove a few blank lines. https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-3/+3
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-3/+3
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Moved the #define'd groups names from view to modelLaurent Contzen2012-08-061-4/+0
| | | | | | empathy-roster-model: Added the groups names definitions empathy-roster-model-manager: Adapted functions to the new groups names empathy-roster-view: removed the groups names definitions and adapted functions to the new groups names
* Removed the manager from the view, relying only on the modelLaurent Contzen2012-08-061-6/+1
|
* empathy-roster-view: start using empathy-roster-modelLaurent Contzen2012-07-231-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680302
* roster-view: export special group namesGuillaume Desmottes2012-07-091-0/+4
| | | | Needed to special case the DnD code.
* roster-view: add empathy_roster_view_get_group_at_y()Guillaume Desmottes2012-07-091-0/+4
|
* Added new function to get selected individualLaurent Contzen2012-06-271-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=678875
* roster-view: export empathy_roster_view_get_individual_at_y()Guillaume Desmottes2012-06-261-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=678524
* roster-view: use a signal instead of a cb to handle individual tooltipsGuillaume Desmottes2012-06-181-11/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=678294
* roster-view: add API to display eventsGuillaume Desmottes2012-06-141-0/+8
|
* add empathy_roster_view_is_searching()Guillaume Desmottes2012-06-141-0/+2
| | | | Copied from empathy_individual_view_is_searching()
* roster-view: add 'empty' propertyGuillaume Desmottes2012-06-141-0/+2
|
* add API for individual tooltipsGuillaume Desmottes2012-06-141-0/+11
|
* roster-view: add live search supportGuillaume Desmottes2012-06-141-0/+5
|
* roster-view: add 'show-groups' propertyGuillaume Desmottes2012-06-141-0/+3
| | | | Not implemented yet.
* Filter out offline contactsGuillaume Desmottes2012-06-141-0/+3
|
* create roster-view skeletonGuillaume Desmottes2012-06-141-0/+58