summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-chat.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-05Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens1-8/+6
2008-04-30Make use of tp-glib debug system.Xavier Claessens1-26/+18
2008-04-28Hide contact list when text channel is destroyed.Xavier Claessens1-18/+21
2008-04-25Do not give a struct as a parameter by value. (Alban Crequy).Xavier Claessens1-6/+6
2008-04-25Create contact menu in empathy-contact-menu.hXavier Claessens1-34/+10
2008-04-25Setup contact submenu in chat window.Xavier Claessens1-0/+48
2008-04-25Simplify input resizeXavier Claessens1-139/+29
2008-04-25Do not create the contact list if it's not displayed.Xavier Claessens1-17/+21
2008-04-23Make sure we don't assume Text channel's handle_type is != NONE.Xavier Claessens1-14/+32
2008-04-20Don't resize the window when a contact list appear if it's already big enough.Xavier Claessens1-9/+13
2008-04-20Rework the way chat window is resized when the contact list appear/disappear....Xavier Claessens1-5/+22
2008-04-19Fix acknoledge of messagesXavier Claessens1-7/+5
2008-04-17Always set urgency hint on p2p chat windows when receiving a message.Xavier Claessens1-0/+14
2008-04-14Fix bug #526145.Xavier Claessens1-0/+7
2008-04-14Show/Hide contact list if we have/haven't a remote_contact.Xavier Claessens1-0/+27
2008-04-14Various fixes for chatsXavier Claessens1-2/+57
2008-04-13Fix disconnection of AccountStatusChanged signal.Xavier Claessens1-4/+3
2008-04-11We can't use *_run_* API from dbus signal cb or method implementation. To avo...Xavier Claessens1-3/+3
2008-04-11Update for new APIXavier Claessens1-3/+1
2008-04-02Fix a warning: don't set the ui sensitive if it's not yet createdXavier Claessens1-3/+5
2008-04-02Add contact list and restructure a bit the codeXavier Claessens1-60/+101
2008-04-02Move create_ui to constructed()Xavier Claessens1-37/+45
2008-04-02Correctly block eventsXavier Claessens1-17/+17
2008-04-02Redefine size_request and size_allocation on EmpathyChatClassXavier Claessens1-5/+46
2008-04-02Fix build errors EmpathyChatWindow, port to new API.Xavier Claessens1-130/+18
2008-04-02Add a tooltip property on EmpathyChatXavier Claessens1-55/+109
2008-04-02Build UI from gladeXavier Claessens1-16/+180
2008-04-02Rework EmpathyChat's API, it is now a subclass of GtkBin.Xavier Claessens1-326/+209
2008-04-02Fix some coding style and move group chat glade into empathy-chat.gladeXavier Claessens1-26/+26
2008-04-02Add empathy_chat_new and don't use empathy_group/private_* in empathy.cXavier Claessens1-0/+6
2008-04-02Remove vtable and add info as properties. Reorder empathy-chat.c to not decla...Xavier Claessens1-560/+492
2008-03-25Better detection of backlog to avoid droping messagesXavier Claessens1-28/+42
2008-03-13Move modules that make no sense to be used in other applicaton from libempath...Xavier Claessens1-81/+30
2008-03-11Make sure we don't expect contact id and handle to be directly ready. Add som...Xavier Claessens1-1/+1
2008-03-08Reset block event time to 1sec, messages are not blocked anymoreXavier Claessens1-1/+1
2008-03-08Do not queue messages in EmpathyChat as there are queued in EmpathyTpChat now.Xavier Claessens1-23/+0
2008-03-08Queue received messages until the sender got his alias.Xavier Claessens1-7/+1
2008-03-08Reduce block events time, this is still a ugly hack but better fix is too dan...Xavier Claessens1-1/+1
2008-03-08Remember correctly the window position and size when using tabs in the chat w...Xavier Claessens1-2/+18
2008-03-02Update collabora copyright to 2008Xavier Claessens1-1/+1
2008-02-16Wait a bit before displaying pending messages of a chat to have a chance to g...Xavier Claessens1-7/+31
2008-02-16Block events messages when the chat is connecting to a new Text channel. Fixe...Xavier Claessens1-0/+26
2008-02-09Generate marshal.list thanks to gabble black magic.Xavier Claessens1-2/+2
2008-02-09Do not export symbols outside the empathy_ namespace.Xavier Claessens1-1/+1
2008-02-09Mark some private symbols as staticXavier Claessens1-6/+6
2008-01-23Move empathy-conf to libempathy-gtk. libempathy do not depend directly on gco...Xavier Claessens1-1/+1
2007-12-03Cleanup chat objects API and request a new Text channel if account getsXavier Claessens1-10/+131
2007-12-02Conflicts:Xavier Claessens1-62/+62
2007-11-21Add nick completion for MUCs. Fixes bug #453418.Xavier Claessens1-10/+11
2007-11-11Move chats to its own process.Xavier Claessens1-3/+0