aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chatrooms-window.c
Commit message (Collapse)AuthorAgeFilesLines
* builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione2013-08-201-11/+12
| | | | | | | This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-5/+3
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-4/+4
| | | | | | | | 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-4/+4
| | | | | | | 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
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-6/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718
* chatrooms-window: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-291-2/+1
|
* ChatroomsWindow: GNOME 3-ify the Remove buttonWill Thompson2011-06-241-0/+10
|
* Skip accounts which don't support rooms in "Manage Favorites" dialogChandni Verma2011-01-031-1/+1
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=603027
* chatrooms-window: remove the 'edit' buttonGuillaume Desmottes2010-06-041-66/+0
| | | | It has never been implemented so there is no point keeping it (#520207).
* Always display the 'Room' column (#586678)Guillaume Desmottes2009-11-261-15/+0
| | | | There is no reason to only display it when an account is selected.
* Use accessor functions instead direct access.Javier Jardón2009-11-171-1/+1
| | | | | | | | | Some functions still remaining because there is not API in GTK+ 2.19.0 yet. http://bugzilla.gnome.org/show_bug.cgi?id=586476 Reviewed-By: Danielle Madeley <danielle.madeley@collabora.co.uk>
* chatrooms-window: port to new tp-glib account APIJonny Lamb2009-10-241-2/+2
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* remove usage of empathy_account_equalSjoerd Simons2009-07-301-1/+1
|
* Port the main of empathy to EmpathyAccountSjoerd Simons2009-07-011-2/+2
|
* empathy-chatrooms-window: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* empathy-chatrooms-window: remove trailing spacesGuillaume Desmottes2009-05-151-6/+6
|
* Renamed empathy_account_chooser_get_account to ↵Jonny Lamb2009-04-221-2/+2
| | | | | | empathy_account_chooser_dup_account and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Fix compilation warning: chatrooms_window_model_get_selected() was not used.Xavier Claessens2009-04-171-0/+8
|
* Remove unused edit-chatroom dialog from the UI file. ↵Xavier Claessens2009-04-161-25/+2
| | | | | | | | gtk_builder_add_from_file creates all toplevel objects so the edit dialog popup in the same time as the manage chatroom dialog. From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2874
* Port EmpathyChatroomsWindow to new APIXavier Claessens2009-04-161-10/+6
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2857
* Convert EmpathyChatroomManager to the new singleton conventionSjoerd Simons2009-01-101-1/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2185
* empathy-chatrooms-window: no need to call empathy_chatroom_manager_store anymoreXavier Claessens2008-10-131-1/+0
| | | | svn path=/trunk/; revision=1570
* add the file path as arg to empathy_chatroom_manager_newXavier Claessens2008-10-131-1/+1
| | | | svn path=/trunk/; revision=1542
* Correct spacing in some strings. Fix bug #529437 (Baptiste Mille-Mathias).Baptiste Mille-Mathias2008-04-271-1/+1
| | | | svn path=/trunk/; revision=1053
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ ↵Xavier Claessens2008-03-171-1/+4
| | | | | | and others in src/ svn path=/trunk/; revision=813
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-141-0/+583
libempathy-gtk/ to src/ svn path=/trunk/; revision=789