aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-chat.c
Commit message (Expand)AuthorAgeFilesLines
* Add some comments to the message queue codexclaesse2008-07-081-2/+7
* Before emitting a message make sure the ID is also ready. Fixes bug #540360.xclaesse2008-07-081-2/+4
* Fix a gcc warning complaining about a var that could be used uninitializedxclaesse2008-07-051-1/+1
* Emit "send-error" signal if Send() call failsxclaesse2008-05-221-2/+18
* Don't leak queued messages if EmpathyTpChat gets finalized.xclaesse2008-05-091-0/+15
* Avoid calling ListPendingMessage if it's already running.xclaesse2008-05-091-8/+11
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...xclaesse2008-05-061-12/+12
* Make use of tp-glib debug system.xclaesse2008-05-011-36/+28
* Make sure we don't assume Text channel's handle_type is != NONE.xclaesse2008-04-231-0/+10
* Never set the remote_contact for named rooms, do not pretend it's a p2p chat ...xclaesse2008-04-211-8/+21
* Fix acknoledge of messagesxclaesse2008-04-201-47/+74
* Always set urgency hint on p2p chat windows when receiving a message.xclaesse2008-04-181-6/+18
* Get the chat ID only if the handle and handle_type are != 0. Get the remote_c...xclaesse2008-04-151-15/+19
* Various fixes for chatsxclaesse2008-04-141-3/+4
* Set "remote-contact" property even if there is a group interface.xclaesse2008-04-141-0/+41
* Do not take McAccount as construct param, it can be found from the TpChannelxclaesse2008-04-111-133/+39
* Update for new APIxclaesse2008-04-111-1/+1
* Fix get_property('ready') on EmpathyTpChat and EmpathyTpGroup (Alban Crequy).xclaesse2008-04-111-0/+3
* Make use of mission_control_get_tpconnection()xclaesse2008-04-111-14/+3
* Add a 'ready' property telling if the object is ready to use.xclaesse2008-04-021-6/+26
* Do not ack pending messages until they are displayedxclaesse2008-04-021-1/+22
* Rework EmpathyChat's API, it is now a subclass of GtkBin.xclaesse2008-04-021-42/+63
* Fix leaks in finalizexclaesse2008-04-021-0/+7
* Unify EmpathyTpChatroom and EmpathyTpChat.xclaesse2008-04-021-37/+129
* Make use of tp-glib helpers func for GValuexclaesse2008-03-111-6/+3
* Connect to PropertyFlagsChangedxclaesse2008-03-111-0/+40
* Check if property is writable before setting it. Fix leaksxclaesse2008-03-111-0/+7
* Implement _set_propertyxclaesse2008-03-111-1/+41
* Fix usage of property iface and make use of it to get chatroom topic.xclaesse2008-03-111-18/+15
* Display GError's message when a call fails.xclaesse2008-03-111-0/+18
* Fix some warnings when getting propertiesxclaesse2008-03-111-8/+21
* Add back "tp-chan" property, still used to inspect the channel handle.xclaesse2008-03-111-9/+22
* Continue property stuffxclaesse2008-03-111-4/+82
* Do not close the channel if the channel is invalidatedxclaesse2008-03-111-1/+1
* Prepare a new API for chat propertiesxclaesse2008-03-111-4/+60
* Queue received messages until the sender got his alias.xclaesse2008-03-111-30/+44
* Refactor EmpathyTpChat to use tp-glib client codexclaesse2008-03-111-454/+172
* Queue received messages until the sender got his alias.xclaesse2008-03-091-68/+148
* Reorder functions to avoid having to declare them in the beginingxclaesse2008-03-091-471/+421
* Update collabora copyright to 2008xclaesse2008-03-031-1/+1
* Do not export symbols outside the empathy_ namespace.xclaesse2008-02-101-2/+2
* Add back empathy_tp_chat_new_with_contactxclaesse2008-01-021-0/+43
* 2007-12-03 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-12-031-43/+12
* Conflicts:xclaesse2007-12-031-61/+61
* 2007-10-18 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-181-10/+9
* 2007-10-13 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-131-1/+1
* 2007-10-01 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-011-0/+21
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459...xclaesse2007-08-311-21/+18
* 2007-08-06 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-08-061-0/+1
* 2007-07-20 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-07-201-2/+44
* 2007-06-30 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-07-011-100/+172
* 2007-06-22 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-221-39/+39
* 2007-06-13 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-141-2/+4
* 2007-06-03 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-031-42/+298
* 2007-05-31 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-05-311-55/+1
* 2007-05-25 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-05-251-7/+15
* 2007-05-19 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-05-201-1/+1
* * libempathy-gtk/gossip-private-chat.h:xclaesse2007-05-191-49/+141
* 2006-05-13 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-05-141-13/+30
* [darcs-to-svn @ gossip_mission_control_new() returns a MissionControl sigleto...xclaesse2007-05-131-3/+4
* [darcs-to-svn @ many changes]xclaesse2007-05-091-34/+60
* [darcs-to-svn @ Remove EmpathySession and move all programs into src/]xclaesse2007-05-031-12/+14
* [darcs-to-svn @ Connect accounts in empathy-launcher, not in empathy-contact-...xclaesse2007-05-011-4/+8
* [darcs-to-svn @ Save/restore window geometry]xclaesse2007-04-271-0/+58
* [darcs-to-svn @ Set Collabora copyright for files I created/modified]xclaesse2007-04-261-1/+3
* [darcs-to-svn @ initial import]xclaesse2007-04-261-0/+474