| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove validation from chat_send. | Will Thompson | 2009-08-28 | 1 | -22/+8 |
* | /clearly shouldn't clear the window. | Will Thompson | 2009-08-28 | 1 | -1/+1 |
* | Merge back from master | Sjoerd Simons | 2009-08-22 | 1 | -5/+20 |
|\ |
|
| * | empathy-chat: reformat 2 strings to allow translaters to reverse the order of... | Guillaume Desmottes | 2009-08-20 | 1 | -2/+8 |
| * | Let messages with two slashes without spaces in between pass | Frédéric Péters | 2009-08-07 | 1 | -3/+12 |
* | | Chang the API of AccountManager to have the get lookup the account by name | Sjoerd Simons | 2009-07-30 | 1 | -2/+4 |
* | | remove usage of empathy_account_equal | Sjoerd Simons | 2009-07-30 | 1 | -1/+1 |
|/ |
|
* | Use accessor functions instead direct access (Fixes #586476) | Jonny Lamb | 2009-07-10 | 1 | -12/+19 |
* | Merge branch 'part-reasons' | Will Thompson | 2009-07-02 | 1 | -11/+62 |
|\ |
|
| * | Move string manipulation into build_part_message | Will Thompson | 2009-06-19 | 1 | -17/+15 |
| * | Reduce format string duplication for part notifications. | Will Thompson | 2009-06-19 | 1 | -50/+33 |
| * | Include actor in part message if possible | Will Thompson | 2009-06-18 | 1 | -21/+47 |
| * | Extract part message building to a function | Will Thompson | 2009-06-18 | 1 | -35/+44 |
| * | Return early from chat_members_changed_cb | Will Thompson | 2009-06-18 | 1 | -42/+43 |
| * | Print part reasons to conversation window | Will Thompson | 2009-06-18 | 1 | -3/+37 |
* | | Port libempathy-gtk to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -4/+4 |
* | | empathy-chat: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -5/+5 |
* | | Hide muc contacts list | Gabriel Millaire | 2009-06-18 | 1 | -26/+39 |
* | | Applied Xavier's comments | Gabriel Millaire | 2009-06-18 | 1 | -32/+36 |
* | | Read config and show/hide contact list | Gabriel Millaire | 2009-06-18 | 1 | -5/+30 |
|/ |
|
* | Activated tooltips feature for MUC contact list | Gabriel Millaire | 2009-06-09 | 1 | -1/+1 |
* | empathy-chat: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -13/+13 |
* | Merge branch 'spelling-578399' | Davyd Madeley | 2009-04-24 | 1 | -16/+45 |
|\ |
|
| * | Fix trailing whitespace | Davyd Madeley | 2009-04-24 | 1 | -5/+5 |
| * | Fixes based on feedback | Adam Schreiber | 2009-04-24 | 1 | -17/+22 |
| * | Display spelling suggestions in a submenu instead of in a separate | Adam Schreiber | 2009-04-22 | 1 | -13/+37 |
* | | Disconnect all signals from tp_chat when the UI is destroyed | Xavier Claessens | 2009-04-22 | 1 | -6/+17 |
* | | Port EmpathyChat to new API. | Xavier Claessens | 2009-04-22 | 1 | -32/+18 |
|/ |
|
* | Port EmpathyChat to new API | Xavier Claessens | 2009-04-16 | 1 | -6/+4 |
* | Let the chat dialog directly grab the channel on reconnect | Sjoerd Simons | 2009-04-13 | 1 | -2/+27 |
* | Fix support for /me and /say commands. | Xavier Claessens | 2009-04-11 | 1 | -36/+16 |
* | Don't send unknown commands. Fixes bug #577026 | Xavier Claessens | 2009-04-03 | 1 | -8/+15 |
* | Free completion. Fixes bug #577828 | Xavier Claessens | 2009-04-03 | 1 | -0/+1 |
* | Fix typo | Xavier Claessens | 2009-03-20 | 1 | -1/+1 |
* | Stop compositing timeout if the chat channel is destroyed. | Xavier Claessens | 2009-03-20 | 1 | -0/+1 |
* | Do not reconnect chats if there is no ID. That could probably happen for MSN-... | Xavier Claessens | 2009-03-20 | 1 | -1/+2 |
* | Use get_filtered_messages in EmpathyChat. | Jonny Lamb | 2009-03-06 | 1 | -22/+28 |
* | EmpathyChat: Simplified adding appropriate messages to the window. | Jonny Lamb | 2009-03-06 | 1 | -31/+15 |
* | EmpathyChat: Remove messages from log messages which are pending. | Jonny Lamb | 2009-03-06 | 1 | -1/+23 |
* | Move logging to the dispatcher on Received and Sent signals. | Jonny Lamb | 2009-03-06 | 1 | -9/+0 |
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 1 | -5/+5 |
* | Only show pending messages after the log and explain why show_pending_message... | Sjoerd Simons | 2009-01-10 | 1 | -3/+5 |
* | Fix coding style, user the right unique name | Sjoerd Simons | 2009-01-10 | 1 | -26/+24 |
* | Use new dispatcher API to get muc channels | Sjoerd Simons | 2009-01-10 | 1 | -13/+14 |
* | Port to the new EmpathyTpChat API | Sjoerd Simons | 2009-01-10 | 1 | -9/+40 |
* | Port EmpathySmileyManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
* | Port EmpathyLogManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
* | Use new singleton policy for EmpathyAccountManager. | Xavier Claessens | 2009-01-07 | 1 | -1/+1 |
* | Always disconnect signals for safety on _finalize (). | Xavier Claessens | 2009-01-07 | 1 | -0/+3 |
* | Unref the object. | Xavier Claessens | 2009-01-07 | 1 | -0/+1 |
* | Port EmpathyChat to the new API. | Xavier Claessens | 2009-01-07 | 1 | -21/+18 |
* | Completely rework the theming system to make easy implementing themes based o... | Xavier Claessens | 2008-12-16 | 1 | -3/+3 |
* | Rename EmpathyChatSimpleView to EmpathyChatTextView | Xavier Claessens | 2008-12-16 | 1 | -2/+2 |
* | Move the smiley menu code from EmpathyChatView to EmpathyChatManager. | Xavier Claessens | 2008-12-16 | 1 | -20/+23 |
* | Replace _get_selection_bounds by _get_has_selection | Xavier Claessens | 2008-12-16 | 1 | -3/+3 |
* | Fix licence and clean up a bit the interface | Xavier Claessens | 2008-12-16 | 1 | -1/+2 |
* | Use gi18n-lib.h instead of gi18n.h for libraries. | Xavier Claessens | 2008-12-12 | 1 | -1/+1 |
* | If chats have no name, use the channel's ID instead of fallback to "Conversat... | Xavier Claessens | 2008-11-14 | 1 | -2/+12 |
* | Add a menu item in chat window to set the room as favorite | Xavier Claessens | 2008-08-30 | 1 | -0/+10 |
* | Do not use mission_control_request_channel as we don't use MC's dispatcher an... | Xavier Claessens | 2008-08-07 | 1 | -6/+10 |
* | Set an smiley icon for the "Insert smiley" menu item. | Xavier Claessens | 2008-07-04 | 1 | -1/+4 |
* | Set an icon for the spellcheck menu item | Xavier Claessens | 2008-07-04 | 1 | -1/+5 |
* | Remove useless empty lines in chat_input_populate_popup_cb. | Xavier Claessens | 2008-07-04 | 1 | -28/+16 |
* | Added Send menu item to the chat input menu. Fixes bug #532622 (Jonny Lamb). | Jonny Lamb | 2008-07-04 | 1 | -1/+22 |
* | Do not try to remove duplicate backlog from archives and server. Fixes bug #5... | Xavier Claessens | 2008-05-08 | 1 | -34/+3 |
* | Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET... | Xavier Claessens | 2008-05-06 | 1 | -8/+6 |
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -26/+18 |
* | Hide contact list when text channel is destroyed. | Xavier Claessens | 2008-04-28 | 1 | -18/+21 |
* | Do not give a struct as a parameter by value. (Alban Crequy). | Xavier Claessens | 2008-04-25 | 1 | -6/+6 |
* | Create contact menu in empathy-contact-menu.h | Xavier Claessens | 2008-04-25 | 1 | -34/+10 |
* | Setup contact submenu in chat window. | Xavier Claessens | 2008-04-25 | 1 | -0/+48 |
* | Simplify input resize | Xavier Claessens | 2008-04-25 | 1 | -139/+29 |
* | Do not create the contact list if it's not displayed. | Xavier Claessens | 2008-04-25 | 1 | -17/+21 |
* | Make sure we don't assume Text channel's handle_type is != NONE. | Xavier Claessens | 2008-04-23 | 1 | -14/+32 |
* | Don't resize the window when a contact list appear if it's already big enough. | Xavier Claessens | 2008-04-21 | 1 | -9/+13 |
* | Rework the way chat window is resized when the contact list appear/disappear.... | Xavier Claessens | 2008-04-21 | 1 | -5/+22 |
* | Fix acknoledge of messages | Xavier Claessens | 2008-04-20 | 1 | -7/+5 |
* | Always set urgency hint on p2p chat windows when receiving a message. | Xavier Claessens | 2008-04-18 | 1 | -0/+14 |
* | Fix bug #526145. | Xavier Claessens | 2008-04-14 | 1 | -0/+7 |
* | Show/Hide contact list if we have/haven't a remote_contact. | Xavier Claessens | 2008-04-14 | 1 | -0/+27 |
* | Various fixes for chats | Xavier Claessens | 2008-04-14 | 1 | -2/+57 |
* | Fix disconnection of AccountStatusChanged signal. | Xavier Claessens | 2008-04-13 | 1 | -4/+3 |
* | We can't use *_run_* API from dbus signal cb or method implementation. To avo... | Xavier Claessens | 2008-04-11 | 1 | -3/+3 |
* | Update for new API | Xavier Claessens | 2008-04-11 | 1 | -3/+1 |
* | Fix a warning: don't set the ui sensitive if it's not yet created | Xavier Claessens | 2008-04-02 | 1 | -3/+5 |
* | Add contact list and restructure a bit the code | Xavier Claessens | 2008-04-02 | 1 | -60/+101 |
* | Move create_ui to constructed() | Xavier Claessens | 2008-04-02 | 1 | -37/+45 |
* | Correctly block events | Xavier Claessens | 2008-04-02 | 1 | -17/+17 |
* | Redefine size_request and size_allocation on EmpathyChatClass | Xavier Claessens | 2008-04-02 | 1 | -5/+46 |
* | Fix build errors EmpathyChatWindow, port to new API. | Xavier Claessens | 2008-04-02 | 1 | -130/+18 |
* | Add a tooltip property on EmpathyChat | Xavier Claessens | 2008-04-02 | 1 | -55/+109 |
* | Build UI from glade | Xavier Claessens | 2008-04-02 | 1 | -16/+180 |
* | Rework EmpathyChat's API, it is now a subclass of GtkBin. | Xavier Claessens | 2008-04-02 | 1 | -326/+209 |
* | Fix some coding style and move group chat glade into empathy-chat.glade | Xavier Claessens | 2008-04-02 | 1 | -26/+26 |
* | Add empathy_chat_new and don't use empathy_group/private_* in empathy.c | Xavier Claessens | 2008-04-02 | 1 | -0/+6 |
* | Remove vtable and add info as properties. Reorder empathy-chat.c to not decla... | Xavier Claessens | 2008-04-02 | 1 | -560/+492 |
* | Better detection of backlog to avoid droping messages | Xavier Claessens | 2008-03-26 | 1 | -28/+42 |
* | Move modules that make no sense to be used in other applicaton from libempath... | Xavier Claessens | 2008-03-14 | 1 | -81/+30 |
* | Make sure we don't expect contact id and handle to be directly ready. Add som... | Xavier Claessens | 2008-03-11 | 1 | -1/+1 |
* | Reset block event time to 1sec, messages are not blocked anymore | Xavier Claessens | 2008-03-09 | 1 | -1/+1 |
* | Do not queue messages in EmpathyChat as there are queued in EmpathyTpChat now. | Xavier Claessens | 2008-03-09 | 1 | -23/+0 |
* | Queue received messages until the sender got his alias. | Xavier Claessens | 2008-03-09 | 1 | -7/+1 |
* | Reduce block events time, this is still a ugly hack but better fix is too dan... | Xavier Claessens | 2008-03-08 | 1 | -1/+1 |
* | Remember correctly the window position and size when using tabs in the chat w... | Xavier Claessens | 2008-03-08 | 1 | -2/+18 |
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 1 | -1/+1 |
* | Wait a bit before displaying pending messages of a chat to have a chance to g... | Xavier Claessens | 2008-02-16 | 1 | -7/+31 |
* | Block events messages when the chat is connecting to a new Text channel. Fixe... | Xavier Claessens | 2008-02-16 | 1 | -0/+26 |
* | Generate marshal.list thanks to gabble black magic. | Xavier Claessens | 2008-02-10 | 1 | -2/+2 |
* | Do not export symbols outside the empathy_ namespace. | Xavier Claessens | 2008-02-10 | 1 | -1/+1 |
* | Mark some private symbols as static | Xavier Claessens | 2008-02-10 | 1 | -6/+6 |
* | Move empathy-conf to libempathy-gtk. libempathy do not depend directly on gco... | Xavier Claessens | 2008-01-23 | 1 | -1/+1 |
* | Cleanup chat objects API and request a new Text channel if account gets | Xavier Claessens | 2007-12-03 | 1 | -10/+131 |
* | Conflicts: | Xavier Claessens | 2007-12-03 | 1 | -62/+62 |
* | Add nick completion for MUCs. Fixes bug #453418. | Xavier Claessens | 2007-11-22 | 1 | -10/+11 |
* | Move chats to its own process. | Xavier Claessens | 2007-11-11 | 1 | -3/+0 |
* | Set chat state to ACTIVE when receiving a message from a contact, avoid | Xavier Claessens | 2007-10-13 | 1 | -0/+5 |
* | Don't use deprecated GtkTooltips API. Add commented out lines in | Xavier Claessens | 2007-10-13 | 1 | -7/+3 |
* | Use g_timeout_add_seconds when appropriated to avoid weaking the process | Xavier Claessens | 2007-10-13 | 1 | -2/+2 |
* | Move TP_CHANNEL_CHAT_STATE_PAUSED to the not typing case. Fixes bug | Xavier Claessens | 2007-09-21 | 1 | -1/+1 |
* | More dynamic smiley managment and more efficient algorithm to detect | Xavier Claessens | 2007-09-08 | 1 | -1/+1 |
* | Only update the topic of it has really be changed, avoid diplaying many | Xavier Claessens | 2007-08-13 | 1 | -16/+19 |
* | Initial room list support. It does not works yet. | Xavier Claessens | 2007-07-20 | 1 | -50/+97 |
* | Fix a leaked ref. | Xavier Claessens | 2007-07-01 | 1 | -4/+12 |