| Commit message (Expand) | Author | Age | Files | Lines |
* | include telepathy-glib.h | Guillaume Desmottes | 2012-09-17 | 1 | -2/+1 |
* | tp-chat: stop setting the TpAccount during construction | Guillaume Desmottes | 2012-06-27 | 1 | -1/+0 |
* | empathy_tp_chat_is_invited: return a TpContact for the inviter | Guillaume Desmottes | 2012-05-03 | 1 | -1/+1 |
* | remove empathy_tp_chat_join() | Guillaume Desmottes | 2012-05-03 | 1 | -1/+0 |
* | implement empathy_tp_chat_get_members as a method on TpChat | Guillaume Desmottes | 2012-04-10 | 1 | -0/+2 |
* | implement empathy_tp_chat_add as a method on TpChat | Guillaume Desmottes | 2012-04-10 | 1 | -0/+4 |
* | tp-chat: port to Telepathy coding style | Guillaume Desmottes | 2012-04-10 | 1 | -48/+46 |
* | Chat: show who changed the subject | Will Thompson | 2012-02-02 | 1 | -0/+1 |
* | TpChat: hide guts of Telepathy properties. | Will Thompson | 2011-10-15 | 1 | -14/+8 |
* | Port to new tp-glib client factory | Guillaume Desmottes | 2011-08-18 | 1 | -1/+3 |
* | use tp_text_channel_ack_all_pending_messages_async() | Guillaume Desmottes | 2011-07-11 | 1 | -3/+0 |
* | Use tp-glib password API (#651055) | Guillaume Desmottes | 2011-06-22 | 1 | -10/+0 |
* | Use tp-glib SMS high level API (#651242) | Guillaume Desmottes | 2011-06-01 | 1 | -2/+0 |
* | use tp_text_channel_set_chat_state_async() directly | Guillaume Desmottes | 2011-05-25 | 1 | -2/+0 |
* | EmpathyTpChat: Use a READY property instead of our own ready code | Guillaume Desmottes | 2011-05-25 | 1 | -1/+3 |
* | remove empathy_tp_chat_get_connection and priv->connection | Guillaume Desmottes | 2011-05-25 | 1 | -1/+0 |
* | EmpathyTpChat: inherit from TpTextChannel (#650554) | Guillaume Desmottes | 2011-05-25 | 1 | -4/+7 |
* | tp-chat: use the self->priv pattern | Guillaume Desmottes | 2011-05-25 | 1 | -1/+2 |
* | [tp-chat] add a counter for the number of pending messages | Danielle Madeley | 2011-05-05 | 1 | -0/+6 |
* | Add sms-channel property to empathy-tp-chat | Danielle Madeley | 2011-05-05 | 1 | -0/+2 |
* | use tp_text_channel_send_message_async() | Guillaume Desmottes | 2011-04-18 | 1 | -1/+1 |
* | add empathy_tp_chat_get_self_contact() | Guillaume Desmottes | 2011-04-06 | 1 | -0/+2 |
* | Updating empathy_tp_chat_leave() function in empathy-tp-chat API | Chandni Verma | 2011-02-25 | 1 | -1/+2 |
* | Display typing icon in MUC contact-list | Chandni Verma | 2011-01-18 | 1 | -0/+3 |
* | tp-chat: add 'account' property | Guillaume Desmottes | 2010-08-12 | 1 | -1/+3 |
* | add inviter arg to empathy_tp_chat_is_invited | Guillaume Desmottes | 2010-06-17 | 1 | -1/+2 |
* | add empathy_tp_chat_join() and empathy_tp_chat_is_invited() | Guillaume Desmottes | 2010-06-07 | 1 | -0/+3 |
* | always use empathy_tp_chat_leave instead of _close | Guillaume Desmottes | 2010-02-20 | 1 | -1/+0 |
* | Introduce empathy_tp_chat_leave | Guillaume Desmottes | 2010-02-19 | 1 | -0/+2 |
* | add API to TpChat to ack all pending messages in one go | Sjoerd Simons | 2010-02-16 | 1 | -0/+1 |
* | Use a GSList instead of GList to store messages to ack | Guillaume Desmottes | 2010-02-09 | 1 | -1/+1 |
* | Refactor MUC upgrading to be a feature of TpChat->add() | Danielle Madeley | 2009-12-21 | 1 | -0/+1 |
* | Respect indentation style. | Cosimo Cecchi | 2009-11-13 | 1 | -8/+8 |
* | add empathy_tp_chat_provide_password_{async,finish} | Guillaume Desmottes | 2009-11-13 | 1 | -0/+9 |
* | tp-chat: add API to check if a password is required | Guillaume Desmottes | 2009-11-13 | 1 | -0/+2 |
* | Fix topic not always shown, and add /topic command support. | Xavier Claessens | 2009-11-01 | 1 | -0/+11 |
* | empathy-tp-chat: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
* | Add empathy_tp_chat_get_connection() to direct access the channel's connection. | Xavier Claessens | 2009-04-22 | 1 | -0/+1 |
* | Port EmpathyTpChat to new API and drop usage of EmpathyTpGroup. | Xavier Claessens | 2009-04-22 | 1 | -2/+0 |
* | Improve API of tp-chat | Sjoerd Simons | 2009-01-10 | 1 | -3/+8 |
* | Avoid calling ListPendingMessage if it's already running. | Xavier Claessens | 2008-05-09 | 1 | -2/+1 |
* | Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET... | Xavier Claessens | 2008-05-06 | 1 | -2/+2 |
* | Make sure we don't assume Text channel's handle_type is != NONE. | Xavier Claessens | 2008-04-23 | 1 | -0/+1 |
* | Fix acknoledge of messages | Xavier Claessens | 2008-04-20 | 1 | -0/+3 |
* | Always set urgency hint on p2p chat windows when receiving a message. | Xavier Claessens | 2008-04-18 | 1 | -0/+1 |
* | Update copyright year in .h too, it was done in .c only. | Xavier Claessens | 2008-04-15 | 1 | -1/+1 |
* | Do not take McAccount as construct param, it can be found from the TpChannel | Xavier Claessens | 2008-04-11 | 1 | -8/+3 |
* | Add a 'ready' property telling if the object is ready to use. | Xavier Claessens | 2008-04-02 | 1 | -0/+1 |
* | Rework EmpathyChat's API, it is now a subclass of GtkBin. | Xavier Claessens | 2008-04-02 | 1 | -1/+2 |
* | Unify EmpathyTpChatroom and EmpathyTpChat. | Xavier Claessens | 2008-04-02 | 1 | -4/+2 |
* | Remove useless libtelepathy headers | Xavier Claessens | 2008-03-11 | 1 | -1/+1 |
* | Implement _set_property | Xavier Claessens | 2008-03-11 | 1 | -0/+1 |
* | Continue property stuff | Xavier Claessens | 2008-03-11 | 1 | -0/+2 |
* | Queue received messages until the sender got his alias. | Xavier Claessens | 2008-03-11 | 1 | -1/+1 |
* | Refactor EmpathyTpChat to use tp-glib client code | Xavier Claessens | 2008-03-11 | 1 | -2/+1 |
* | Add back empathy_tp_chat_new_with_contact | Xavier Claessens | 2008-01-02 | 1 | -0/+1 |
* | Cleanup chat objects API and request a new Text channel if account gets | Xavier Claessens | 2007-12-03 | 1 | -1/+1 |
* | Conflicts: | Xavier Claessens | 2007-12-03 | 1 | -13/+13 |
* | Cleanup licences and copyrights, Modules with 100% collabora code are now | Xavier Claessens | 2007-10-18 | 1 | -10/+9 |
* | Fix a leaked ref. | Xavier Claessens | 2007-07-01 | 1 | -3/+7 |
* | Rename all filenames starting with "gossip" by "empathy", change namespace | Xavier Claessens | 2007-06-22 | 1 | -4/+4 |
* | Fix warning when selecting all accounts. | Xavier Claessens | 2007-05-31 | 1 | -4/+0 |
* | Preset the server only for jabber protocol to conference.server. This | Xavier Claessens | 2007-05-25 | 1 | -12/+14 |
* | When a new text channel arrives, check if there is no existing GossipChat | Xavier Claessens | 2007-05-14 | 1 | -0/+2 |
* | [darcs-to-svn @ many changes] | Xavier Claessens | 2007-05-09 | 1 | -17/+10 |
* | [darcs-to-svn @ Save/restore window geometry] | Xavier Claessens | 2007-04-27 | 1 | -0/+1 |
* | [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/+75 |