aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up #include directives in source filesEmanuele Aina2013-04-021-1/+0
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-8/+4
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-6/+6
* Use double quotes for all internal headersEmanuele Aina2013-04-011-6/+6
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-2/+0
* chat-manager: cache the individual mgrGuillaume Desmottes2012-10-031-1/+31
* chat-manager: use tp_channel_join_async()Guillaume Desmottes2012-05-031-1/+17
* add missing config.h includesGuillaume Desmottes2012-03-071-0/+2
* Merge remote-tracking branch 'pochu/error-dialog'Danielle Madeley2011-10-141-2/+4
|\
| * empathy_dispatcher_chat_with_contact_id(): add optional cbEmilio Pozuelo Monfort2011-09-051-2/+4
* | Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-2/+2
|/
* Port to new tp-glib client factoryGuillaume Desmottes2011-08-181-25/+4
* Use tp-glib SMS high level API (#651242)Guillaume Desmottes2011-06-011-1/+1
* Reopen tabs as SMS channels when appropriateEmilio Pozuelo Monfort2011-05-251-0/+4
* EmpathyTpChat: Use a READY property instead of our own ready codeGuillaume Desmottes2011-05-251-65/+1
* EmpathyTpChat: inherit from TpTextChannel (#650554)Guillaume Desmottes2011-05-251-10/+5
* Use the EmpathyChannelFactory with all components creating EmpathyTpChatGuillaume Desmottes2011-05-251-0/+9
* chat-manager: pass user action time of DBus to show the closed tabJonny Lamb2011-05-181-7/+11
* Merge branch 'undo-close-tab'Jonny Lamb2011-05-181-1/+72
|\
| * chat-manager: use EMPATHY_CHAT_BUS_NAMEJonny Lamb2011-05-181-1/+1
| * chat-manager: don't leak proxyJonny Lamb2011-05-181-0/+1
| * chat-manager: expose UndoClosedChat over DBusJonny Lamb2011-05-161-1/+71
* | chat-manager: clarify ownership of messages hash tableJonny Lamb2011-05-181-1/+3
* | chat-manager: s/null/NULL/Jonny Lamb2011-05-181-1/+1
* | chat-manager: add missing freeJonny Lamb2011-05-181-0/+1
* | chat: rename get to dupJonny Lamb2011-05-181-1/+1
* | chat-manager: keep a hash table with messages left when the chat closedJonny Lamb2011-05-161-0/+59
|/
* Merge branch 'sms-support-rebase'Danielle Madeley2011-05-051-1/+2
|\
| * Include SMSChannel property in empathy_chat_window_find_chat()Danielle Madeley2011-05-051-1/+2
* | empathy-chat: track chat displayed instead of channels being handled (#649273)Guillaume Desmottes2011-05-031-39/+32
* | remove unused empathy_chat_manager_get_num_handled_chats()Guillaume Desmottes2011-05-031-8/+0
|/
* empathy-tp-chat: ensure that we get a TpTextChannelGuillaume Desmottes2011-04-181-0/+7
* define constants for handler bus nameGuillaume Desmottes2011-03-171-2/+2
* rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes2011-03-171-3/+3
* Display typing icon in MUC contact-listChandni Verma2011-01-181-1/+3
* chat-manager: stop telling the chat mgr about handled roomsGuillaume Desmottes2010-12-021-18/+0
* chat-manager: keep a ref on the chatroom mgrGuillaume Desmottes2010-10-281-12/+19
* chat-manager: add API to track the number of handled chatsGuillaume Desmottes2010-10-251-0/+61
* chat-manager: make clear that we are dealing with *closed* chatsGuillaume Desmottes2010-10-251-19/+20
* rename the chat handler to Empathy.ChatGuillaume Desmottes2010-10-251-1/+1
* Ensure that the connection of the account passed to EmpathyTpChat has capabil...Guillaume Desmottes2010-10-201-2/+6
* use TP_USER_ACTION_TIME_* (#627165)Guillaume Desmottes2010-08-181-2/+2
* tp-chat: add 'account' propertyGuillaume Desmottes2010-08-121-1/+1
* empathy_dispatcher_join_muc: get an account instead of a connectionGuillaume Desmottes2010-08-111-52/+10
* empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a TpConne...Guillaume Desmottes2010-08-111-1/+5
* empathy_dispatcher_chat_with_contact_id: remove callback argumentGuillaume Desmottes2010-08-111-1/+1
* tell the chatroom manager asap about chatsSjoerd Simons2010-07-091-10/+20
* empathy_dispatcher_join_muc: remove callback argGuillaume Desmottes2010-07-071-1/+1
* Revert "no need to specify each time of handle"Sjoerd Simons2010-07-061-0/+11
* Inform the chatroom mgr when we are handling a new roomGuillaume Desmottes2010-07-051-0/+10
* no need to specify each time of handleGuillaume Desmottes2010-07-051-11/+0
* Handle text channels using TpSimpleHandler (#623358)Guillaume Desmottes2010-07-051-0/+168
* chat-manager: document the queueGuillaume Desmottes2010-07-051-0/+1
* add timestamp arg to empathy_dispatcher_join_mucSjoerd Simons2010-04-251-1/+2
* add timestamp arg to empathy_dispatcher_chat_with_contact(_id)Sjoerd Simons2010-04-251-1/+1
* chat-manager: take an EmpathyChat instead of an EmpathyContactJonny Lamb2010-03-061-14/+99
* Add EmpathyChatManager::chats-changed signal and make the chat window listen ...Jonny Lamb2010-03-061-0/+31
* Add chat manager which tracks chats closing and can respawn them (bug #609832)Jonny Lamb2010-03-061-0/+137