aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-manager.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up #include directives in source filesEmanuele Aina2013-04-021-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+1
| | | | | | | | 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-1/+1
| | | | | | | 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
* chat-manager: pass user action time of DBus to show the closed tabJonny Lamb2011-05-181-1/+2
| | | | | | This was making undo closing tabs in the background, aww. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* chat-manager: expose UndoClosedChat over DBusJonny Lamb2011-05-161-0/+2
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* remove unused empathy_chat_manager_get_num_handled_chats()Guillaume Desmottes2011-05-031-2/+0
|
* chat-manager: add API to track the number of handled chatsGuillaume Desmottes2010-10-251-0/+2
|
* chat-manager: make clear that we are dealing with *closed* chatsGuillaume Desmottes2010-10-251-1/+1
|
* chat-manager: take an EmpathyChat instead of an EmpathyContactJonny Lamb2010-03-061-2/+2
| | | | | | This way, we can support both 1-to-1 chats, *and* MUCs. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Add EmpathyChatManager::chats-changed signal and make the chat window listen ↵Jonny Lamb2010-03-061-0/+1
| | | | | | to it. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Add chat manager which tracks chats closing and can respawn them (bug #609832)Jonny Lamb2010-03-061-0/+69
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>