| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some comments to the message queue code | Xavier Claessens | 2008-07-08 | 1 | -2/+7 |
* | Before emitting a message make sure the ID is also ready. Fixes bug #540360. | Xavier Claessens | 2008-07-08 | 1 | -2/+4 |
* | Fix a gcc warning complaining about a var that could be used uninitialized | Xavier Claessens | 2008-07-05 | 1 | -1/+1 |
* | Emit "send-error" signal if Send() call fails | Xavier Claessens | 2008-05-22 | 1 | -2/+18 |
* | Don't leak queued messages if EmpathyTpChat gets finalized. | Xavier Claessens | 2008-05-09 | 1 | -0/+15 |
* | Avoid calling ListPendingMessage if it's already running. | Xavier Claessens | 2008-05-09 | 1 | -8/+11 |
* | Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET... | Xavier Claessens | 2008-05-06 | 1 | -12/+12 |
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -36/+28 |
* | Make sure we don't assume Text channel's handle_type is != NONE. | Xavier Claessens | 2008-04-23 | 1 | -0/+10 |
* | Never set the remote_contact for named rooms, do not pretend it's a p2p chat ... | Xavier Claessens | 2008-04-21 | 1 | -8/+21 |
* | Fix acknoledge of messages | Xavier Claessens | 2008-04-20 | 1 | -47/+74 |
* | Always set urgency hint on p2p chat windows when receiving a message. | Xavier Claessens | 2008-04-18 | 1 | -6/+18 |
* | Get the chat ID only if the handle and handle_type are != 0. Get the remote_c... | Xavier Claessens | 2008-04-15 | 1 | -15/+19 |
* | Various fixes for chats | Xavier Claessens | 2008-04-14 | 1 | -3/+4 |
* | Set "remote-contact" property even if there is a group interface. | Xavier Claessens | 2008-04-14 | 1 | -0/+41 |
* | Do not take McAccount as construct param, it can be found from the TpChannel | Xavier Claessens | 2008-04-11 | 1 | -133/+39 |
* | Update for new API | Xavier Claessens | 2008-04-11 | 1 | -1/+1 |
* | Fix get_property('ready') on EmpathyTpChat and EmpathyTpGroup (Alban Crequy). | Xavier Claessens | 2008-04-11 | 1 | -0/+3 |
* | Make use of mission_control_get_tpconnection() | Xavier Claessens | 2008-04-11 | 1 | -14/+3 |
* | Add a 'ready' property telling if the object is ready to use. | Xavier Claessens | 2008-04-02 | 1 | -6/+26 |
* | Do not ack pending messages until they are displayed | Xavier Claessens | 2008-04-02 | 1 | -1/+22 |
* | Rework EmpathyChat's API, it is now a subclass of GtkBin. | Xavier Claessens | 2008-04-02 | 1 | -42/+63 |
* | Fix leaks in finalize | Xavier Claessens | 2008-04-02 | 1 | -0/+7 |
* | Unify EmpathyTpChatroom and EmpathyTpChat. | Xavier Claessens | 2008-04-02 | 1 | -37/+129 |
* | Make use of tp-glib helpers func for GValue | Xavier Claessens | 2008-03-11 | 1 | -6/+3 |
* | Connect to PropertyFlagsChanged | Xavier Claessens | 2008-03-11 | 1 | -0/+40 |
* | Check if property is writable before setting it. Fix leaks | Xavier Claessens | 2008-03-11 | 1 | -0/+7 |
* | Implement _set_property | Xavier Claessens | 2008-03-11 | 1 | -1/+41 |
* | Fix usage of property iface and make use of it to get chatroom topic. | Xavier Claessens | 2008-03-11 | 1 | -18/+15 |
* | Display GError's message when a call fails. | Xavier Claessens | 2008-03-11 | 1 | -0/+18 |
* | Fix some warnings when getting properties | Xavier Claessens | 2008-03-11 | 1 | -8/+21 |
* | Add back "tp-chan" property, still used to inspect the channel handle. | Xavier Claessens | 2008-03-11 | 1 | -9/+22 |
* | Continue property stuff | Xavier Claessens | 2008-03-11 | 1 | -4/+82 |
* | Do not close the channel if the channel is invalidated | Xavier Claessens | 2008-03-11 | 1 | -1/+1 |
* | Prepare a new API for chat properties | Xavier Claessens | 2008-03-11 | 1 | -4/+60 |
* | Queue received messages until the sender got his alias. | Xavier Claessens | 2008-03-11 | 1 | -30/+44 |
* | Refactor EmpathyTpChat to use tp-glib client code | Xavier Claessens | 2008-03-11 | 1 | -454/+172 |
* | Queue received messages until the sender got his alias. | Xavier Claessens | 2008-03-09 | 1 | -68/+148 |
* | Reorder functions to avoid having to declare them in the begining | Xavier Claessens | 2008-03-09 | 1 | -471/+421 |
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 1 | -1/+1 |
* | Do not export symbols outside the empathy_ namespace. | Xavier Claessens | 2008-02-10 | 1 | -2/+2 |
* | Add back empathy_tp_chat_new_with_contact | Xavier Claessens | 2008-01-02 | 1 | -0/+43 |
* | Cleanup chat objects API and request a new Text channel if account gets | Xavier Claessens | 2007-12-03 | 1 | -43/+12 |
* | Conflicts: | Xavier Claessens | 2007-12-03 | 1 | -61/+61 |
* | Cleanup licences and copyrights, Modules with 100% collabora code are now | Xavier Claessens | 2007-10-18 | 1 | -10/+9 |
* | Don't use deprecated GtkTooltips API. Add commented out lines in | Xavier Claessens | 2007-10-13 | 1 | -1/+1 |
* | Disconnect all signals in finalize. Fixes bug #462815. | Xavier Claessens | 2007-10-01 | 1 | -0/+21 |
* | Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug #459... | Xavier Claessens | 2007-08-31 | 1 | -21/+18 |
* | Don't forget to reverse the glist of pending messages. | Xavier Claessens | 2007-08-06 | 1 | -0/+1 |
* | Initial room list support. It does not works yet. | Xavier Claessens | 2007-07-20 | 1 | -2/+44 |
* | Fix a leaked ref. | Xavier Claessens | 2007-07-01 | 1 | -100/+172 |
* | Rename all filenames starting with "gossip" by "empathy", change namespace | Xavier Claessens | 2007-06-22 | 1 | -39/+39 |
* | New window for viewing logs. | Xavier Claessens | 2007-06-14 | 1 | -2/+4 |
* | Add all properties described by TP spec for the Text channel on | Xavier Claessens | 2007-06-03 | 1 | -42/+298 |
* | Fix warning when selecting all accounts. | Xavier Claessens | 2007-05-31 | 1 | -55/+1 |
* | Preset the server only for jabber protocol to conference.server. This | Xavier Claessens | 2007-05-25 | 1 | -7/+15 |
* | Fix indentation Fix not returning the contact in tp_contact_list_find() | Xavier Claessens | 2007-05-20 | 1 | -1/+1 |
* | EmpathyContactList is now an interface implemented by | Xavier Claessens | 2007-05-19 | 1 | -49/+141 |
* | When a new text channel arrives, check if there is no existing GossipChat | Xavier Claessens | 2007-05-14 | 1 | -13/+30 |
* | [darcs-to-svn @ gossip_mission_control_new() returns a MissionControl sigleto... | Xavier Claessens | 2007-05-13 | 1 | -3/+4 |
* | [darcs-to-svn @ many changes] | Xavier Claessens | 2007-05-09 | 1 | -34/+60 |
* | [darcs-to-svn @ Remove EmpathySession and move all programs into src/] | Xavier Claessens | 2007-05-03 | 1 | -12/+14 |
* | [darcs-to-svn @ Connect accounts in empathy-launcher, not in empathy-contact-... | Xavier Claessens | 2007-05-01 | 1 | -4/+8 |
* | [darcs-to-svn @ Save/restore window geometry] | Xavier Claessens | 2007-04-27 | 1 | -0/+58 |
* | [darcs-to-svn @ Set Collabora copyright for files I created/modified] | Xavier Claessens | 2007-04-26 | 1 | -1/+3 |
* | [darcs-to-svn @ initial import] | Xavier Claessens | 2007-04-26 | 1 | -0/+474 |