summaryrefslogtreecommitdiff
path: root/src/empathy-chat-manager.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-03chat-manager: cache the individual mgrGuillaume Desmottes1-1/+31
2012-05-03chat-manager: use tp_channel_join_async()Guillaume Desmottes1-1/+17
2012-03-07add missing config.h includesGuillaume Desmottes1-0/+2
2011-10-14Merge remote-tracking branch 'pochu/error-dialog'Danielle Madeley1-2/+4
2011-09-28Use g_cclosure_marshal_generic for all signalsXavier Claessens1-2/+2
2011-09-05empathy_dispatcher_chat_with_contact_id(): add optional cbEmilio Pozuelo Monfort1-2/+4
2011-08-18Port to new tp-glib client factoryGuillaume Desmottes1-25/+4
2011-06-01Use tp-glib SMS high level API (#651242)Guillaume Desmottes1-1/+1
2011-05-25Reopen tabs as SMS channels when appropriateEmilio Pozuelo Monfort1-0/+4
2011-05-25EmpathyTpChat: Use a READY property instead of our own ready codeGuillaume Desmottes1-65/+1
2011-05-25EmpathyTpChat: inherit from TpTextChannel (#650554)Guillaume Desmottes1-10/+5
2011-05-25Use the EmpathyChannelFactory with all components creating EmpathyTpChatGuillaume Desmottes1-0/+9
2011-05-18chat-manager: pass user action time of DBus to show the closed tabJonny Lamb1-7/+11
2011-05-18Merge branch 'undo-close-tab'Jonny Lamb1-1/+72
2011-05-18chat-manager: use EMPATHY_CHAT_BUS_NAMEJonny Lamb1-1/+1
2011-05-18chat-manager: don't leak proxyJonny Lamb1-0/+1
2011-05-18chat-manager: clarify ownership of messages hash tableJonny Lamb1-1/+3
2011-05-18chat-manager: s/null/NULL/Jonny Lamb1-1/+1
2011-05-18chat-manager: add missing freeJonny Lamb1-0/+1
2011-05-18chat: rename get to dupJonny Lamb1-1/+1
2011-05-16chat-manager: expose UndoClosedChat over DBusJonny Lamb1-1/+71
2011-05-16chat-manager: keep a hash table with messages left when the chat closedJonny Lamb1-0/+59
2011-05-05Merge branch 'sms-support-rebase'Danielle Madeley1-1/+2
2011-05-05Include SMSChannel property in empathy_chat_window_find_chat()Danielle Madeley1-1/+2
2011-05-03empathy-chat: track chat displayed instead of channels being handled (#649273)Guillaume Desmottes1-39/+32
2011-05-03remove unused empathy_chat_manager_get_num_handled_chats()Guillaume Desmottes1-8/+0
2011-04-18empathy-tp-chat: ensure that we get a TpTextChannelGuillaume Desmottes1-0/+7
2011-03-17define constants for handler bus nameGuillaume Desmottes1-2/+2
2011-03-17rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes1-3/+3
2011-01-18Display typing icon in MUC contact-listChandni Verma1-1/+3
2010-12-02chat-manager: stop telling the chat mgr about handled roomsGuillaume Desmottes1-18/+0
2010-10-28chat-manager: keep a ref on the chatroom mgrGuillaume Desmottes1-12/+19
2010-10-25chat-manager: add API to track the number of handled chatsGuillaume Desmottes1-0/+61
2010-10-25chat-manager: make clear that we are dealing with *closed* chatsGuillaume Desmottes1-19/+20
2010-10-25rename the chat handler to Empathy.ChatGuillaume Desmottes1-1/+1
2010-10-20Ensure that the connection of the account passed to EmpathyTpChat has capabil...Guillaume Desmottes1-2/+6
2010-08-18use TP_USER_ACTION_TIME_* (#627165)Guillaume Desmottes1-2/+2
2010-08-12tp-chat: add 'account' propertyGuillaume Desmottes1-1/+1
2010-08-11empathy_dispatcher_join_muc: get an account instead of a connectionGuillaume Desmottes1-52/+10
2010-08-11empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a TpConne...Guillaume Desmottes1-1/+5
2010-08-11empathy_dispatcher_chat_with_contact_id: remove callback argumentGuillaume Desmottes1-1/+1
2010-07-09tell the chatroom manager asap about chatsSjoerd Simons1-10/+20
2010-07-07empathy_dispatcher_join_muc: remove callback argGuillaume Desmottes1-1/+1
2010-07-06Revert "no need to specify each time of handle"Sjoerd Simons1-0/+11
2010-07-05Inform the chatroom mgr when we are handling a new roomGuillaume Desmottes1-0/+10
2010-07-05no need to specify each time of handleGuillaume Desmottes1-11/+0
2010-07-05Handle text channels using TpSimpleHandler (#623358)Guillaume Desmottes1-0/+168
2010-07-05chat-manager: document the queueGuillaume Desmottes1-0/+1
2010-04-24add timestamp arg to empathy_dispatcher_join_mucSjoerd Simons1-1/+2
2010-04-24add timestamp arg to empathy_dispatcher_chat_with_contact(_id)Sjoerd Simons1-1/+1