| Commit message (Expand) | Author | Age | Files | Lines |
* | tp-chat: set Private and InviteOnly props on conference channels | Guillaume Desmottes | 2012-09-25 | 1 | -3/+30 |
* | include telepathy-glib.h | Guillaume Desmottes | 2012-09-17 | 1 | -2/+0 |
* | use tp_channel_get_connection() | Guillaume Desmottes | 2012-09-11 | 1 | -2/+2 |
* | use tp_text_channel_dup_pending_messages() | Guillaume Desmottes | 2012-09-11 | 1 | -2/+2 |
* | coding style fixes | Guillaume Desmottes | 2012-07-23 | 1 | -1/+1 |
* | tp-chat: prepare the Password feature if needed | Guillaume Desmottes | 2012-07-17 | 1 | -0/+38 |
* | Revert "tp-chat:requires TP_CHANNEL_FEATURE_PASSWORD" | Guillaume Desmottes | 2012-07-17 | 1 | -2/+1 |
* | tp-chat:requires TP_CHANNEL_FEATURE_PASSWORD | Guillaume Desmottes | 2012-07-17 | 1 | -1/+2 |
* | tp-chat: stop setting the TpAccount during construction | Guillaume Desmottes | 2012-06-27 | 1 | -37/+9 |
* | tp-chat: use TpProxy accessors | Guillaume Desmottes | 2012-06-07 | 1 | -4/+2 |
* | tp-chat: use tp_text_channel_get_chat_state() | Guillaume Desmottes | 2012-05-10 | 1 | -2/+2 |
* | tp-chat: remove chat-state-changed-empathy signal | Guillaume Desmottes | 2012-05-10 | 1 | -58/+0 |
* | Use tp_capabilities_get_channel_classes_variant() | Guillaume Desmottes | 2012-05-10 | 1 | -11/+33 |
* | tp-chat: stop using the contact factory when building message | Guillaume Desmottes | 2012-05-08 | 1 | -63/+12 |
* | Use TP_ERROR instead of TP_ERRORS | Guillaume Desmottes | 2012-05-07 | 1 | -1/+1 |
* | tp-chat:stop using the handle of members | Guillaume Desmottes | 2012-05-03 | 1 | -22/+14 |
* | empathy_tp_chat_is_invited: return a TpContact for the inviter | Guillaume Desmottes | 2012-05-03 | 1 | -10/+4 |
* | tp-chat: use new channel group API to track members | Guillaume Desmottes | 2012-05-03 | 1 | -136/+55 |
* | tp_chat_prepare_ready_async: use new channel group API | Guillaume Desmottes | 2012-05-03 | 1 | -46/+16 |
* | empathy_tp_chat_is_invited: use new channel group API | Guillaume Desmottes | 2012-05-03 | 1 | -5/+12 |
* | remove empathy_tp_chat_join() | Guillaume Desmottes | 2012-05-03 | 1 | -32/+0 |
* | tp-chat: add the 'members-changed' signal | Guillaume Desmottes | 2012-05-02 | 1 | -4/+12 |
* | tp-chat: add the 'member-renamed' signal | Guillaume Desmottes | 2012-05-02 | 1 | -3/+11 |
* | implement empathy_tp_chat_get_members as a method on TpChat | Guillaume Desmottes | 2012-04-10 | 1 | -17/+3 |
* | remove unused tp_chat_remove | Guillaume Desmottes | 2012-04-10 | 1 | -18/+0 |
* | implement empathy_tp_chat_add as a method on TpChat | Guillaume Desmottes | 2012-04-10 | 1 | -5/+2 |
* | tp-chat: use self->priv directly | Guillaume Desmottes | 2012-04-10 | 1 | -26/+13 |
* | tp-chat: port to Telepathy coding style | Guillaume Desmottes | 2012-04-10 | 1 | -1118/+1161 |
* | Chat: show who changed the subject | Will Thompson | 2012-02-02 | 1 | -1/+25 |
* | TpChat: add a :self-contact property. | Will Thompson | 2012-01-19 | 1 | -0/+19 |
* | don't ignore TP_DELIVERY_STATUS_TEMPORARILY_FAILED delivery report | Guillaume Desmottes | 2011-11-28 | 1 | -1/+2 |
* | Use _unref instead of _free _destroy when possible.unref | Xavier Claessens | 2011-11-16 | 1 | -2/+2 |
* | TpChat: remove support for old Properties | Will Thompson | 2011-10-15 | 1 | -263/+5 |
* | TpChat: Use RoomConfig1 and Subject if available | Will Thompson | 2011-10-15 | 1 | -5/+138 |
* | TpChat: track subject and title explicitly. | Will Thompson | 2011-10-15 | 1 | -50/+37 |
* | TpChat: hide guts of Telepathy properties. | Will Thompson | 2011-10-15 | 1 | -18/+103 |
* | Use g_cclosure_marshal_generic for all signals | Xavier Claessens | 2011-09-28 | 1 | -6/+5 |
* | all: remove butterfly workarounds (bgo#612555) | Jonny Lamb | 2011-09-26 | 1 | -64/+0 |
* | TpChat: don't crash with broken TpProperties implementations | Will Thompson | 2011-09-06 | 1 | -2/+2 |
* | tp-chat: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABILITIES | Guillaume Desmottes | 2011-08-19 | 1 | -35/+13 |
* | Port to new tp-glib client factory | Guillaume Desmottes | 2011-08-18 | 1 | -1/+4 |
* | use tp_text_channel_ack_all_pending_messages_async() | Guillaume Desmottes | 2011-07-11 | 1 | -35/+0 |
* | Use tp-glib password API (#651055) | Guillaume Desmottes | 2011-06-22 | 1 | -133/+3 |
* | Check we actually have a part #1 before requesting it | Danielle Madeley | 2011-06-08 | 1 | -1/+1 |
* | Use tp-glib SMS high level API (#651242) | Guillaume Desmottes | 2011-06-01 | 1 | -76/+0 |
* | use tp_text_channel_set_chat_state_async() directly | Guillaume Desmottes | 2011-05-25 | 1 | -19/+0 |
* | tp_chat_dispose: use tp_clear_object() | Guillaume Desmottes | 2011-05-25 | 1 | -14/+2 |
* | EmpathyTpChat: get rid of the destroy signal | Guillaume Desmottes | 2011-05-25 | 1 | -39/+0 |
* | EmpathyTpChat: Use a READY property instead of our own ready code | Guillaume Desmottes | 2011-05-25 | 1 | -147/+198 |
* | remove empathy_tp_chat_get_connection and priv->connection | Guillaume Desmottes | 2011-05-25 | 1 | -24/+23 |
* | EmpathyTpChat: inherit from TpTextChannel (#650554) | Guillaume Desmottes | 2011-05-25 | 1 | -102/+73 |
* | tp-chat: use the self->priv pattern | Guillaume Desmottes | 2011-05-25 | 1 | -386/+315 |
* | rename message-received signal to message-received-empathy | Guillaume Desmottes | 2011-05-25 | 1 | -1/+1 |
* | tp-chat: rename chat-state-changed to chat-state-changed-empathy | Guillaume Desmottes | 2011-05-25 | 1 | -1/+1 |
* | Merge branch 'ack' | Jonny Lamb | 2011-05-17 | 1 | -51/+62 |
|\ |
|
| * | tp-chat: don't assert on not finding message | Jonny Lamb | 2011-05-16 | 1 | -1/+3 |
| * | tp-chat: call acknowledge_message(s) directly | Jonny Lamb | 2011-05-13 | 1 | -17/+6 |
| * | tp-chat: rename signal to message-acknowledged | Jonny Lamb | 2011-05-13 | 1 | -4/+4 |
| * | tp-chat: give ::pending-message-removed the message | Jonny Lamb | 2011-05-13 | 1 | -4/+4 |
| * | tp-chat: add pending-message-removed signal | Jonny Lamb | 2011-05-12 | 1 | -0/+13 |
| * | tp-chat: use ::pending-message-removed to update our pending queue | Jonny Lamb | 2011-05-12 | 1 | -20/+34 |
| * | tp-chat: acknowledge messages using TpTextChannel API | Jonny Lamb | 2011-05-12 | 1 | -25/+18 |
* | | Merge remote-tracking branch 'glassrose/moving-part-functionality-to-empathy-... | Guillaume Desmottes | 2011-05-13 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | Send full message for the default chat parted on part command | Chandni Verma | 2011-05-09 | 1 | -0/+3 |
* | | Fix broken logic that caused delivery report spinner to spin forever | Danielle Madeley | 2011-05-05 | 1 | -4/+5 |
* | | [tp-chat] add a counter for the number of pending messages | Danielle Madeley | 2011-05-05 | 1 | -3/+78 |
* | | Use dbus-error from delivery report for better errors | Danielle Madeley | 2011-05-05 | 1 | -4/+8 |
* | | Don't wait for SMS properties when there is no SMS support on the channel | Danielle Madeley | 2011-05-05 | 1 | -0/+3 |
* | | Add sms-channel property to empathy-tp-chat | Danielle Madeley | 2011-05-05 | 1 | -0/+77 |
|/ |
|
* | use the TpChannel:chat-state-changed signal | Guillaume Desmottes | 2011-04-18 | 1 | -7/+4 |
* | use delivery report instead of Text.SendError | Guillaume Desmottes | 2011-04-18 | 1 | -25/+50 |
* | factor out handle_incoming_message() | Guillaume Desmottes | 2011-04-18 | 1 | -23/+17 |
* | use tp_text_channel_send_message_async() | Guillaume Desmottes | 2011-04-18 | 1 | -21/+44 |
* | factor out empathy_message_new_from_tp_message | Guillaume Desmottes | 2011-04-18 | 1 | -68/+15 |
* | use TpTextChannel:message-sent | Guillaume Desmottes | 2011-04-18 | 1 | -17/+15 |
* | use TpTextChannel:message-received | Guillaume Desmottes | 2011-04-18 | 1 | -27/+25 |
* | use tp_text_channel_get_pending_messages() to get the pending messages | Guillaume Desmottes | 2011-04-18 | 1 | -57/+34 |
* | empathy-tp-chat: ensure that we get a TpTextChannel | Guillaume Desmottes | 2011-04-18 | 1 | -1/+1 |
* | add empathy_tp_chat_get_self_contact() | Guillaume Desmottes | 2011-04-06 | 1 | -0/+10 |
* | tp_chat_got_renamed_contacts_cb: use tp_clear_object() to unref priv->user | Guillaume Desmottes | 2011-03-23 | 1 | -1/+1 |
* | pass a preferred handler when requesting channels | Guillaume Desmottes | 2011-03-17 | 1 | -2/+3 |
* | tp_chat_received_cb: display the path of the channel in debug log | Guillaume Desmottes | 2011-03-04 | 1 | -1/+2 |
* | Updating empathy_tp_chat_leave() function in empathy-tp-chat API | Chandni Verma | 2011-02-25 | 1 | -45/+15 |
* | Display typing icon in MUC contact-list | Chandni Verma | 2011-01-18 | 1 | -0/+9 |
* | tp-chat: stop using EmpathyDispatcher to check if Conference is supported | Guillaume Desmottes | 2010-10-20 | 1 | -12/+12 |
* | use TP_PROP_* | Guillaume Desmottes | 2010-09-29 | 1 | -5/+5 |
* | use tp-glib API for Conference (#630709) | Guillaume Desmottes | 2010-09-29 | 1 | -4/+4 |
* | tp_chat_group_members_changed_cb: early return if removed or added have not t... | Simon McVittie | 2010-09-14 | 1 | -2/+5 |
* | use TP_USER_ACTION_TIME_* (#627165) | Guillaume Desmottes | 2010-08-18 | 1 | -1/+1 |
* | add g_return_val_if_fail in _new functions | Guillaume Desmottes | 2010-08-12 | 1 | -0/+3 |
* | tp-chat: add 'account' property | Guillaume Desmottes | 2010-08-12 | 1 | -5/+35 |
* | tp-chat: use TpAccountChannelRequest | Guillaume Desmottes | 2010-08-11 | 1 | -8/+24 |
* | Merge EmpathyContact:name and *_set_alias() to EmpathyContact:alias | Philip Withnall | 2010-07-22 | 1 | -1/+1 |
* | tp-chat: mark scrollback messages as backlog | Guillaume Desmottes | 2010-07-09 | 1 | -0/+3 |
* | connect sigs using tp_g_signal_connect_object | Guillaume Desmottes | 2010-07-05 | 1 | -4/+4 |
* | tp-chat: Wait that all the pending messages have been added to the pending queue | Guillaume Desmottes | 2010-06-28 | 1 | -10/+30 |
* | add inviter arg to empathy_tp_chat_is_invited | Guillaume Desmottes | 2010-06-17 | 1 | -2/+3 |
* | add empathy_tp_chat_join() and empathy_tp_chat_is_invited() | Guillaume Desmottes | 2010-06-07 | 1 | -0/+49 |
* | Remove EmpathyContactMonitor, it is not used anymore | Xavier Claessens | 2010-05-26 | 1 | -24/+0 |
* | Port to new EmpathyTpContactFactory API | Xavier Claessens | 2010-05-26 | 1 | -27/+23 |
* | add timestamp arg to empathy_dispatcher_create_channel | Sjoerd Simons | 2010-04-25 | 1 | -1/+1 |
* | tp-chat: update self user if it has been renamed (#613930) | Guillaume Desmottes | 2010-03-29 | 1 | -0/+6 |
* | tp-chat: remove butterfly MSN HandleType=NONE workaround | Jonny Lamb | 2010-03-11 | 1 | -0/+8 |
* | tp-chat: when seeing if a chat can be upgraded, don't worry about handle type | Jonny Lamb | 2010-03-11 | 1 | -1/+1 |
* | Don't try to close channels thrice. | Will Thompson | 2010-02-26 | 1 | -2/+6 |
* | always use empathy_tp_chat_leave instead of _close | Guillaume Desmottes | 2010-02-20 | 1 | -3/+3 |
* | empathy_tp_chat_leave: try to remove the self-handle instead of closing (#610... | Guillaume Desmottes | 2010-02-19 | 1 | -1/+35 |
* | Introduce empathy_tp_chat_leave | Guillaume Desmottes | 2010-02-19 | 1 | -0/+6 |
* | add API to TpChat to ack all pending messages in one go | Sjoerd Simons | 2010-02-16 | 1 | -0/+7 |
* | Use a GSList instead of GList to store messages to ack | Guillaume Desmottes | 2010-02-09 | 1 | -6/+6 |
* | Refactor MUC upgrading to be a feature of TpChat->add() | Danielle Madeley | 2009-12-21 | 1 | -13/+96 |
* | tp-chat: set the flags of the message | Guillaume Desmottes | 2009-12-02 | 1 | -4/+9 |
* | tp-chat: copy the rename message | Guillaume Desmottes | 2009-11-19 | 1 | -3/+4 |
* | coding style fixes | Guillaume Desmottes | 2009-11-19 | 1 | -4/+4 |
* | don't mix code and variable declarations | Guillaume Desmottes | 2009-11-19 | 1 | -3/+3 |
* | Handle the case where a user's id changes in a chatroom | Jonathon Jongsma | 2009-11-19 | 1 | -0/+95 |
* | tp-chat: no need to connect twice on the ChatStateChanged signal | Guillaume Desmottes | 2009-11-19 | 1 | -4/+0 |
* | Respect indentation style. | Cosimo Cecchi | 2009-11-13 | 1 | -15/+17 |
* | tp-chat: update the 'password-needed' property when password flags changes | Guillaume Desmottes | 2009-11-13 | 1 | -0/+27 |
* | empathy-tp-chat: add 'password-needed' property | Guillaume Desmottes | 2009-11-13 | 1 | -0/+13 |
* | add empathy_tp_chat_provide_password_{async,finish} | Guillaume Desmottes | 2009-11-13 | 1 | -0/+54 |
* | tp_chat_check_if_ready: deal with password protected room | Guillaume Desmottes | 2009-11-13 | 1 | -2/+10 |
* | tp-chat: add API to check if a password is required | Guillaume Desmottes | 2009-11-13 | 1 | -0/+36 |
* | tp_chat_check_if_ready: split the test checking if the TpChat is ready | Guillaume Desmottes | 2009-11-13 | 1 | -3/+8 |
* | Fix topic not always shown, and add /topic command support. | Xavier Claessens | 2009-11-01 | 1 | -23/+50 |
* | empathy-tp-chat.c: fix shadow declaration | Guillaume Desmottes | 2009-10-21 | 1 | -2/+2 |
* | Fallback to the contact id if present when there is no room id for empathy_tp... | Olivier Le Thanh Duong | 2009-09-21 | 1 | -1/+10 |
* | Check if the remote-contact is actually there before putting it on the list | Sjoerd Simons | 2009-09-14 | 1 | -1/+2 |
* | Ack received messages from ourself. | Will Thompson | 2009-08-31 | 1 | -2/+8 |
* | Handle SendError signal correctly, not as a message | Will Thompson | 2009-08-31 | 1 | -7/+2 |
* | Use char* not EmpathyMessage in TpChat:send-error | Will Thompson | 2009-08-31 | 1 | -3/+4 |
* | Merge back from master | Sjoerd Simons | 2009-08-22 | 1 | -7/+10 |
|\ |
|
| * | Only call SetChatState if the Channel supports it | Will Thompson | 2009-08-14 | 1 | -7/+10 |
* | | Merge commit 'upstream/master' into mc5 | Sjoerd Simons | 2009-07-28 | 1 | -13/+52 |
|\| |
|
| * | Merge branch 'part-reasons' | Will Thompson | 2009-07-02 | 1 | -13/+52 |
| |\ |
|
| | * | Style: avoid marching off the right margin | Will Thompson | 2009-06-19 | 1 | -9/+10 |
| | * | Style: use FIXME not TODO | Will Thompson | 2009-06-19 | 1 | -3/+3 |
| | * | Coding style: one declaration per line. | Will Thompson | 2009-06-19 | 1 | -1/+2 |
| | * | Include actor in members-changed if possible | Will Thompson | 2009-06-18 | 1 | -14/+51 |
* | | | Remove last references to mission-control 4 | Sjoerd Simons | 2009-07-16 | 1 | -0/+1 |
|/ / |
|
* / | empathy-tp-chat: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -1/+1 |
|/ |
|
* | Correctly set the is_member flag when members are added | Sjoerd Simons | 2009-05-28 | 1 | -1/+1 |
* | empathy-tp-chat: fix leak in dispose | Guillaume Desmottes | 2009-05-26 | 1 | -1/+1 |
* | empathy-tp-chat: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -6/+6 |
* | Fix a theoretical race listing pending messages | Will Thompson | 2009-04-25 | 1 | -4/+4 |
* | Fix build, probably an error while rebasing | Xavier Claessens | 2009-04-22 | 1 | -2/+0 |
* | Use tp_connection_get_self_handle where needed | Xavier Claessens | 2009-04-22 | 1 | -23/+4 |
* | Change EmpathyTpContactFactory API to look more like TpConnection. Add functi... | Xavier Claessens | 2009-04-22 | 1 | -25/+61 |
* | - Fix connection of "group-members-changed" signal | Xavier Claessens | 2009-04-22 | 1 | -14/+3 |
* | Add empathy_tp_chat_get_connection() to direct access the channel's connection. | Xavier Claessens | 2009-04-22 | 1 | -0/+10 |
* | Port EmpathyTpChat to new API and drop usage of EmpathyTpGroup. | Xavier Claessens | 2009-04-22 | 1 | -401/+375 |
* | Fix memleak in empathy_tp_chat_acknowledge_messages. Unref message after it has | Lars-Peter Clausen | 2009-04-21 | 1 | -0/+1 |
* | Unref TpChat's channel after emitting destroy. | Will Thompson | 2009-04-13 | 1 | -3/+2 |
* | Use tp_channel_get_identifier instead of inspecting channel's handle. | Xavier Claessens | 2009-03-20 | 1 | -18/+1 |
* | Remove repeated casts to EmpathyTpChat | Will Thompson | 2009-02-04 | 1 | -11/+14 |
* | Ignore and acknowledge empty NonTextContent messages. | Will Thompson | 2009-02-04 | 1 | -0/+34 |
* | Remove some usage of EmpathyTpGroup from EmpathyTpChat | Xavier Claessens | 2009-01-13 | 1 | -6/+14 |
* | Remove useless include of empathy-tp-group.h | Xavier Claessens | 2009-01-13 | 1 | -0/+1 |
* | Only unref things in dispose | Sjoerd Simons | 2009-01-10 | 1 | -13/+4 |
* | Make the dispatch operation _get_ functions not return a ref | Sjoerd Simons | 2009-01-10 | 1 | -1/+2 |
* | Don't close channels as a side-effect of disposing wrapper objects | Sjoerd Simons | 2009-01-10 | 1 | -1/+6 |
* | Style fixes | Sjoerd Simons | 2009-01-10 | 1 | -108/+114 |
* | Disconnect signal handlers from the head of the queue before destroying the q... | Sjoerd Simons | 2009-01-10 | 1 | -11/+10 |
* | Improve API of tp-chat | Sjoerd Simons | 2009-01-10 | 1 | -114/+210 |
* | Port EmpathyContactFactory to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
* | Create the EmpathyContactMonitor lazily if needed. | Xavier Claessens | 2009-01-07 | 1 | -2/+9 |
* | Fix the build. | Xavier Claessens | 2009-01-07 | 1 | -0/+1 |
* | Implement _get_monitor () in EmpathyTpChat. | Xavier Claessens | 2009-01-07 | 1 | -0/+16 |
* | 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 |