| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove duplicate and buggy bookkeeping of pending messages | Sjoerd Simons | 2010-02-16 | 1 | -14/+7 |
* | Always use "Apply" button if we are not connected or editing an account | Guillaume Desmottes | 2010-02-16 | 1 | -15/+7 |
* | account-widget: don't display "Log in" button if we are modyfing an account | Guillaume Desmottes | 2010-02-16 | 1 | -3/+5 |
* | Merge commit 'wjt/all' | Guillaume Desmottes | 2010-02-15 | 1 | -23/+33 |
|\ |
|
| * | Ensure "All" is at the top of account selector. | Will Thompson | 2010-02-12 | 1 | -16/+32 |
| * | Remove weird maybe-null account special case. | Will Thompson | 2010-02-12 | 1 | -7/+1 |
* | | 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 |
* | | Port Moblin widgets to Mx | Danielle Madeley | 2010-02-12 | 1 | -9/+9 |
|/ |
|
* | Rephrase the helper text and change "Login ID" to "Username" | Guillaume Desmottes | 2010-02-12 | 2 | -5/+10 |
* | embold the part of the Facebook URL showing the ID to make it clearer | Guillaume Desmottes | 2010-02-12 | 1 | -1/+1 |
* | add a simple version of the Facebook widget | Guillaume Desmottes | 2010-02-12 | 2 | -1/+109 |
* | Improve default display name for Facebook accounts | Guillaume Desmottes | 2010-02-12 | 1 | -0/+8 |
* | add the '@chat.facebook.com' suffix to account but dont't display it in the w... | Guillaume Desmottes | 2010-02-12 | 1 | -1/+76 |
* | assistant: filter out facebook from the new account page | Guillaume Desmottes | 2010-02-12 | 2 | -2/+4 |
* | Help user to understand what Facebook alias are and how to set it | Guillaume Desmottes | 2010-02-12 | 1 | -1/+2 |
* | hide the advanced options for Facebook accounts | Guillaume Desmottes | 2010-02-12 | 2 | -1/+4 |
* | don't display the register options for Facebook accounts | Guillaume Desmottes | 2010-02-12 | 1 | -1/+1 |
* | account-widget: display facebook example label | Guillaume Desmottes | 2010-02-12 | 1 | -4/+21 |
* | add is_facebook arg to empathy_protocol_chooser_dup_selected | Guillaume Desmottes | 2010-02-12 | 2 | -2/+11 |
* | empathy-protocol-chooser: add a column saying if a row is a facebook account ... | Guillaume Desmottes | 2010-02-12 | 1 | -3/+12 |
* | add example label for Facebook accounts | Guillaume Desmottes | 2010-02-12 | 1 | -0/+14 |
* | account_widget_build_jabber: add few comments | Guillaume Desmottes | 2010-02-12 | 1 | -0/+3 |
* | Drop Haze's facebook implementation | Guillaume Desmottes | 2010-02-12 | 1 | -0/+6 |
* | Add facebook in protocol chooser for gabble CM. | Xavier Claessens | 2010-02-12 | 1 | -0/+10 |
* | Fix leaked GtkMenu | Xavier Claessens | 2010-02-11 | 4 | -2/+8 |
* | 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 |
* | Add translation context for the "Edit" contact menu (#608690) | Guillaume Desmottes | 2010-02-09 | 1 | -1/+3 |
* | Don't call SetAlias for subscription requests until the request has been acke... | Danielle Madeley | 2010-02-08 | 3 | -3/+33 |
* | Show protocol in compat mode too | Guillaume Desmottes | 2010-01-26 | 1 | -6/+2 |
* | contact_list_store_update_list_mode_foreach: remove useless show_protocol var... | Guillaume Desmottes | 2010-01-26 | 1 | -4/+0 |
* | contact_list_store_contact_update: remove useless show_protocol variable | Guillaume Desmottes | 2010-01-26 | 1 | -4/+0 |
* | account-widget-salut: don't display advanced properties in simple mode | Guillaume Desmottes | 2010-01-25 | 2 | -1/+6 |
* | replace empathy_connection_managers_call_when_ready by prepare_{async_finish}... | Guillaume Desmottes | 2010-01-22 | 1 | -5/+6 |
* | empathy-protocol-chooser: use empathy_connection_managers_call_when_ready | Guillaume Desmottes | 2010-01-22 | 1 | -11/+11 |
* | Capture the escape key on the chat view and search bar, to make it hide the s... | Thomas Meire | 2010-01-21 | 3 | -6/+32 |
* | removed some trailing spaces | Thomas Meire | 2010-01-21 | 1 | -3/+3 |
* | added a "find" menu item | Thomas Meire | 2010-01-21 | 2 | -5/+13 |
* | improve behaviour of match_case callback | Thomas Meire | 2010-01-21 | 1 | -6/+22 |
* | add match_case option to find_abilities | Thomas Meire | 2010-01-21 | 6 | -19/+49 |
* | respect match_case in chat_text_view_highlight | Thomas Meire | 2010-01-21 | 1 | -7/+14 |
* | Use gtk_text_iter_[backward/forward]_search for case sensitive searches, keep | Thomas Meire | 2010-01-21 | 1 | -12/+34 |
* | added checkbox callback | Thomas Meire | 2010-01-21 | 1 | -0/+8 |
* | added case sensitive search for adium themes (reverted previous commit) | Thomas Meire | 2010-01-21 | 6 | -27/+49 |
* | make the adium theme respect new_search | Thomas Meire | 2010-01-21 | 1 | -0/+6 |
* | added case sensitive highlighting for adium themes | Thomas Meire | 2010-01-21 | 6 | -12/+18 |
* | simple toggle button to match the case | Thomas Meire | 2010-01-21 | 2 | -0/+19 |
* | remove priv->last_search and factor out empathy_search_bar_search | Thomas Meire | 2010-01-21 | 1 | -47/+40 |
* | Make the "Edit Custom Messages" window 420px wide by default (#607463) | Ken VanDine | 2010-01-20 | 1 | -0/+1 |
* | Pass a boolean saying if the protocol is Google Talk or not to EmpathyProtoco... | Guillaume Desmottes | 2010-01-19 | 2 | -2/+7 |
* | add_register_buttons: don't show the register buttons in simple mode | Guillaume Desmottes | 2010-01-19 | 1 | -0/+3 |
* | account-widget: check that the apply button actually exist before modifying it | Guillaume Desmottes | 2010-01-19 | 1 | -0/+4 |
* | Make sure the column spacing is the same for all protocols. | Cosimo Cecchi | 2010-01-19 | 2 | -2/+2 |
* | Fix /join command with one channel (#607306) | Thomas Meire | 2010-01-18 | 1 | -1/+1 |
* | account-widget: add empathy_account_widget_set_{account,password}_param | Guillaume Desmottes | 2010-01-18 | 2 | -0/+38 |
* | Support silent build rules with automake 1.11 | Javier Jardón | 2010-01-18 | 1 | -8/+7 |
* | account-widget: use empathy_account_widget_changed | Guillaume Desmottes | 2010-01-14 | 1 | -13/+5 |
* | account-widget-irc: Call empathy_account_widget_changed when network combobox... | Guillaume Desmottes | 2010-01-14 | 1 | -0/+1 |
* | add empathy_account_widget_changed as protected method | Guillaume Desmottes | 2010-01-14 | 2 | -0/+13 |
* | Call xmlCleanupParser() only once when exiting (#600693) | Guillaume Desmottes | 2010-01-13 | 1 | -2/+0 |
* | Merge branch 'contact' | Xavier Claessens | 2010-01-13 | 4 | -1024/+947 |
|\ |
|
| * | Remove the "Contact" alignment from contat widget | Xavier Claessens | 2010-01-13 | 4 | -117/+85 |
| * | Reorder functions to not declare them on top | Xavier Claessens | 2010-01-12 | 1 | -909/+864 |
* | | Add search bar in chat text views (#585168) | Thomas Meire | 2010-01-12 | 7 | -5/+462 |
* | | contact_list_store_get_contact_status_icon_with_icon_name: early return if ic... | Guillaume Desmottes | 2010-01-12 | 1 | -0/+3 |
* | | empathy_pixbuf_contact_status_icon_with_icon_name: icon_name is not supposed ... | Guillaume Desmottes | 2010-01-12 | 1 | -0/+1 |
* | | use G_TYPE_OBJECT instead of G_TYPE_POINTER | Felix Kaser | 2010-01-11 | 1 | -1/+1 |
* | | connect to signals when account has been created | Felix Kaser | 2010-01-11 | 1 | -3/+3 |
* | | remove box around advanced settings | Felix Kaser | 2010-01-09 | 1 | -27/+11 |
|/ |
|
* | contact-list-view: merge the audio and vido call column | Guillaume Desmottes | 2010-01-07 | 1 | -47/+5 |
* | Display a context menu when clicking on audio/video icons (#590051) | Guillaume Desmottes | 2010-01-07 | 1 | -37/+32 |
* | allow multiple rooms with /join (bug #604347) | Thomas Meire | 2010-01-07 | 1 | -5/+16 |
* | remove debug message when creating or retrieving a status icon from the cache | Guillaume Desmottes | 2010-01-06 | 1 | -3/+1 |
* | Add the protocol icon in EmpathyContactWidget. That's displayed for contact l... | Xavier Claessens | 2010-01-06 | 1 | -4/+22 |
* | rename 'location' to 'loc' to fix shadow declaration | Guillaume Desmottes | 2010-01-06 | 1 | -3/+3 |
* | Remove Pango markup from translatable strings where possible | Philip Withnall | 2010-01-06 | 8 | -25/+85 |
* | 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 | 9 | -14/+14 |
* | Punctuation fixes in translatable strings | Philip Withnall | 2010-01-01 | 4 | -20/+20 |
* | account-widget: presence_changed_cb: early return if widget has been destroyed | Guillaume Desmottes | 2009-12-26 | 1 | -0/+3 |
* | account-widget: ensure that the object stays alive during the tp_account_mana... | Guillaume Desmottes | 2009-12-26 | 1 | -1/+5 |
* | Add register buttons to the account widget | Guillaume Desmottes | 2009-12-22 | 1 | -0/+52 |
* | factor out account_widget_is_gtalk | Guillaume Desmottes | 2009-12-22 | 1 | -3/+10 |
* | reorder moblin specific code | Guillaume Desmottes | 2009-12-22 | 1 | -27/+27 |
* | account-widget: move the 'Enable' checkbox to the top of the widget (#593268) | Guillaume Desmottes | 2009-12-22 | 1 | -4/+4 |
* | account-widget: factor out add_enable_checkbox | Guillaume Desmottes | 2009-12-22 | 1 | -62/+69 |
* | Merge branch 'pmuc' | Danielle Madeley | 2009-12-22 | 3 | -17/+57 |
|\ |
|
| * | [EmpathyContactSelectorDialog] add contact filtering support | Danielle Madeley | 2009-12-22 | 2 | -10/+55 |
| * | [EmpathyContactMenu] Replace raw Tp call with existing abstraction | Danielle Madeley | 2009-12-21 | 1 | -7/+2 |
* | | account-widget-sip: re-add tooltips | Guillaume Desmottes | 2009-12-21 | 1 | -1/+5 |
* | | presence-chooser: Ellipsize long status messages (#576434) | Pascal Potvin | 2009-12-21 | 2 | -0/+3 |
|/ |
|
* | [EmpathyContactSelectorDialog] remove got_response vcall | Danielle Madeley | 2009-12-21 | 4 | -47/+65 |
* | [EmpathyContactSelectorDialog] initialise priv->show_account_chooser correctly | Danielle Madeley | 2009-12-21 | 1 | -0/+1 |
* | [EmpathyContactSelectorDialog] normalise case in match function | Danielle Madeley | 2009-12-19 | 1 | -15/+21 |
* | [EmpathyContactSelectorDialog] tweak padding | Danielle Madeley | 2009-12-19 | 1 | -1/+2 |
* | [EmpathyContactSelectorDialog] switch from table_contents to VBox | Danielle Madeley | 2009-12-19 | 3 | -6/+11 |
* | [EmpathyContactSelectorDialog] make the Account Chooser optional | Danielle Madeley | 2009-12-19 | 3 | -8/+115 |
* | [EmpathyContactSelectorDialog] make this an abstract type | Danielle Madeley | 2009-12-19 | 1 | -1/+2 |
* | [EmpathyContactSelectorDialog] Add missing include | Danielle Madeley | 2009-12-19 | 1 | -0/+1 |
* | no need to export contact_list_store_get_contact_status_icon any more | Guillaume Desmottes | 2009-12-17 | 2 | -20/+16 |
* | contact-selector-dialog: set a border of 12 as defined in the HIG | Guillaume Desmottes | 2009-12-17 | 1 | -0/+2 |
* | new-message-dialog: filter out CM which doesn't support 1-1 chat | Guillaume Desmottes | 2009-12-17 | 1 | -0/+35 |
* | new-call-dialog: filter out CM which doesn't support calls | Guillaume Desmottes | 2009-12-17 | 1 | -0/+35 |
* | contact-selector-dialog: add API for subclass to redefine the accoutn filter ... | Guillaume Desmottes | 2009-12-17 | 2 | -2/+19 |
* | new-call-dialog: add 'Send Video' check button | Guillaume Desmottes | 2009-12-17 | 1 | -2/+31 |
* | contact-selector-dialog: make table_contact a protected member | Guillaume Desmottes | 2009-12-17 | 2 | -4/+4 |
* | contact-selector-dialog: emit response when the entry is activated | Guillaume Desmottes | 2009-12-17 | 1 | -0/+17 |
* | add empathy-new-call-dialog | Guillaume Desmottes | 2009-12-17 | 3 | -0/+244 |
* | rename empathy-new-message-dialog.ui to empathy-contact-selector-dialog.ui | Guillaume Desmottes | 2009-12-17 | 3 | -2/+2 |
* | empathy-new-message-dialog: port to TP coding style | Guillaume Desmottes | 2009-12-17 | 2 | -52/+53 |
* | new-message-dialog: inherit from EmpathyContactSelectorDialog | Guillaume Desmottes | 2009-12-17 | 2 | -261/+22 |
* | add empathy-contact-selector-dialog | Guillaume Desmottes | 2009-12-17 | 3 | -0/+394 |
* | new-message-dialog: remove the call button | Guillaume Desmottes | 2009-12-17 | 1 | -40/+3 |
* | contact_list: displays an icon showing the protocol by the contact (#603877) | chantra | 2009-12-17 | 7 | -10/+279 |
* | Merge branch 'create-cancel-crash' | Felix Kaser | 2009-12-14 | 1 | -11/+14 |
|\ |
|
| * | changed way of tracking pending changes | Felix Kaser | 2009-12-10 | 1 | -11/+14 |
* | | empathy_spell_check: remove debug message if there is no languages configured | Guillaume Desmottes | 2009-12-11 | 1 | -1/+0 |
* | | account-chooser: display enabled accounts first (#604166) | Guillaume Desmottes | 2009-12-09 | 1 | -0/+40 |
* | | new-message-dialog: inherit from GtkDialog (#604097) | Guillaume Desmottes | 2009-12-09 | 3 | -181/+223 |
|/ |
|
* | 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 | 2 | -0/+25 |
* | 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 |
* | Hide state image in contact widget until the presense state is notified. (#60... | Brian Pepple | 2009-12-02 | 2 | -1/+1 |
* | chat: don't display latest logs in room | Guillaume Desmottes | 2009-12-02 | 1 | -1/+3 |
* | added destroyed flag | Felix Kaser | 2009-12-02 | 1 | -1/+20 |
* | fixed problem with destroyed widget in async call | Felix Kaser | 2009-12-02 | 1 | -0/+5 |
* | update presence when account is enabled | Felix Kaser | 2009-12-02 | 1 | -10/+39 |
* | emit account-created signal outside enabled_cb | Felix Kaser | 2009-12-02 | 1 | -9/+4 |
* | Link libempathy-gtk against libnotify | Laurent Bigonville | 2009-12-01 | 1 | -0/+2 |
* | Use \s to match spaces, it is the same as [ \t\n\r\f\v] | Xavier Claessens | 2009-12-01 | 1 | -1/+1 |
* | Merge commit 'shaunm/dndfiles2' | Guillaume Desmottes | 2009-11-30 | 4 | -77/+266 |
|\ |
|
| * | [empathy-contact-list-view] Don't accept file drags to offline/non-FT contacts | Shaun McCance | 2009-11-25 | 1 | -1/+3 |
| * | Move GtkTargetLists into priv so they're no longer static | Shaun McCance | 2009-11-25 | 1 | -7/+9 |
| * | Fixed leak in drag motion and added comments for bug #595226 | Shaun McCance | 2009-11-25 | 1 | -1/+15 |
| * | Utilitiy function to send files from a URI list, for dnd implementations | Shaun McCance | 2009-11-25 | 4 | -18/+39 |
| * | Split contact_list_view_drag_data_received into smaller functions | Shaun McCance | 2009-11-25 | 1 | -118/+141 |
| * | Setting reorderable on the contact list view to get row previews as drag icons | Shaun McCance | 2009-11-25 | 1 | -1/+6 |
| * | Allow contacts to be dragged anywhere in a group, or dragged to the non-group | Shaun McCance | 2009-11-25 | 1 | -5/+20 |
| * | Implemented file drags to contact list, along with row highlights | Shaun McCance | 2009-11-25 | 1 | -79/+173 |
| * | Implementing drag and drop file sending on chat windows | Shaun McCance | 2009-11-25 | 3 | -13/+26 |
* | | empathy-chat: keep count of the number of unread messages | Guillaume Desmottes | 2009-11-27 | 2 | -0/+26 |
* | | chat-text-view: override GtkTextView copy_clipboard | Guillaume Desmottes | 2009-11-26 | 1 | -0/+11 |
* | | gssize isn't an int on various platforms | Sjoerd Simons | 2009-11-26 | 1 | -1/+1 |
* | | Merge branch 'adium-events' | Xavier Claessens | 2009-11-26 | 1 | -20/+28 |
|\ \ |
|
| * | | Do not escape twice /me messages with adium theme. | Xavier Claessens | 2009-11-25 | 1 | -20/+27 |
| |/ |
|
* | | Clean how we insert smileys in adium themes | Xavier Claessens | 2009-11-26 | 1 | -13/+5 |
* | | Clean how we insert link in adium themes | Xavier Claessens | 2009-11-26 | 1 | -8/+6 |
* | | Rework the link regex to have "(user@server.com)" case work. | Xavier Claessens | 2009-11-25 | 1 | -7/+9 |
* | | Escape what is put inside <a> tags | Gustavo Noronha Silva | 2009-11-25 | 1 | -1/+8 |
* | | Add more test cases and fix some found issues in link regex. | Xavier Claessens | 2009-11-25 | 1 | -1/+1 |
* | | Replace GString param with a generic gpointer user_data, and port EmpathyChat... | Xavier Claessens | 2009-11-25 | 4 | -164/+163 |
* | | Make possible to define different replace function for parsers | Xavier Claessens | 2009-11-25 | 3 | -84/+133 |
* | | Accept any foo:// URL Schemes | Xavier Claessens | 2009-11-25 | 1 | -4/+4 |
* | | start and end positions in EmpathySmileyHit struct can't be negative. Change ... | Xavier Claessens | 2009-11-25 | 3 | -4/+4 |
* | | Add comments to explain empathy_smiley_manager_parse_len(), it is non-trivial... | Xavier Claessens | 2009-11-25 | 2 | -4/+34 |
* | | Optimisation: Do not fetch use-smiley gconf key for each substring. | Xavier Claessens | 2009-11-25 | 1 | -6/+7 |
* | | Extract empathy_string_parser_link and empathy_string_parser_escape from empa... | Xavier Claessens | 2009-11-25 | 3 | -64/+76 |
* | | Create API for generic string parser | Xavier Claessens | 2009-11-25 | 3 | -13/+54 |
* | | Remove dead code from EmpathySmileyManager | Xavier Claessens | 2009-11-25 | 2 | -95/+10 |
* | | Use new smiley parser in EmpathyChatTextView. | Xavier Claessens | 2009-11-25 | 2 | -13/+20 |
* | | exclude " and ' from links. | Xavier Claessens | 2009-11-25 | 1 | -2/+2 |
* | | Rework the way message parsing and escaping is done. | Xavier Claessens | 2009-11-25 | 1 | -90/+126 |
* | | Introduce a new smiley parser that can parse only a part of a string. | Xavier Claessens | 2009-11-25 | 2 | -0/+94 |
|/ |
|
* | Make sure double quotes are not considered part of URIs | Gustavo Noronha Silva | 2009-11-25 | 1 | -2/+2 |
* | Clarify macro names | Xavier Claessens | 2009-11-24 | 1 | -15/+21 |
* | Create EMPATHY_RECT_IS_ON_SCREEN macro instead of duplicating its code. | Xavier Claessens | 2009-11-24 | 3 | -6/+8 |
* | Restore position of window if it gets remapped. | Xavier Claessens | 2009-11-24 | 1 | -14/+51 |
* | Make empathy_present_window() also move to current desktop with compiz. Fixes... | Xavier Claessens | 2009-11-24 | 1 | -3/+15 |
* | Make sure to not save offscreen positioning. It happens with compiz. | Xavier Claessens | 2009-11-24 | 1 | -0/+6 |
* | account-widget-sip: translate all the labels in combo box | Guillaume Desmottes | 2009-11-23 | 1 | -5/+9 |
* | empathy-account-widget-private: fix coding style | Guillaume Desmottes | 2009-11-23 | 1 | -3/+3 |
* | rename account_widget_setup_widget empathy_account_widget_setup_widget | Guillaume Desmottes | 2009-11-23 | 3 | -6/+7 |
* | fix position of the 2 combo boxes | Guillaume Desmottes | 2009-11-23 | 1 | -2/+2 |
* | move port settings to the same line as the host | Guillaume Desmottes | 2009-11-23 | 1 | -105/+106 |
* | indent the STUN Server/Port label under the checkbox | Guillaume Desmottes | 2009-11-23 | 1 | -2/+2 |
* | rephrase subsection titles and their labels | Guillaume Desmottes | 2009-11-23 | 1 | -8/+8 |
* | add indentation so subsections are clearer | Guillaume Desmottes | 2009-11-23 | 1 | -130/+194 |
* | rephrase the discover-stun checkbox label | Guillaume Desmottes | 2009-11-23 | 1 | -1/+1 |
* | rename Misc section to Miscellaneous | Guillaume Desmottes | 2009-11-23 | 1 | -1/+1 |
* | account-widget-sip: add subsections in the advanced section | Guillaume Desmottes | 2009-11-23 | 2 | -37/+90 |
* | account-widget-sip: fix typo in variable name | Guillaume Desmottes | 2009-11-23 | 1 | -3/+3 |
* | account-widget-sip: unsensitive the STUN labels as well when STUN is disabled | Guillaume Desmottes | 2009-11-23 | 1 | -0/+6 |
* | account_widget_combobox_changed_cb: check that param has a default | Guillaume Desmottes | 2009-11-23 | 1 | -2/+3 |
* | Set explicitely the model of combo box | Guillaume Desmottes | 2009-11-23 | 2 | -25/+69 |
* | unsensitive the keep-alive spin button if keep-alive is disabled | Guillaume Desmottes | 2009-11-23 | 1 | -0/+22 |
* | account-widget-sip: add UI to configure the keepalive-mechanism and keepalive... | Guillaume Desmottes | 2009-11-23 | 2 | -1/+67 |
* | account-widget-sip: add UI to configure the discover-binding param | Guillaume Desmottes | 2009-11-23 | 2 | -1/+17 |
* | account-widget-sip: add UI to configure the loose-routine param | Guillaume Desmottes | 2009-11-23 | 2 | -1/+17 |
* | account-widget-sip: add UI to configure the transport param | Guillaume Desmottes | 2009-11-23 | 2 | -1/+39 |
* | account_widget_setup_widget: add support for GtkComboBox | Guillaume Desmottes | 2009-11-23 | 1 | -0/+64 |
* | empathy-account-widget: export account_widget_setup_widget | Guillaume Desmottes | 2009-11-23 | 2 | -1/+5 |
* | account-widget-sip: Add UI to configure auth-user, proxy-host and port params... | Guillaume Desmottes | 2009-11-23 | 2 | -1/+87 |
* | notify-manager: unref the account mgr when disposing | Guillaume Desmottes | 2009-11-19 | 1 | -0/+15 |
* | account-widget: use the account-manaer instead of idle | Guillaume Desmottes | 2009-11-19 | 1 | -32/+56 |
* | notify-manager: use the account mgr directly instead of empathy_check_availab... | Guillaume Desmottes | 2009-11-19 | 1 | -1/+39 |
* | presence-chooser: use the account-manager directly to get our state and status | Guillaume Desmottes | 2009-11-19 | 1 | -17/+48 |
* | don't mix code and variable declarations | Guillaume Desmottes | 2009-11-19 | 1 | -4/+4 |
* | Fixed some of Gillaume's review comments from Bug #571642 | Jonathon Jongsma | 2009-11-19 | 1 | -44/+38 |
* | Handle the case where a user's id changes in a chatroom | Jonathon Jongsma | 2009-11-19 | 2 | -0/+85 |
* | presence-chooser: remove icon blinking support | Guillaume Desmottes | 2009-11-18 | 1 | -88/+4 |
* | account-widget-jabber: increase spacing in the 'Override Server Settings' sec... | Guillaume Desmottes | 2009-11-17 | 1 | -0/+2 |
* | Use accessor functions instead direct access. | Javier Jardón | 2009-11-17 | 10 | -22/+33 |
* | geometry: port to TP coding style | Guillaume Desmottes | 2009-11-16 | 2 | -152/+156 |
* | Correctly store/restore maximized state of windows. | Xavier Claessens | 2009-11-16 | 2 | -115/+173 |
* | log-window: check if the account chooser isn't already ready | Guillaume Desmottes | 2009-11-16 | 1 | -3/+7 |
* | add empathy_account_chooser_is_ready | Guillaume Desmottes | 2009-11-16 | 2 | -0/+11 |
* | log-window: wait that the accounts chooser is ready before selecting the chat | Guillaume Desmottes | 2009-11-16 | 1 | -4/+21 |
* | account-chooser.c: add a 'ready' signal | Guillaume Desmottes | 2009-11-16 | 1 | -0/+19 |
* | Implement /nick command | Xavier Claessens | 2009-11-14 | 1 | -0/+23 |
* | account_widget_build_salut: focus the first name entry by default | Guillaume Desmottes | 2009-11-14 | 1 | -1/+1 |
* | 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 |
* | chat-ui: add info_bar_vbox on the top of the widget | Guillaume Desmottes | 2009-11-13 | 1 | -2/+11 |
* | change 'capa' to 'cap' | Guillaume Desmottes | 2009-11-13 | 2 | -23/+23 |
* | empathy_notify_manager_init: no need to cast the return value of g_object_new | Guillaume Desmottes | 2009-11-13 | 1 | -2/+1 |
* | remove notify_manager_dispose as it doesn't do anything | Guillaume Desmottes | 2009-11-13 | 1 | -16/+0 |
* | notify-manager: fetch capabilities in _init instead of _constructor | Guillaume Desmottes | 2009-11-13 | 1 | -16/+13 |
* | change empathy_notification_is_enabled to empathy_notify_manager_notification... | Guillaume Desmottes | 2009-11-13 | 2 | -2/+3 |
* | change empathy_misc_get_pixbuf_for_notification to empathy_notify_manager_get... | Guillaume Desmottes | 2009-11-13 | 2 | -3/+6 |
* | move empathy-misc to empathy-notify-manager | Guillaume Desmottes | 2009-11-13 | 2 | -0/+58 |
* | define constants for notify capabilities | Guillaume Desmottes | 2009-11-13 | 1 | -0/+19 |
* | add empathy_notify_manager_has_capability | Guillaume Desmottes | 2009-11-13 | 2 | -0/+12 |
* | notify-manager: fetch capabilities of the notification server | Guillaume Desmottes | 2009-11-13 | 1 | -1/+23 |
* | add stub EmpathyNotifyManager (#601691) | Guillaume Desmottes | 2009-11-13 | 3 | -0/+170 |
* | libempathy-gtk/Makefile.am: sort files | Guillaume Desmottes | 2009-11-13 | 1 | -19/+19 |
* | empathy_account_widget_get_default_display_name: special case should be done ... | Guillaume Desmottes | 2009-11-13 | 1 | -0/+1 |
* | move code generating the default display name of new account to account-widget | Guillaume Desmottes | 2009-11-13 | 2 | -0/+55 |
* | Make location labels selectable | Pierre-Luc Beaudoin | 2009-11-12 | 1 | -0/+3 |
* | Add missing location field in ordering | Pierre-Luc Beaudoin | 2009-11-12 | 1 | -0/+6 |
* | Order location fields | Frederic Peters | 2009-11-12 | 1 | -7/+21 |
* | Force an unset presence type to appear as offline in the presence chooser and... | Jonny Lamb | 2009-11-12 | 1 | -0/+6 |
* | account-widget: Change the label of the Connect button to 'Login'. | Guillaume Desmottes | 2009-11-06 | 1 | -14/+9 |
* | contact-menu: rename "View Previous Conversations" menu entry to "Previous Co... | Guillaume Desmottes | 2009-11-05 | 1 | -1/+1 |
* | 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 |