| Commit message (Expand) | Author | Age | Files | Lines |
* | Renaming: use tp-glib API instead of generating it as an extension | Guillaume Desmottes | 2014-02-04 | 1 | -6/+5 |
* | Insert smileys at the cursor position | Veena Katiyar | 2013-11-18 | 1 | -7/+8 |
* | EmpathyMessage: remove flags, they are useless | Xavier Claessens | 2013-10-03 | 1 | -3/+1 |
* | Add missing telepathy-glib-dbus.h includes | Xavier Claessens | 2013-10-03 | 1 | -0/+1 |
* | tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename it | Marco Barisione | 2013-08-20 | 1 | -11/+12 |
* | string-parser: move everything except for _match_smiley(), to tp-aw | Marco Barisione | 2013-08-20 | 1 | -1/+1 |
* | builder: move empathy_builder_* from Empathy to tp-account-widgets | Marco Barisione | 2013-08-20 | 1 | -2/+3 |
* | keyring: move from Empathy to tp-account-widgets | Marco Barisione | 2013-08-20 | 1 | -4/+4 |
* | Install property active-group in EmpathyIndividualMenu | Chandni Verma | 2013-07-21 | 1 | -1/+1 |
* | keyring: Drop legacy function after the libsecret migration | Emanuele Aina | 2013-04-04 | 1 | -8/+2 |
* | Reorder header inclusions accordingly to the Telepathy coding style | Emanuele Aina | 2013-04-02 | 1 | -10/+10 |
* | Use a flat namespace for internal includes | Emanuele Aina | 2013-04-01 | 1 | -7/+7 |
* | Use double quotes for all internal headers | Emanuele Aina | 2013-04-01 | 1 | -6/+6 |
* | Drop unused/redundant header inclusions | Emanuele Aina | 2013-03-28 | 1 | -9/+0 |
* | Consistently use `#include "config.h"` everywhere | Emanuele Aina | 2013-03-28 | 1 | -1/+1 |
* | empathy-chat: show pending messages only for the first set of logs | Debarshi Ray | 2013-01-21 | 1 | -4/+5 |
* | empathy-chat: load logs as the user scrolls up or resizes the dialog | Debarshi Ray | 2013-01-21 | 1 | -45/+173 |
* | include telepathy-glib.h | Guillaume Desmottes | 2012-09-17 | 1 | -2/+1 |
* | use tp_channel_get_connection() | Guillaume Desmottes | 2012-09-11 | 1 | -4/+4 |
* | use tp_account_manager_dup_valid_accounts() | Guillaume Desmottes | 2012-09-11 | 1 | -2/+2 |
* | chat: use empathy_display_individual_info() | Guillaume Desmottes | 2012-07-11 | 1 | -7/+6 |
* | Stop using EmpathyChatView | Guillaume Desmottes | 2012-07-02 | 1 | -33/+33 |
* | EmpathyChat: tell view to show/hide avatars based on connection interfaces | Will Thompson | 2012-06-28 | 1 | -0/+11 |
* | factor out empathy_chat_copy() | Guillaume Desmottes | 2012-06-27 | 1 | -37/+58 |
* | empathy-chat: abort chat_log_filter if object was destroyed | Debarshi Ray | 2012-06-11 | 1 | -9/+20 |
* | empathy-chat: abort got_filtered_messages_cb if object was destroyed | Debarshi Ray | 2012-06-11 | 1 | -3/+14 |
* | chat: use empathy_client_factory_dup_contact_by_id_async() | Guillaume Desmottes | 2012-05-11 | 1 | -62/+33 |
* | chat: use contact-chat-state-changed signal | Guillaume Desmottes | 2012-05-10 | 1 | -4/+10 |
* | Use TP_ERROR instead of TP_ERRORS | Guillaume Desmottes | 2012-05-07 | 1 | -2/+2 |
* | remove useless empathy-contact-list.h includes | Guillaume Desmottes | 2012-04-10 | 1 | -1/+0 |
* | implement empathy_tp_chat_get_members as a method on TpChat | Guillaume Desmottes | 2012-04-10 | 1 | -1/+1 |
* | include logger single header | Guillaume Desmottes | 2012-04-04 | 1 | -2/+1 |
* | Make use of new GLib macros to check API we are using | Guillaume Desmottes | 2012-03-07 | 1 | -1/+2 |
* | coding style fixes | Guillaume Desmottes | 2012-02-16 | 1 | -2/+2 |
* | empathy-chat: use empathy_ensure_individual_from_tp_contact() | Guillaume Desmottes | 2012-02-15 | 1 | -1/+2 |
* | Toggle telling others you are typing to them | Patrick F. Allen | 2012-02-13 | 1 | -1/+15 |
* | Don't unhighlight chat tabs when more messages are received | Will Thompson | 2012-02-11 | 1 | -0/+21 |
* | Chat: show who changed the subject | Will Thompson | 2012-02-02 | 1 | -1/+8 |
* | coding style fix | Guillaume Desmottes | 2012-01-27 | 1 | -1/+1 |
* | Merge branch 'highlight-regex' | Will Thompson | 2012-01-26 | 1 | -9/+144 |
|\ |
|
| * | EmpathyChat: cache highlight regex. | Will Thompson | 2012-01-25 | 1 | -17/+45 |
| * | EmpathyChat: track self contact. | Will Thompson | 2012-01-19 | 1 | -8/+27 |
| * | Don't highlight messages in 1-1 chats. | Will Thompson | 2012-01-19 | 1 | -0/+4 |
| * | Don't highlight messages the user sent themself | Will Thompson | 2012-01-19 | 1 | -0/+4 |
| * | Move empathy_message_should_highlight to EmpathyChat | Will Thompson | 2012-01-19 | 1 | -3/+71 |
| * | EmpathyChat: include should_highlight in ::new-message | Will Thompson | 2012-01-19 | 1 | -2/+11 |
| * | chat_view_append_message: take a should_highlight argument | Will Thompson | 2012-01-19 | 1 | -3/+6 |
* | | don't display 'No topic defined' if topic are not supported | Guillaume Desmottes | 2012-01-24 | 1 | -4/+8 |
|/ |
|
* | chat: use an EmpathyIndividualMenu | Guillaume Desmottes | 2011-12-14 | 1 | -8/+20 |
* | chat: use the individual view/store rather than the contact one | Guillaume Desmottes | 2011-11-24 | 1 | -14/+22 |
* | use gtk_box_new() instead of gtk_[h,v]box_new() | Guillaume Desmottes | 2011-11-21 | 1 | -2/+2 |
* | stop using gtk_widget_get_pointer() | Guillaume Desmottes | 2011-11-11 | 1 | -1/+4 |
* | TpChat: hide guts of Telepathy properties. | Will Thompson | 2011-10-15 | 1 | -43/+25 |
* | Merge remote-tracking branch 'pochu/error-dialog' | Danielle Madeley | 2011-10-14 | 1 | -2/+4 |
|\ |
|
| * | empathy_dispatcher_chat_with_contact_id(): add optional cb | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -2/+4 |
* | | Merge branch: 'Add top-up link to chat text when there is insufficient credit' | Danielle Madeley | 2011-10-14 | 1 | -3/+47 |
|\ \ |
|
| * | | EmpathyChat: add a 'Top up' link when there's not enough credit | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -3/+47 |
| |/ |
|
* | | Use g_cclosure_marshal_generic for all signals | Xavier Claessens | 2011-09-28 | 1 | -4/+3 |
* | | Add /inspector command to show webkit inspector | Xavier Claessens | 2011-09-26 | 1 | -0/+13 |
* | | coding style fixEMPATHY_3_1_92 | Guillaume Desmottes | 2011-09-19 | 1 | -1/+1 |
* | | EmpathyChat: Set slider position after a timeout | Xavier Claessens | 2011-09-19 | 1 | -16/+29 |
* | | Use tp_proxy_prepare_async instead of tp_account_manager_prepare_async | Guillaume Desmottes | 2011-09-19 | 1 | -2/+2 |
* | | Because we like whales | Xavier Claessens | 2011-09-09 | 1 | -2/+43 |
|/ |
|
* | Assume GDK_KEY_PRESS in the default case | Danielle Madeley | 2011-07-26 | 1 | -2/+4 |
* | Populate spelling suggestions when menu key is pressed | Danielle Madeley | 2011-07-18 | 1 | -6/+46 |
* | use tp_text_channel_ack_all_pending_messages_async() | Guillaume Desmottes | 2011-07-11 | 1 | -1/+2 |
* | Use tp-glib password API (#651055) | Guillaume Desmottes | 2011-06-22 | 1 | -5/+5 |
* | empathy-chat: properly count unread messages when the connection goes away (#... | Guillaume Desmottes | 2011-06-21 | 1 | -0/+11 |
* | EmpathyChat: inherit from a GtkBox instead of a GtkBin | Guillaume Desmottes | 2011-06-21 | 1 | -28/+2 |
* | Only decrement unread_messages if it's not an edited message | Danielle Madeley | 2011-06-14 | 1 | -2/+4 |
* | Reset the chat state after receiving an edited message | Danielle Madeley | 2011-06-14 | 1 | -12/+9 |
* | Replace tpl_text_event_dup_supersedes() with synthetic message | Danielle Madeley | 2011-06-14 | 1 | -18/+24 |
* | Get the original message from the logger so we can supersede it | Danielle Madeley | 2011-06-14 | 1 | -1/+22 |
* | Pass edited messages through to the ChatView | Danielle Madeley | 2011-06-12 | 1 | -15/+28 |
* | Merge branch 'sms-651242' | Guillaume Desmottes | 2011-06-08 | 1 | -2/+3 |
|\ |
|
| * | Use tp-glib SMS high level API (#651242) | Guillaume Desmottes | 2011-06-01 | 1 | -2/+3 |
* | | Don't shadow the global definition of 'log'. | Travis Reitter | 2011-06-07 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'speedup-protocol-chooser' | Sjoerd Simons | 2011-06-01 | 1 | -4/+0 |
|\ |
|
| * | Don't set priv when it's not used | Sjoerd Simons | 2011-05-29 | 1 | -4/+0 |
* | | Chatrooms: Make text input view sensitive on successful password entry | Chandni Verma | 2011-05-30 | 1 | -0/+1 |
|/ |
|
* | use tp_text_channel_set_chat_state_async() directly | Guillaume Desmottes | 2011-05-25 | 1 | -6/+31 |
* | EmpathyTpChat: get rid of the destroy signal | Guillaume Desmottes | 2011-05-25 | 1 | -6/+9 |
* | remove empathy_tp_chat_get_connection and priv->connection | Guillaume Desmottes | 2011-05-25 | 1 | -3/+2 |
* | EmpathyTpChat: inherit from TpTextChannel (#650554) | Guillaume Desmottes | 2011-05-25 | 1 | -14/+6 |
* | 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 'remember-my-message-yo' | Jonny Lamb | 2011-05-18 | 1 | -0/+23 |
|\ |
|
| * | chat: rename get to dup | Jonny Lamb | 2011-05-18 | 1 | -1/+1 |
| * | chat: add {get,set}_text methods | Jonny Lamb | 2011-05-16 | 1 | -0/+23 |
* | | Merge branch 'ack' | Jonny Lamb | 2011-05-17 | 1 | -5/+38 |
|\ \ |
|
| * | | tp-chat: rename signal to message-acknowledged | Jonny Lamb | 2011-05-13 | 1 | -6/+6 |
| * | | chat: ::notify for all changes to unread messages | Jonny Lamb | 2011-05-13 | 1 | -0/+1 |
| * | | chat: call acknowledge_message on the chat view when it happens | Jonny Lamb | 2011-05-13 | 1 | -0/+3 |
| * | | chat: don't toggle visibility of the chat view on marking messages read | Jonny Lamb | 2011-05-13 | 1 | -3/+1 |
| * | | tp-chat: give ::pending-message-removed the message | Jonny Lamb | 2011-05-13 | 1 | -0/+1 |
| * | | chat: make nb_unread_messages incoming only | Jonny Lamb | 2011-05-13 | 1 | -2/+32 |
* | | | Merge branch 'more-contact-info' | Will Thompson | 2011-05-16 | 1 | -0/+82 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add a /whois command. | Will Thompson | 2011-05-16 | 1 | -0/+82 |
* | | | Merge remote-tracking branch 'glassrose/moving-part-functionality-to-empathy-... | Guillaume Desmottes | 2011-05-13 | 1 | -29/+31 |
|\ \ \
| |/ /
|/| | |
|
| * | | Password infobar amendments | Chandni Verma | 2011-05-11 | 1 | -0/+19 |
| * | | Fire a "part-command-entered" signal from libempathy-gtk/empathy-chat.c to be... | Chandni Verma | 2011-05-07 | 1 | -29/+12 |
* | | | Properly convert timestamps received from X11 (#650015) | Guillaume Desmottes | 2011-05-12 | 1 | -2/+2 |
| |/
|/| |
|
* | | add translators comment explaining the insufficient balance error (#649735) | Guillaume Desmottes | 2011-05-09 | 1 | -0/+2 |
* | | [chat] expose this property in EmpathyChat | Danielle Madeley | 2011-05-05 | 1 | -0/+44 |
* | | Use dbus-error from delivery report for better errors | Danielle Madeley | 2011-05-05 | 1 | -21/+31 |
* | | Add "(SMS)" to the tab name for SMS channels | Danielle Madeley | 2011-05-05 | 1 | -1/+10 |
* | | Change empathy_chat_get_name() from const char * -> char * | Danielle Madeley | 2011-05-05 | 1 | -4/+4 |
* | | Add sms-channel property to empathy-chat | Danielle Madeley | 2011-05-05 | 1 | -2/+44 |
|/ |
|
* | Use focus feature of adium themes | Xavier Claessens | 2011-04-27 | 1 | -2/+14 |
* | use tp_text_channel_send_message_async() | Guillaume Desmottes | 2011-04-18 | 1 | -8/+11 |
* | chat_send_error_cb: don't display the message if it's NULL | Guillaume Desmottes | 2011-04-18 | 1 | -3/+8 |
* | emulate '/me' command if CM doesn't support Action messages (#622118) | Guillaume Desmottes | 2011-04-06 | 1 | -2/+26 |
* | Use the right marshal file | Emilio Pozuelo Monfort | 2011-03-19 | 1 | -2/+2 |
* | Fix warnings from GCC 4.6 about variables that are set but not used. | Kjartan Maraas | 2011-03-17 | 1 | -11/+0 |
* | pass a preferred handler when requesting channels | Guillaume Desmottes | 2011-03-17 | 1 | -2/+2 |
* | rename empathy-dispatcher to empathy-request-util | Guillaume Desmottes | 2011-03-17 | 1 | -4/+4 |
* | Add 'Block Contact' to empathy-contact-menu | Danielle Madeley | 2011-03-08 | 1 | -1/+2 |
* | Disable /part command for now | Guillaume Desmottes | 2011-02-25 | 1 | -0/+7 |
* | Implementation of /PART command for MUCs | Chandni Verma | 2011-02-25 | 1 | -6/+56 |
* | Updating empathy_tp_chat_leave() function in empathy-tp-chat API | Chandni Verma | 2011-02-25 | 1 | -1/+1 |
* | Unref the entity when we're done | Emilio Pozuelo Monfort | 2011-02-25 | 1 | -0/+2 |
* | Port empathy to Telepathy logger 0.2.0 | Nicolas Dufresne | 2011-02-25 | 1 | -17/+20 |
* | re-implement /query and /msg (#623682) | Guillaume Desmottes | 2011-02-24 | 1 | -24/+38 |
* | rename empathy_theme_manager_get() to empathy_theme_manager_dup_singleton() | Guillaume Desmottes | 2011-02-17 | 1 | -1/+4 |
* | coding style fix | Guillaume Desmottes | 2011-02-01 | 1 | -1/+1 |
* | chat: save room passwords in the keyring if requested | Jonny Lamb | 2011-01-29 | 1 | -1/+11 |
* | chat: try to use a room password from the keyring or offer to save the password | Jonny Lamb | 2011-01-29 | 1 | -8/+159 |
* | chat: add clear secondary icon to password entry | Jonny Lamb | 2011-01-28 | 1 | -0/+31 |
* | chat: make the password entry grow | Jonny Lamb | 2011-01-28 | 1 | -4/+4 |
* | chat: display a spinner when attempting a MUC password | Jonny Lamb | 2011-01-28 | 1 | -46/+84 |
* | empathy-chat: disable file transfer for now | Guillaume Desmottes | 2011-01-25 | 1 | -1/+0 |
* | add EMPATHY_CONTACT_FEATURE_FT | Guillaume Desmottes | 2011-01-25 | 1 | -0/+1 |
* | Chat command nick modified to use RequestRename instead of SetAliases | Chandni Verma | 2011-01-13 | 1 | -11/+15 |
* | Allow /nick command only in chatrooms that support nick renaming | Chandni Verma | 2011-01-13 | 1 | -14/+43 |
* | Remove the composing list | Sjoerd Simons | 2010-12-29 | 1 | -0/+7 |
* | Don't display any contact menu for muc chats | Guillaume Desmottes | 2010-12-22 | 1 | -6/+0 |
* | update copyrights | Guillaume Desmottes | 2010-11-30 | 1 | -1/+1 |
* | remove old defines | Guillaume Desmottes | 2010-11-30 | 1 | -3/+0 |
* | EmpathyChat::new-message: tell if the message is a pending one or not | Guillaume Desmottes | 2010-11-30 | 1 | -6/+10 |
* | chat_log_filter: don't leak EmpathyMessage | Guillaume Desmottes | 2010-11-24 | 1 | -0/+1 |
* | chat: add a timer before saving the hpane position | Guillaume Desmottes | 2010-11-18 | 1 | -5/+25 |
* | move size-requst handling in input-text-view | Guillaume Desmottes | 2010-11-11 | 1 | -38/+0 |
* | add EmpathyInputTextView | Guillaume Desmottes | 2010-11-11 | 1 | -8/+3 |
* | empathy-chat: remove the size-request hack (#633835) | Guillaume Desmottes | 2010-11-11 | 1 | -51/+0 |
* | coding style fixesEMPATHY_2_91_2 | Guillaume Desmottes | 2010-11-08 | 1 | -2/+2 |
* | Copy topic selection manually since Ctrl-C is bound to the menu item. | Vitaly Minko | 2010-10-28 | 1 | -0/+25 |
* | add a new popup-menu item in the chat window allowing to add words to diction... | Vitaly Minko | 2010-10-22 | 1 | -1/+133 |
* | Separate spelling suggestions in one sub-menu per language (#532832) | Vitaly Minko | 2010-10-15 | 1 | -22/+68 |
* | no more need to implement chat_size_request | Guillaume Desmottes | 2010-10-04 | 1 | -24/+0 |
* | empathy-chat: update GDK_ defines to GDK_KEY_ | Diego Escalante Urrelo | 2010-09-28 | 1 | -8/+8 |
* | empathy_chat_paste: paste to to search bar if visible (#629594) | Guillaume Desmottes | 2010-09-14 | 1 | -0/+5 |
* | coding style fix | Guillaume Desmottes | 2010-09-13 | 1 | -1/+1 |
* | Remove an idle handler when EmpathyChat is destroyed | Philip Withnall | 2010-09-03 | 1 | -2/+14 |
* | use TP_USER_ACTION_TIME_* (#627165) | Guillaume Desmottes | 2010-08-18 | 1 | -2/+2 |
* | chat: get the account from the tp-chat | Guillaume Desmottes | 2010-08-12 | 1 | -3/+2 |
* | empathy_dispatcher_join_muc: get an account instead of a connection | Guillaume Desmottes | 2010-08-11 | 1 | -4/+5 |
* | empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a TpConne... | Guillaume Desmottes | 2010-08-11 | 1 | -14/+6 |
* | empathy_dispatcher_chat_with_contact_id: remove callback argument | Guillaume Desmottes | 2010-08-11 | 1 | -2/+1 |
* | Fix missing entries in switch statements | Philip Withnall | 2010-08-05 | 1 | -0/+4 |
* | Merge EmpathyContact:name and *_set_alias() to EmpathyContact:alias | Philip Withnall | 2010-07-22 | 1 | -9/+9 |
* | Disable /query and /msg commands for now (#624268) | Guillaume Desmottes | 2010-07-14 | 1 | -0/+7 |
* | chat: add FIXME explaining how we should ideally request channels | Guillaume Desmottes | 2010-07-07 | 1 | -0/+6 |
* | empathy_dispatcher_join_muc: remove callback arg | Guillaume Desmottes | 2010-07-07 | 1 | -4/+2 |
* | chat: no need to pass a callback to empathy_dispatcher_chat_with_contact_id a... | Guillaume Desmottes | 2010-07-07 | 1 | -26/+2 |
* | /join: don't pass a call when calling empathy_dispatcher_join_muc() | Guillaume Desmottes | 2010-07-07 | 1 | -16/+1 |
* | chat: display pending messages once constructed if the channel is a room (#62... | Guillaume Desmottes | 2010-06-29 | 1 | -1/+8 |
* | Work around GCompletion deprecation for the time being | Danielle Madeley | 2010-06-29 | 1 | -0/+1 |
* | Use the right GSettings scheme | Sjoerd Simons | 2010-06-20 | 1 | -6/+6 |
* | EmpathyChat: use an opaque struct for priv not a void pointer | Sjoerd Simons | 2010-06-20 | 1 | -2/+2 |
* | Depend on telepathy-logger (#610956) | Guillaume Desmottes | 2010-06-18 | 1 | -61/+1 |
* | TplLogEntry(Text) has been renamed to TplEntry(Text) | Guillaume Desmottes | 2010-06-18 | 1 | -3/+3 |
* | port to latest tp-logger API | Guillaume Desmottes | 2010-06-18 | 1 | -3/+2 |
* | Port Empathy code to GSettings, remove EmpathyConf | Danielle Madeley | 2010-06-18 | 1 | -34/+38 |
* | Use new GtkTextView API to make EmpathyChat build with GSEAL enabled | Xavier Claessens | 2010-06-12 | 1 | -2/+2 |
* | Fix and improve spell-checking (#604159) | Mike Ruprecht | 2010-05-25 | 1 | -53/+256 |
* | add timestamp arg to empathy_dispatcher_join_muc | Sjoerd Simons | 2010-04-25 | 1 | -1/+2 |
* | add timestamp arg to empathy_dispatcher_chat_with_contact(_id) | Sjoerd Simons | 2010-04-25 | 1 | -1/+2 |
* | Do not use deprecated GTK symbols | Xavier Claessens | 2010-04-19 | 1 | -1/+1 |
* | libempathy-gtk/empathy-chat.c: use tp_g_signal_connect_object instead of empa... | Guillaume Desmottes | 2010-04-09 | 1 | -4/+4 |
* | Hide the expander if the topic is not ellipsed | Xavier Claessens | 2010-04-02 | 1 | -0/+6 |
* | Make topic label expand and wrap nicely | Xavier Claessens | 2010-04-02 | 1 | -1/+92 |
* | contact-list-store: don't put contacts in 'Ungrouped' when show-groups = False | Danielle Madeley | 2010-04-01 | 1 | -1/+5 |
* | chat: use empathy_signal_connect_weak to connect signal on the buffer | Guillaume Desmottes | 2010-03-29 | 1 | -2/+2 |
* | chat_input_text_buffer_changed_cb: 'priv' is useless | Guillaume Desmottes | 2010-03-29 | 1 | -3/+0 |
* | Revert "Revert "Make links clickable in presence message and topics"" | Xavier Claessens | 2010-03-10 | 1 | -1/+7 |
* | Revert "Make links clickable in presence message and topics" | Xavier Claessens | 2010-03-08 | 1 | -7/+1 |
* | Make links clickable in presence message and topics | Xavier Claessens | 2010-03-03 | 1 | -1/+7 |
* | Update to TPL 0.1.1 | Cosimo Alfarano | 2010-02-26 | 1 | -1/+1 |
* | moving retrieving_backlog = FALSE right before empathy_chat_messages_read() | Cosimo Alfarano | 2010-02-26 | 1 | -1/+1 |
* | TPL Enabling patch, all-in-one. | Cosimo Alfarano | 2010-02-26 | 1 | -25/+158 |
* | Introduce empathy_tp_chat_leave | Guillaume Desmottes | 2010-02-19 | 1 | -1/+1 |
* | Remove duplicate and buggy bookkeeping of pending messages | Sjoerd Simons | 2010-02-16 | 1 | -14/+7 |
* | Don't reinvent g_slist_foreach | Sjoerd Simons | 2010-02-14 | 1 | -5/+3 |
* | Don't crash when switching to a tab with no TpChat | Will Thompson | 2010-02-14 | 1 | -1/+5 |
* | Use a GSList instead of GList to store messages to ack | Guillaume Desmottes | 2010-02-09 | 1 | -4/+4 |
* | empathy-chat: acknowledge pending messages on empathy_chat_messages_read() (#... | Danielle Madeley | 2010-02-09 | 1 | -6/+13 |
* | Capture the escape key on the chat view and search bar, to make it hide the s... | Thomas Meire | 2010-01-21 | 1 | -0/+3 |
* | removed some trailing spaces | Thomas Meire | 2010-01-21 | 1 | -3/+3 |
* | added a "find" menu item | Thomas Meire | 2010-01-21 | 1 | -5/+12 |
* | Fix /join command with one channel (#607306) | Thomas Meire | 2010-01-18 | 1 | -1/+1 |
* | Add search bar in chat text views (#585168) | Thomas Meire | 2010-01-12 | 1 | -1/+16 |
* | allow multiple rooms with /join (bug #604347) | Thomas Meire | 2010-01-07 | 1 | -5/+16 |
* | Print autocompletion suggestions to chatview (#599779) | Thomas Meire | 2010-01-06 | 1 | -0/+14 |
* | Fix autocompletion for non-alphanumeric nicknames | Thomas Meire | 2010-01-06 | 1 | -1/+10 |
* | Miscellaneous string fixes | Philip Withnall | 2010-01-01 | 1 | -1/+1 |
* | Punctuation fixes in translatable strings | Philip Withnall | 2010-01-01 | 1 | -12/+12 |
* | chat: don't display pending messages before messages from logs | Guillaume Desmottes | 2009-12-08 | 1 | -0/+7 |
* | remember the chat window's paned width (#586290) | ranjiao | 2009-12-08 | 1 | -0/+24 |
* | remove useless cast | Guillaume Desmottes | 2009-12-08 | 1 | -1/+1 |
* | chat: wait that connection is ready before re-requesting the channel (#603976) | Guillaume Desmottes | 2009-12-08 | 1 | -23/+44 |
* | chat_destroy_cb: use chat_update_contacts_visibility instead of empathy_chat_... | Guillaume Desmottes | 2009-12-07 | 1 | -1/+2 |
* | explicitely pass the show state to empathy_chat_set_show_contacts | Guillaume Desmottes | 2009-12-07 | 1 | -6/+8 |
* | chat_new_connection_cb: don't try to reconnect chats if the account is not co... | Guillaume Desmottes | 2009-12-02 | 1 | -0/+3 |
* | chat: don't display latest logs in room | Guillaume Desmottes | 2009-12-02 | 1 | -1/+3 |
* | Merge commit 'shaunm/dndfiles2' | Guillaume Desmottes | 2009-11-30 | 1 | -0/+6 |
|\ |
|
| * | Utilitiy function to send files from a URI list, for dnd implementations | Shaun McCance | 2009-11-25 | 1 | -0/+5 |
| * | Implementing drag and drop file sending on chat windows | Shaun McCance | 2009-11-25 | 1 | -0/+1 |
* | | empathy-chat: keep count of the number of unread messages | Guillaume Desmottes | 2009-11-27 | 1 | -0/+23 |
|/ |
|
* | don't mix code and variable declarations | Guillaume Desmottes | 2009-11-19 | 1 | -4/+4 |
* | Handle the case where a user's id changes in a chatroom | Jonathon Jongsma | 2009-11-19 | 1 | -0/+29 |
* | Use accessor functions instead direct access. | Javier Jardón | 2009-11-17 | 1 | -4/+6 |
* | Implement /nick command | Xavier Claessens | 2009-11-14 | 1 | -0/+23 |
* | Respect indentation style. | Cosimo Cecchi | 2009-11-13 | 1 | -14/+14 |
* | empathy-chat: watch for password-needed property changes | Guillaume Desmottes | 2009-11-13 | 1 | -4/+16 |
* | ask for password when joining a protected room (#579341) | Guillaume Desmottes | 2009-11-13 | 1 | -0/+152 |
* | empathy-chat: don't grab focus on the input entry is it's insensitive | Guillaume Desmottes | 2009-11-13 | 1 | -1/+3 |
* | Print "Unknown command" when typing "/help unknown" | Xavier Claessens | 2009-11-04 | 1 | -0/+3 |
* | Make parsing of commend with no args work again | Xavier Claessens | 2009-11-04 | 1 | -2/+6 |
* | Merge branch 'irc-command' | Xavier Claessens | 2009-11-04 | 1 | -15/+363 |
|\ |
|
| * | Optimisation: Remove of the duplicated check for the command prefix. | Xavier Claessens | 2009-11-04 | 1 | -6/+2 |
| * | Make clear that for(foo); does nothing. | Xavier Claessens | 2009-11-04 | 1 | -1/+2 |
| * | In case of unknown command, suggest /help | Xavier Claessens | 2009-11-01 | 1 | -1/+2 |
| * | Move /me and /say support from EmpathyMessage to EmpathyChat. | Xavier Claessens | 2009-11-01 | 1 | -14/+69 |
| * | Add support for /help command without arg, to list all available commands. | Xavier Claessens | 2009-11-01 | 1 | -39/+47 |
| * | Add support for /help command and fix review comments | Xavier Claessens | 2009-11-01 | 1 | -91/+165 |
| * | Refactor chat commands. | Xavier Claessens | 2009-11-01 | 1 | -85/+127 |
| * | Add support for /msg command | Xavier Claessens | 2009-11-01 | 1 | -2/+74 |
| * | Add support for /query command | Xavier Claessens | 2009-11-01 | 1 | -0/+28 |
| * | Add support for /join command | Xavier Claessens | 2009-11-01 | 1 | -2/+30 |
| * | Fix topic not always shown, and add /topic command support. | Xavier Claessens | 2009-11-01 | 1 | -4/+47 |
* | | Merge branch 'fix-586098' | Danielle Madeley | 2009-11-03 | 1 | -50/+251 |
|\ \ |
|
| * | | empathy-chat.c: input history - Using GList pointer instead of gint index. | Jerzy Mansarliński | 2009-11-01 | 1 | -83/+109 |
| * | | Fix coding style | Jerzy Mansarliński | 2009-10-30 | 1 | -36/+37 |
| * | | Add terminal-like chat input history. Fixes bug #586098. | Jerzy Mansarliński | 2009-10-30 | 1 | -37/+211 |
| |/ |
|
* | | all: log error messages if preparing the account manager fails | Jonny Lamb | 2009-10-30 | 1 | -1/+4 |
* | | chat: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -22/+43 |
|/ |
|
* | Merge commit 'istaz/handle_none' | Xavier Claessens | 2009-09-21 | 1 | -4/+3 |
|\ |
|
| * | Fallback to the contact id if present when there is no room id for empathy_tp... | Olivier Le Thanh Duong | 2009-09-21 | 1 | -4/+3 |
* | | Don't paste if the remote contact is disconnected (#595417). | Cosimo Cecchi | 2009-09-17 | 1 | -0/+7 |
|/ |
|
* | Use char* not EmpathyMessage in TpChat:send-error | Will Thompson | 2009-08-31 | 1 | -2/+2 |