aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-roster-window.c
Commit message (Expand)AuthorAgeFilesLines
* roster-view: inherit from GtkListBoxGuillaume Desmottes2013-09-041-6/+5
* Use typographical ellipses consistentlySeán de Búrca2013-09-021-1/+1
* Fix build with correct macroSeán de Búrca2013-08-271-1/+1
* RosterWindow: Connect to signal "menu-item-activated" from EmpathyIndividualMenuChandni Verma2013-08-231-0/+11
* Roster: Hide search-bar on hitting Enter on selected individualChandni Verma2013-08-231-0/+14
* builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione2013-08-201-2/+3
* live-search: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-2/+2
* Install property active-group in EmpathyIndividualMenuChandni Verma2013-07-211-1/+3
* Remove the name of an account once it has been deleted.Travis Reitter2013-07-091-0/+10
* fixed grammatical error: setup -> set up could find this error only in src/em...SandipTiwari2013-05-031-1/+1
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-22/+20
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-21/+21
* Use double quotes for all internal headersEmanuele Aina2013-04-011-21/+21
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-13/+0
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
* Merge branch 'gnome-3-6'Guillaume Desmottes2013-01-081-0/+1
|\
| * roster-window: ellipsize infobar titleGuillaume Desmottes2013-01-071-0/+1
* | roster-window: start live search on Ctrl+fGuillaume Desmottes2013-01-041-2/+6
* | roster-window: prevent adding contact if not supported by CMGuillaume Desmottes2012-12-261-0/+34
* | roster-window: add 'Add Contact...' button when relevantGuillaume Desmottes2012-12-261-1/+15
* | roster-window: add a 'Show offline button" when relevantGuillaume Desmottes2012-12-261-1/+27
* | roster-window: display a specific message if there is no offline contact eitherGuillaume Desmottes2012-12-261-2/+7
* | EmpathyRosterWindow: Add UOA specific error infobarXavier Claessens2012-10-091-0/+59
|/
* roster-window: fix event_activated_cb callback signatureGuillaume Desmottes2012-10-081-2/+1
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+1
* roster-window: unprepare the individual manager before destroying the rosterGuillaume Desmottes2012-09-121-1/+18
* empathy_roster_window_init: don't call set_notebook_page()Guillaume Desmottes2012-09-121-2/+0
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-4/+5
* EmpathyRosterWindow: refactor error infobar codeXavier Claessens2012-09-071-202/+97
* roster-window: display loading page when reconnecting accountsGuillaume Desmottes2012-09-061-1/+12
* roster-window: inline hide/show_contacts_loading in set_notebook_page()Guillaume Desmottes2012-09-061-25/+15
* roster-window: update the roster page when the most available presence changesGuillaume Desmottes2012-09-061-0/+13
* actually display the 'go online' buttonGuillaume Desmottes2012-09-061-1/+1
* roster-window: display a button to go onlineGuillaume Desmottes2012-09-051-0/+22
* display_page_message: use a flag instead of booleansGuillaume Desmottes2012-09-051-11/+20
* roster-window: display a specific message when we are offlineGuillaume Desmottes2012-09-051-0/+12
* EmpathyRosterWindow: Show message when there is no online accountsXavier Claessens2012-08-201-9/+16
* Removed the manager from the view, relying only on the modelLaurent Contzen2012-08-061-2/+1
* empathy-roster-view: start using empathy-roster-modelLaurent Contzen2012-07-231-1/+9
* Use new tp_account_* gettersGuillaume Desmottes2012-07-161-2/+2
* remove useless includesGuillaume Desmottes2012-07-111-1/+0
* roster-window: allow to send files using DnDGuillaume Desmottes2012-06-261-0/+170
* don't display 'Send file' menu item in empathy-chatGuillaume Desmottes2012-06-261-1/+2
* roster-view: use a signal instead of a cb to handle individual tooltipsGuillaume Desmottes2012-06-181-5/+4
* roster-window: display individual tooltipsGuillaume Desmottes2012-06-181-0/+50
* roster-window: remove unused gsettings_contactsGuillaume Desmottes2012-06-151-3/+0
* roster-window: display events in the viewGuillaume Desmottes2012-06-151-271/+24
* roster-window: display messages when roster is emptyGuillaume Desmottes2012-06-151-54/+27
* roster-window: hook activate and popup menuGuillaume Desmottes2012-06-151-0/+68
* roster-window: use EmpathyRosterViewGuillaume Desmottes2012-06-151-59/+32
* roster-window: use tp_g_signal_connect_object()Guillaume Desmottes2012-06-151-9/+4
* roster-window: remove old GActionEntryGuillaume Desmottes2012-06-081-21/+0
* move 'Remove' item code to individual-menuGuillaume Desmottes2012-06-081-1/+2
* The comment should have been removed with the contact managerChandni Verma2012-05-291-4/+0
* gedit-close-button: move CSS bits to empathy.cssGuillaume Desmottes2012-05-241-1/+1
* Load the CSS in all empathy-* binariesGuillaume Desmottes2012-05-241-0/+2
* roster-window: re-hook the show-groups gsettings keyGuillaume Desmottes2012-05-231-0/+3
* Remove dead map view componentDanielle Madeley2012-05-161-12/+0
* Readd Ctrl-H acceleratorDanielle Madeley2012-05-161-0/+17
* remove unused tp-contact-factory includesGuillaume Desmottes2012-05-151-1/+0
* Tweak account balance displayDanielle Madeley2012-05-151-10/+20
* Refactor app menu as per design decisionDanielle Madeley2012-05-151-1/+1
* Remove menu button, have only app menuDanielle Madeley2012-05-151-89/+12
* Remove dead codeDanielle Madeley2012-05-151-58/+1
* Rework balance display to be in-roster onlyDanielle Madeley2012-05-151-269/+33
* Remove all old view menu handling code with GSettings bindingsDanielle Madeley2012-05-151-257/+15
* Add the app menu using the same model as the menu buttonDanielle Madeley2012-05-151-0/+10
* Move the menu to a button ala WebDanielle Madeley2012-05-151-102/+112
* Remove view history actionDanielle Madeley2012-05-151-14/+0
* roster-window: migrate menu bar to GtkBuilderGuillaume Desmottes2012-05-151-251/+455
* EmpathyMainWindow: inherit from GtkApplicationWindowGuillaume Desmottes2012-05-151-3/+5
* roster-window: set a default heightGuillaume Desmottes2012-04-201-0/+1
* Merge branch 'gnome-3-4'Guillaume Desmottes2012-04-111-0/+1
|\
| * roster-window: Bring back log entry in individual context menuGuillaume Desmottes2012-04-051-0/+1
* | remove useless empathy-contact-list.h includesGuillaume Desmottes2012-04-101-1/+0
|/
* roster-window: check which page to display once Folks has finished loadingGuillaume Desmottes2012-03-221-1/+1
* Use help:empathy to open the helpGuillaume Desmottes2012-03-221-1/+1
* Display a spinner while loading contacts from FolksGuillaume Desmottes2012-02-141-14/+65
* Add a gsetting key to show/hide groupsGuillaume Desmottes2012-02-091-0/+3
* Remove 'Link Contact' menu itemGuillaume Desmottes2012-02-081-1/+0
* display a message if accounts need to be enabledGuillaume Desmottes2012-02-031-4/+83
* display a specific message if no account is configuredGuillaume Desmottes2012-02-031-0/+27
* add generic contact icon and account settings button to the message pageGuillaume Desmottes2012-02-031-2/+19
* make code displaying the 'no match found' page more genericGuillaume Desmottes2012-02-031-16/+28
* roster_window_connection_items_setup: remove edit_personal_informationGuillaume Desmottes2012-01-271-1/+0
* remove 'edit->personnal information' menuGuillaume Desmottes2012-01-201-8/+0
* roster-window: watch for TpAccount:connection changesGuillaume Desmottes2012-01-121-4/+25
* roster-window: factor out add_account()Guillaume Desmottes2012-01-121-26/+26
* roster-window: use self->priv patternGuillaume Desmottes2012-01-101-444/+387
* roster-window: port to new coding styleGuillaume Desmottes2012-01-101-1853/+1865
* rename MainWindow to RosterWindowGuillaume Desmottes2012-01-101-0/+2598