aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
Commit message (Expand)AuthorAgeFilesLines
* rename message-received signal to message-received-empathyGuillaume Desmottes2011-05-251-1/+1
* tp-chat: rename chat-state-changed to chat-state-changed-empathyGuillaume Desmottes2011-05-251-1/+1
* cell-renderer-expander: fix rendering with GTK+3Cosimo Cecchi2011-05-231-2/+8
* account-widget-yahoo: fix expand/fill settings (#650854)Guillaume Desmottes2011-05-231-2/+6
* account-widget-sip: fix expand/fill settings (#650854)Guillaume Desmottes2011-05-231-0/+6
* account-widget-icq: fix expand/fill settings (#650854)Guillaume Desmottes2011-05-231-0/+4
* account-widget-groupwise: fix expand/fill settings (#650854)Guillaume Desmottes2011-05-231-0/+6
* account-widget-aim: fix expand/fill settings (#650854)Guillaume Desmottes2011-05-231-0/+4
* account-widget-msn: fix expand/fill settings (#650854)Guillaume Desmottes2011-05-231-2/+8
* empathy_account_widget_setup_widget: unsensitive unsupported param (#650846)Guillaume Desmottes2011-05-231-0/+3
* account-widget-sip: add ignore-tls-errors param (#650844)Guillaume Desmottes2011-05-232-0/+21
* live-search: fix keyboard navigation using Space (#632787)Guillaume Desmottes2011-05-201-5/+7
* live-search:fix keyboard navigation using PageUp/PageDown (#632787)Guillaume Desmottes2011-05-201-4/+7
* live-search: fix keyboard navigation using Home/End (#632787)Guillaume Desmottes2011-05-201-0/+18
* factor out fire_key_navigation_sig()Guillaume Desmottes2011-05-201-3/+11
* Always forward to the view keynav events, since we get them only if they are ...Xavier Claessens2011-05-202-22/+12
* LiveSearch: we don't want to emit keynav signal on left/right since those are...Xavier Claessens2011-05-201-2/+1
* individual-view: add API to define our own filter functionGuillaume Desmottes2011-05-182-0/+21
* Merge branch 'remember-my-message-yo'Jonny Lamb2011-05-182-0/+27
|\
| * chat: rename get to dupJonny Lamb2011-05-182-2/+2
| * chat: add {get,set}_text methodsJonny Lamb2011-05-162-0/+27
* | Merge branch 'ack'Jonny Lamb2011-05-174-32/+189
|\ \
| * | adium: set has_unread_message to FALSE when we think we've cleared them allJonny Lamb2011-05-171-0/+2
| * | adium: add comment explaining why we add x-empathy-mesage-id-*Jonny Lamb2011-05-131-1/+5
| * | tp-chat: rename signal to message-acknowledgedJonny Lamb2011-05-131-6/+6
| * | chat: ::notify for all changes to unread messagesJonny Lamb2011-05-131-0/+1
| * | chat: call acknowledge_message on the chat view when it happensJonny Lamb2011-05-131-0/+3
| * | adium: implement acknowledge_message to remove unread markerJonny Lamb2011-05-131-2/+86
| * | chat: don't toggle visibility of the chat view on marking messages readJonny Lamb2011-05-131-3/+1
| * | chat-view: add message_acknowledged vfuncJonny Lamb2011-05-132-0/+15
| * | tp-chat: give ::pending-message-removed the messageJonny Lamb2011-05-131-0/+1
| * | adium: split removing unread markers into two functionsJonny Lamb2011-05-131-26/+34
| * | adium: set x-empathy-message-id class in messageStylesJonny Lamb2011-05-131-0/+11
| * | chat: make nb_unread_messages incoming onlyJonny Lamb2011-05-131-2/+32
* | | Merge branch 'more-contact-info'Will Thompson2011-05-162-10/+231
|\ \ \ | |_|/ |/| |
| * | Add a /whois command.Will Thompson2011-05-161-0/+82
| * | ContactWidget: expose IRC presence informationWill Thompson2011-05-161-0/+14
| * | ContactWidget: support IRC server and host infoWill Thompson2011-05-161-0/+14
| * | ContactWidget: support Idle's x-idle-time field.Will Thompson2011-05-161-0/+19
| * | ContactWidget: generalize linkifying valuesWill Thompson2011-05-161-11/+29
| * | ContactWidget: show IRC channel list.Will Thompson2011-05-161-0/+74
* | | Merge remote-tracking branch 'glassrose/moving-part-functionality-to-empathy-...Guillaume Desmottes2011-05-132-30/+31
|\ \ \ | |/ / |/| |
| * | Password infobar amendmentsChandni Verma2011-05-111-0/+19
| * | Fire a "part-command-entered" signal from libempathy-gtk/empathy-chat.c to be...Chandni Verma2011-05-072-30/+12
* | | Properly convert timestamps received from X11 (#650015)Guillaume Desmottes2011-05-126-14/+14
* | | add empathy_get_current_action_time()Guillaume Desmottes2011-05-122-0/+8
| |/ |/|
* | theme_adium_remove_focus_marks: early return if there is no unread messageGuillaume Desmottes2011-05-111-4/+7
* | theme-adium: remove unread marks when sending a messageGuillaume Desmottes2011-05-111-0/+3
* | theme-adium: remove focus marks as soon as the chat is not focused (#649890)Guillaume Desmottes2011-05-111-4/+4
* | add translators comment explaining the insufficient balance error (#649735)Guillaume Desmottes2011-05-091-0/+2
* | Include gi18n-lib.h in library sources, not gi18n.h.Gabor Kelemen2011-05-055-5/+7
* | Adium: Fix wrong html fallbacksXavier Claessens2011-05-051-208/+131
* | Merge branch 'delivery-reports-rebase'Danielle Madeley2011-05-052-21/+77
|\ \
| * | [chat] expose this property in EmpathyChatDanielle Madeley2011-05-052-0/+46
| * | Use dbus-error from delivery report for better errorsDanielle Madeley2011-05-051-21/+31
* | | fix unused-but-set-variable warningsMarc Plano-Lesay2011-05-052-15/+2
* | | Merge branch 'sms-support-rebase'Danielle Madeley2011-05-057-13/+254
|\| |
| * | Only set the SMS button sensitive if we have SMS capabilityDanielle Madeley2011-05-051-2/+63
| * | contact-selector-dialog: add a selected-account propertyDanielle Madeley2011-05-051-1/+24
| * | Add an SMS button to the new-message dialogDanielle Madeley2011-05-051-4/+39
| * | Add "(SMS)" to the tab name for SMS channelsDanielle Madeley2011-05-051-1/+10
| * | Change empathy_chat_get_name() from const char * -> char *Danielle Madeley2011-05-052-5/+5
| * | Add sms-channel property to empathy-chatDanielle Madeley2011-05-052-2/+46
| * | Move the code ensuring a requested sms channel to empathy-request-utilChandni Verma2011-05-051-1/+1
| * | Add SMS entry to empathy-individual-menuDanielle Madeley2011-05-053-1/+70
| |/
* | Adium: Correctly support action messages (/me)Xavier Claessens2011-05-041-7/+15
* | Adium: Fix selection of default variantXavier Claessens2011-05-042-53/+166
* | ThemeManager: Make sure to emit theme-changed only once when the theme changedXavier Claessens2011-05-031-10/+79
* | Adium: Also queue events when loading the pageXavier Claessens2011-05-031-11/+21
* | Adium: Events must be queued until the Template.html loadedXavier Claessens2011-05-031-0/+7
* | Adium: Mark autoreply messageXavier Claessens2011-05-031-2/+3
* | Adium: highlight messages starting with our nameXavier Claessens2011-05-031-3/+3
* | Fix crash if contact_id is NULL when selecting its colorXavier Claessens2011-05-031-3/+4
* | Adium: Temporally disable scrolling when appending backlogXavier Claessens2011-05-021-5/+11
* | coding style fixGuillaume Desmottes2011-05-021-1/+1
* | theme-adium: implement %senderColor% (#541632)Guillaume Desmottes2011-05-021-2/+31
* | Support new themes that have only Resources/Content.htmlXavier Claessens2011-05-021-39/+81
* | Fix a crash if replacement is NULLXavier Claessens2011-05-021-2/+2
* | individual_store_get_individual_status_icon_with_icon_name: look in the cache...Guillaume Desmottes2011-05-021-1/+6
* | Display favorite offline contacts only in the Favorite group (#648914)Guillaume Desmottes2011-05-021-5/+48
|/
* Use focus feature of adium themesXavier Claessens2011-04-274-6/+118
* Add FIXMEs for things we don't implement yet from adium theme specXavier Claessens2011-04-271-39/+123
* contact_list_store_chat_state_changed_cb(): tidyWill Thompson2011-04-251-6/+4
* account-widget: remove all the code related to the enabled checkboxGuillaume Desmottes2011-04-211-156/+2
* Remove enabled toggle from account-widgetDanielle Madeley2011-04-211-0/+4
* location-manager: use tp_asv_*Guillaume Desmottes2011-04-201-19/+10
* location-manager: use the self->priv patternGuillaume Desmottes2011-04-202-103/+94
* location-manager: remove useless propety getter and setterGuillaume Desmottes2011-04-201-34/+0
* location_manager_dispose: use tp_clear_*Guillaume Desmottes2011-04-201-35/+6
* Merge branch 'timestamp-648188'Guillaume Desmottes2011-04-208-57/+53
|\
| * chat_text_view_append_timestamp: use empathy_time_to_string_utc()Guillaume Desmottes2011-04-191-5/+1
| * Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes2011-04-197-45/+37
| * use tp_text_channel_send_message_async()Guillaume Desmottes2011-04-181-8/+11
| * chat_send_error_cb: don't display the message if it's NULLGuillaume Desmottes2011-04-181-3/+8
* | Bug 647056 — Removing a contact causes a segfaultPhilip Withnall2011-04-181-1/+0
|/
* Add translation context on some strings (#646131)Guillaume Desmottes2011-04-181-1/+1
* Base the search bar on GtkToolbar instead of GtkHBox in order not to resize t...Vitaly Minko2011-04-072-75/+119
* log_manager_got_entities_cb: don't use the currently selected accountGuillaume Desmottes2011-04-061-16/+13
* emulate '/me' command if CM doesn't support Action messages (#622118)Guillaume Desmottes2011-04-061-2/+26
* Bug 646227 — Possible overflow in persona-view:drag_data_getPhilip Withnall2011-04-053-40/+43
* Revert "-Fix use of include <config.h> to make sure translations work"Guillaume Desmottes2011-04-042-8/+0
* -Fix use of include <config.h> to make sure translations workKjartan Maraas2011-04-042-0/+8
* set a category on chat related notificationsGuillaume Desmottes2011-04-021-0/+1
* move the Enabled translator comment just before the stringGuillaume Desmottes2011-03-301-2/+2
* give translators context for the 'Enabled' checkbox (#646131)Guillaume Desmottes2011-03-301-0/+2
* theme-adium: keep count of the pages loading instead of using a booleanGuillaume Desmottes2011-03-281-4/+9
* Calendar widget should be disabled if no contact selected (#645582)Guillaume Desmottes2011-03-242-0/+10
* account_chooser_filter_ready_cb: don't unref the accountGuillaume Desmottes2011-03-241-1/+0
* Only add the 'extra-certificate-identities' parameter if gabble supports it.Stef Walter2011-03-221-2/+6
* Create GTalk accounts with extra-certificate-identities = 'talk.google.com'Stef Walter2011-03-221-0/+7
* account_chooser_update_iter: don't leak the TpAccountGuillaume Desmottes2011-03-221-0/+2
* Also show an avatar when blocking from a conversationEmilio Pozuelo Monfort2011-03-223-3/+14
* Use the right marshal fileEmilio Pozuelo Monfort2011-03-191-2/+2
* Display an avatar on the block contact dialogEmilio Pozuelo Monfort2011-03-183-68/+111
* Allow to enter an email address as ICQ ID (#645014)Guillaume Desmottes2011-03-171-2/+5
* Contact Search: close the dialog when adding a contactEmilio Pozuelo Monfort2011-03-171-0/+3
* Fix warnings from GCC 4.6 about variables that are set but not used.Kjartan Maraas2011-03-1716-144/+5
* pass a preferred handler when requesting channelsGuillaume Desmottes2011-03-172-4/+5
* rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes2011-03-179-18/+14
* account-widget-irc: set password-prompt param when needed (#644406)Guillaume Desmottes2011-03-171-0/+58
* ContactSearch: don't leak a GErrorEmilio Pozuelo Monfort2011-03-161-2/+4
* individual-view: call empathy_individual_manager_remove() also when the respo...Guillaume Desmottes2011-03-161-7/+5
* individual-view: use our own RESPONSE enumGuillaume Desmottes2011-03-161-6/+14
* Adjust for Folks PresenceOwner -> PresenceDetails renameTravis Reitter2011-03-155-41/+44
* Adjust for Folks Groupable -> GroupDetails renameTravis Reitter2011-03-156-71/+76
* Adjust for Folks Favouritable -> FavouriteDetails renameTravis Reitter2011-03-155-16/+22
* Adjust for Folks AvatarOwner -> AvatarDetails renameTravis Reitter2011-03-151-1/+1
* Adjust for Folks Aliasable -> AliasDetails renameTravis Reitter2011-03-157-31/+36
* individual_view_remove_dialog_show: set a mnemonic on the 'Delete and Block' ...Guillaume Desmottes2011-03-141-2/+13
* coding style fixesGuillaume Desmottes2011-03-141-1/+1
* Merge branch 'glassrose-contact-blocking-rebase'Danielle Madeley2011-03-1413-23/+1426
|\
| * Update the wording of the other contact blocking dialogDanielle Madeley2011-03-111-3/+4
| * Update the wording of the contact blocking dialogDanielle Madeley2011-03-111-15/+56
| * Use tp_g_signal_connect_object for Tp proxies that outlive the CB dialogDanielle Madeley2011-03-111-4/+6
| * Only destroy block confirmation dialogs after we've read out the abusive stateDanielle Madeley2011-03-112-3/+3
| * Hook up abusive argument into TpContactList backendDanielle Madeley2011-03-113-7/+12
| * Initialize EmpathyContactManager before creating a new contact->Block menuitemChandni Verma2011-03-111-1/+2
| * Use Contact Manager flags instead of Individual Manager flagsChandni Verma2011-03-091-8/+9
| * Style fixes from reviewDanielle Madeley2011-03-082-2/+5
| * Add confirmation dialog to RemoveDanielle Madeley2011-03-083-3/+109
| * Add block confirmation to the authorise publication dialogDanielle Madeley2011-03-081-5/+17
| * Add UI to blocking confirmation dialog for future "report as abusive" functionDanielle Madeley2011-03-081-3/+30
| * Factor out common blocking confirmation dialogDanielle Madeley2011-03-083-26/+53
| * contact-blocking-dialog: report errors to the userDanielle Madeley2011-03-081-3/+52
| * Add Block button to the subscription authorization dialogDanielle Madeley2011-03-082-13/+61
| * Add a confirmation dialog when you block a contact from the Contact menuDanielle Madeley2011-03-081-1/+42
| * Add 'Delete and Block' as an option to the Remove Contact dialogDanielle Madeley2011-03-081-10/+24
| * Add 'Block Contact' to empathy-contact-menuDanielle Madeley2011-03-083-2/+75
| * Handle the case where there are no accounts with deny channelsDanielle Madeley2011-03-081-26/+62
| * Don't need to prepare accounts separatelyDanielle Madeley2011-03-081-30/+11
| * Provide autocompletion of known contacts in the entry boxDanielle Madeley2011-03-081-5/+47
| * Add and remove contacts from deny listDanielle Madeley2011-03-082-12/+183
| * Beginning of contact blocking dialogDanielle Madeley2011-03-084-0/+722
* | Update our local fields having Overwritten_By_Nickname when updating our nick...Guillaume Desmottes2011-03-101-0/+43
* | don't update Alias.Nickname if not neededGuillaume Desmottes2011-03-101-2/+9
* | inline set_alias_on_account()Guillaume Desmottes2011-03-101-10/+3
* | contact-widget: don't allow edit fields having the Overwritten_By_Nickname fl...Guillaume Desmottes2011-03-091-0/+13
* | contact-widget: only call SetContactInfo() is details changed (#644295)Guillaume Desmottes2011-03-091-7/+32
* | libempathy-gtk: In TLS Dialog allow remembering of any exception.Stef Walter2011-03-081-15/+6
* | Build fixEmilio Pozuelo Monfort2011-03-071-1/+1
* | Show a profile info button in contact search resultsEmilio Pozuelo Monfort2011-03-071-0/+55
* | Use the special "" search field if the CM supports itEmilio Pozuelo Monfort2011-03-071-1/+5
* | Warn the user if she has insufficient disk space to receive a fileDanielle Madeley2011-03-071-3/+58
|/
* Emit RESPONSE_APPLY on row-activatedDanielle Madeley2011-03-031-0/+12
* Contact Search Dialog: Search when enter is pressedDanielle Madeley2011-03-031-1/+3
* Change 'Add' to 'Add Contact'Danielle Madeley2011-03-031-1/+3
* Tweak ContactSearchDialog paddingDanielle Madeley2011-03-031-13/+17
* Only show the "Remember password" tickybox if we can do thatDanielle Madeley2011-03-031-1/+4
* Disable /part command for nowGuillaume Desmottes2011-02-251-0/+7
* Implementation of /PART command for MUCsChandni Verma2011-02-252-6/+59
* Updating empathy_tp_chat_leave() function in empathy-tp-chat APIChandni Verma2011-02-251-1/+1
* Indentation fixEmilio Pozuelo Monfort2011-02-251-21/+21
* Log window: free the entities together with the listEmilio Pozuelo Monfort2011-02-251-3/+1
* Log window: don't leak the accountEmilio Pozuelo Monfort2011-02-251-1/+1
* Unref the entity when we're doneEmilio Pozuelo Monfort2011-02-251-0/+2
* Port empathy to Telepathy logger 0.2.0Nicolas Dufresne2011-02-253-125/+120
* tls-dialog: destroy the dialog if the certificate is invalidated (#643186)Guillaume Desmottes2011-02-241-0/+13
* re-implement /query and /msg (#623682)Guillaume Desmottes2011-02-241-24/+38
* coding style fixesGuillaume Desmottes2011-02-212-2/+2
* Move farsight-using sources to srcEmilio Pozuelo Monfort2011-02-219-1770/+2
* Fiexd wrong title capitalization for checkboxMilo Casagrande2011-02-217-7/+7
* use champlain_view_ensure_layers_visible()Guillaume Desmottes2011-02-211-3/+1
* use champlain_marker_layer_new()Guillaume Desmottes2011-02-212-2/+2
* Port to champlain 0.10 (#642010)Guillaume Desmottes2011-02-212-25/+19
* empathy_theme_manager_dup_singleton: act as a proper dup singleton functionGuillaume Desmottes2011-02-181-2/+5
* Bug 637151 — Hide the user Individual from the contact listPhilip Withnall2011-02-186-22/+35
* empathy_protocol_chooser_create_account_settings: ensure that cm is always un...Guillaume Desmottes2011-02-171-4/+5
* rename empathy_theme_manager_get() to empathy_theme_manager_dup_singleton()Guillaume Desmottes2011-02-174-5/+11
* folks favorite API has changedGuillaume Desmottes2011-02-171-2/+2
* Always display favorite contacts (#592595)Guillaume Desmottes2011-02-171-1/+4
* empathy_cell_renderer_expander_render: draw using the proper state (#642098)Guillaume Desmottes2011-02-171-2/+13
* update copyrightGuillaume Desmottes2011-02-171-0/+1
* cell-renderer-expander: remove animation codeGuillaume Desmottes2011-02-171-163/+0
* disconnect the activate cb before detaching the menuGuillaume Desmottes2011-02-163-6/+6
* individual-widget: use empathy_context_menu_new()Guillaume Desmottes2011-02-161-4/+1
* individual-view: use empathy_context_menu_new()Guillaume Desmottes2011-02-161-4/+1
* contact-widget: use empathy_context_menu_new()Guillaume Desmottes2011-02-161-3/+1
* contact-list-view: use empathy_context_menu_new() (#642461)Guillaume Desmottes2011-02-161-5/+1
* theme-adium: use empathy_context_menu_new() and remove our hackGuillaume Desmottes2011-02-161-3/+1
* add empathy_context_menu_new()Guillaume Desmottes2011-02-162-0/+36
* only try reconnecting accounts if needed (#642358)Guillaume Desmottes2011-02-161-3/+14
* Merge remote branch 'glassrose/Reset-network-list-button-642264'Guillaume Desmottes2011-02-151-0/+33
|\
| * Reset network list buttonChandni Verma2011-02-151-0/+33
* | password-dialog: activate the dialog when the entry is activated (#642296)Guillaume Desmottes2011-02-141-0/+9
* | irc-network-chooser: recreate the default IRC network if needed (#641861)Guillaume Desmottes2011-02-141-1/+18
|/
* string-parser: properly handle if g_regex_new() failsGuillaume Desmottes2011-02-101-1/+13
* Move a couple of call-related functions to empathy-utils.hEmilio Pozuelo Monfort2011-02-102-10/+8
* EmpathyCallFactory -> EmpathyStreamedMediaFactoryEmilio Pozuelo Monfort2011-02-105-9/+6
* individual-view: properly unref the tooltip_widget when disposing (#641157)Guillaume Desmottes2011-02-031-6/+2
* contact-list-view: backport fixes from individual_view_popup_menu_idle_cbGuillaume Desmottes2011-02-031-2/+20
* individual-menu: ensure that the contact stays alive while the activate signa...Guillaume Desmottes2011-02-031-2/+4
* individual-view: detach the individual menu once it has been displayedGuillaume Desmottes2011-02-031-0/+20
* individual_view_popup_menu_idle_cb: remove useless sink/unrefGuillaume Desmottes2011-02-031-2/+0
* individual-widget: use priv->contact as that's our pointer on the TpContact nowGuillaume Desmottes2011-02-021-2/+1
* individual-widget: connect on the notify::client-types only onceGuillaume Desmottes2011-02-011-10/+14
* coding style fixGuillaume Desmottes2011-02-011-1/+1
* Merge branch 'muc-password'Jonny Lamb2011-02-011-8/+169
|\
| * chat: save room passwords in the keyring if requestedJonny Lamb2011-01-291-1/+11
| * chat: try to use a room password from the keyring or offer to save the passwordJonny Lamb2011-01-291-8/+159
* | Adjust for FolksHasPresence -> FolksPresenceOwnerTravis Reitter2011-02-015-36/+41
* | Adjust for FolksHasAvatar -> FolksAvatarOwnerTravis Reitter2011-02-011-1/+1
|/
* chat: add clear secondary icon to password entryJonny Lamb2011-01-281-0/+31
* chat: make the password entry growJonny Lamb2011-01-281-4/+4
* chat: display a spinner when attempting a MUC passwordJonny Lamb2011-01-281-46/+84
* Add Contact Search supportEmilio Pozuelo Monfort2011-01-284-0/+633
* Merge branch 'presence-manager-640532'Guillaume Desmottes2011-01-262-12/+11
|\
| * rename EmpathyIdle to EmpathyPresenceManager (#640532)Guillaume Desmottes2011-01-252-12/+11
* | empathy-chat: disable file transfer for nowGuillaume Desmottes2011-01-251-1/+0
* | add EMPATHY_CONTACT_FEATURE_FTGuillaume Desmottes2011-01-253-4/+8
|/
* account-widget-yahoo: remove server field (#634853)Guillaume Desmottes2011-01-242-33/+4
* Add calendar to the contact widget in order to simplify birthday selection (#...Vitaly Minko2011-01-241-9/+63
* Merge remote branch 'glassrose/Display-typing-icon-in-muc-contacts-list-609419'Guillaume Desmottes2011-01-181-1/+59
|\
| * Display typing icon in MUC contact-listChandni Verma2011-01-181-1/+59
* | Chat command nick modified to use RequestRename instead of SetAliasesChandni Verma2011-01-131-11/+15
* | Allow /nick command only in chatrooms that support nick renamingChandni Verma2011-01-131-14/+43
* | account-chooser: setup the combobox once the object has been constructed (#63...Guillaume Desmottes2011-01-111-1/+9
* | Pressing F2 opens the Edit Contact Information window for #586257Kushal Das2011-01-111-1/+22
* | Don't use deprecated gdk_app_launch_context_new()Emilio Pozuelo Monfort2011-01-111-3/+3
* | Don't use deprecated gdk_keyboard_grab/ungrabEmilio Pozuelo Monfort2011-01-111-8/+27
* | Port to GtkStyleContextEmilio Pozuelo Monfort2011-01-111-6/+12
* | Don't use deprecated gtk_paint_expander()Emilio Pozuelo Monfort2011-01-111-8/+6
* | Merge remote branch 'glassrose/accounts-supporting-chatrooms-only-603027'Guillaume Desmottes2011-01-102-0/+75
|\ \ | |/ |/|
| * Skip accounts which don't support rooms in "Manage Favorites" dialogChandni Verma2011-01-032-0/+75
* | Remove the composing listSjoerd Simons2010-12-292-0/+9
* | Simplify filter adding code by just using gdk_x11 functions instead of hoopsSjoerd Simons2010-12-291-10/+8
* | just include gcr.hGuillaume Desmottes2010-12-241-1/+1
* | libempathy-gtk: No need to 'egg' gcr-simple-certificate.[ch]Stef Walter2010-12-244-197/+1
* | Fix build warnings for uninitialized variablesXavier Claessens2010-12-231-1/+1
* | account-widget: use g_app_info_launch() instead of gdk_spawn_on_screen() (#63...Guillaume Desmottes2010-12-231-14/+30
* | gdk_xid_table_lookup has been deprecated (#637855)Guillaume Desmottes2010-12-231-1/+2