aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
Commit message (Expand)AuthorAgeFilesLines
* protocol-chooser: return NULL if for some reason we can't find the procol any...Guillaume Desmottes2010-04-151-0/+8
* account-widget-generic: embed the advanced section in a GtkScrolledWindow (#6...Guillaume Desmottes2010-04-151-11/+25
* Take full width for the password and id entries for jabber account settingsXavier Claessens2010-04-131-6/+10
* libempathy-gtk/empathy-search-bar.ui: remove invisible_char property; we want...Guillaume Desmottes2010-04-121-1/+0
* libempathy-gtk/empathy-contact-widget.ui: remove invisible_char property; we ...Guillaume Desmottes2010-04-121-1/+0
* libempathy-gtk/empathy-contact-selector-dialog.ui: remove invisible_char prop...Guillaume Desmottes2010-04-121-1/+0
* libempathy-gtk/empathy-account-widget-yahoo.ui: remove invisible_char propert...Guillaume Desmottes2010-04-121-8/+0
* libempathy-gtk/empathy-account-widget-sip.ui: remove invisible_char property;...Guillaume Desmottes2010-04-121-9/+0
* libempathy-gtk/empathy-account-widget-msn.ui: remove invisible_char property;...Guillaume Desmottes2010-04-121-6/+0
* libempathy-gtk/empathy-account-widget-local-xmpp.ui: remove invisible_char pr...Guillaume Desmottes2010-04-121-6/+0
* libempathy-gtk/empathy-account-widget-jabber.ui: remove invisible_char proper...Guillaume Desmottes2010-04-121-12/+0
* libempathy-gtk/empathy-account-widget-irc.ui: remove invisible_char property;...Guillaume Desmottes2010-04-121-4/+0
* libempathy-gtk/empathy-account-widget-icq.ui: remove invisible_char property;...Guillaume Desmottes2010-04-121-7/+0
* libempathy-gtk/empathy-account-widget-groupwise.ui: remove invisible_char pro...Guillaume Desmottes2010-04-121-6/+0
* libempathy-gtk/empathy-account-widget-aim.ui: remove invisible_char property;...Guillaume Desmottes2010-04-121-6/+0
* widget-sip: re-add the entry_passwordGuillaume Desmottes2010-04-121-0/+12
* contact-widget: use empathy_account_chooser_get_accountGuillaume Desmottes2010-04-121-2/+1
* add empathy_account_chooser_get_accountGuillaume Desmottes2010-04-122-0/+15
* change empathy_avatar_chooser_set_connection to empathy_avatar_chooser_set_ac...Guillaume Desmottes2010-04-123-8/+14
* contact-widget: use empathy_avatar_chooser_set_connectionGuillaume Desmottes2010-04-121-1/+1
* add empathy_avatar_chooser_set_connectionGuillaume Desmottes2010-04-122-0/+10
* libempathy-gtk/empathy-location-manager.c: use tp_g_signal_connect_object ins...Guillaume Desmottes2010-04-091-2/+2
* libempathy-gtk/empathy-presence-chooser.c: use tp_g_signal_connect_object ins...Guillaume Desmottes2010-04-091-12/+12
* libempathy-gtk/empathy-chat.c: use tp_g_signal_connect_object instead of empa...Guillaume Desmottes2010-04-091-4/+4
* libempathy-gtk/empathy-account-widget.c: use tp_g_signal_connect_object inste...Guillaume Desmottes2010-04-091-2/+2
* libempathy-gtk/empathy-account-chooser.c: use tp_g_signal_connect_object inst...Guillaume Desmottes2010-04-091-2/+3
* update last_timestamp with every messageFelix Kaser2010-04-081-2/+2
* group messages only if the delay is shortFelix Kaser2010-04-083-16/+34
* location_manager_dispose: chain up to the parent's dispose, not the parent's ...Simon McVittie2010-04-071-1/+4
* Use Account.Avatar to set our own avatar (#613043)Guillaume Desmottes2010-04-061-2/+30
* account-chooser: check if account is NULL before trying to use it (#614874)Guillaume Desmottes2010-04-051-0/+4
* Use Account.Nickname to set our own alias (#613044)Guillaume Desmottes2010-04-051-2/+36
* Hide the expander if the topic is not ellipsedXavier Claessens2010-04-021-0/+6
* Make topic label expand and wrap nicelyXavier Claessens2010-04-022-10/+95
* empathy-cell-renderer-text: don't display status if it's NULL (#614562)Guillaume Desmottes2010-04-011-1/+4
* Make 'Favourite' only appear when EMPATHY_CONTACT_FEATURE_FAVOURITE setDanielle Madeley2010-04-012-5/+9
* Falgs -> FlagsDanielle Madeley2010-04-011-2/+2
* contact-list-store: don't put contacts in 'Ungrouped' when show-groups = FalseDanielle Madeley2010-04-012-19/+37
* compare_separator_and_groups: fix check if a is a bottom groupGuillaume Desmottes2010-03-311-1/+1
* Always use fake groups (#614375)Guillaume Desmottes2010-03-311-23/+0
* empathy_icon_name_for_presence: use 'pending' icon if presence is unknownGuillaume Desmottes2010-03-311-1/+2
* rename EMPATHY_IMAGE_UNKNOWN to EMPATHY_IMAGE_PENDINGGuillaume Desmottes2010-03-311-1/+1
* add gconf key to disable auto-away (#613603)Christian Kampka2010-03-301-0/+1
* remove forget buttonGuillaume Desmottes2010-03-3010-308/+51
* Add clear icon in entry containing password (#608104)Guillaume Desmottes2010-03-301-0/+42
* use the 'user-invisible' icon if implementedGuillaume Desmottes2010-03-302-2/+10
* Use standard names for status icons (#602420)Guillaume Desmottes2010-03-301-6/+6
* Merge branch 'people-nearby-fake-group-613558'Danielle Madeley2010-03-303-16/+76
|\
| * Remove People Nearby from sorted groups listDanielle Madeley2010-03-301-1/+0
| * Clean up sorting function to take top/bottom lists of fake groupsDanielle Madeley2010-03-241-9/+52
| * Add an icon for People NearbyDanielle Madeley2010-03-241-5/+8
| * Make People Nearby into a Fake Group like Ungrouped and FavouritesDanielle Madeley2010-03-242-2/+17
* | CellRendererText: Use G_PARAM_STATIC_STRINGSWill Thompson2010-03-301-6/+8
* | Show status messages in compact view (#614052)Will Thompson2010-03-304-30/+60
* | Use a temporary variable for param specsWill Thompson2010-03-301-28/+17
* | chat: use empathy_signal_connect_weak to connect signal on the bufferGuillaume Desmottes2010-03-291-2/+2
* | chat_input_text_buffer_changed_cb: 'priv' is uselessGuillaume Desmottes2010-03-291-3/+0
* | coding style fixesGuillaume Desmottes2010-03-291-2/+2
* | Merge commit 'treitter/bug-613272'Guillaume Desmottes2010-03-292-526/+542
|\ \
| * | Another way to fix Gnome bug #613272. This puts the Advanced expander content...Travis Reitter2010-03-252-516/+535
| * | Make the account details pane scrollable, in case the Advanced section is too...Travis Reitter2010-03-201-10/+7
* | | Add a comment explaining translator how to make the Facebook string look niceGuillaume Desmottes2010-03-261-1/+1
* | | Removed the non standard notification capabilities from the listNicolò Chieffo2010-03-251-4/+0
| |/ |/|
* | empathy_window_present: use X server time if there is no eventGuillaume Desmottes2010-03-221-2/+51
|/
* fix escaping of UTF-chars in ui file (#613117)Gabor Kelemen2010-03-171-2/+2
* Merge commit 'staz/dnd'Guillaume Desmottes2010-03-161-0/+2
|\
| * DnD: add a text/path-list target to contact list windows tooOlivier Le Thanh Duong2010-03-161-0/+2
* | empathy_window_present: use _NET_WM_USER_TIME only has a fallbackGuillaume Desmottes2010-03-151-1/+5
* | empathy_window_present: use gdk_x11_display_get_user_time as timestampGuillaume Desmottes2010-03-151-1/+3
* | empathy_window_present: remove useless 'steal_focus' argGuillaume Desmottes2010-03-152-4/+2
* | return correct value in g_return_val_if_failGuillaume Desmottes2010-03-151-1/+1
* | contact-selector-dialog: unref filter_account when disposingGuillaume Desmottes2010-03-151-0/+5
* | contact_selector_dialog_account_changed_cb: cope with tp_account_get_connecti...Guillaume Desmottes2010-03-151-0/+3
* | contact-selector-dialog: Add a property to filter contacts by accountGuillaume Desmottes2010-03-152-3/+72
* | contact_widget_contact_update: don't call contact_widget_favourites_changed_c...Guillaume Desmottes2010-03-151-0/+2
* | Allow to unmark contacts as favorite using DnDGuillaume Desmottes2010-03-151-2/+13
* | Allow to remove contact from the 'Ungrouped' group using DnDGuillaume Desmottes2010-03-151-3/+8
* | factor out group_can_be_modifiedGuillaume Desmottes2010-03-151-6/+19
* | Support to tag contact as favorite using DnDGuillaume Desmottes2010-03-151-2/+11
* | Don't allow moving contacts to fake groups using DnDGuillaume Desmottes2010-03-153-4/+16
* | add 'favorite' checkbox to the edit dialogGuillaume Desmottes2010-03-153-6/+82
* | remove double ;Guillaume Desmottes2010-03-151-2/+2
* | rephrase fake favorite group display nameGuillaume Desmottes2010-03-151-1/+1
* | stop exporting FAVOURITE_CONTACTS_CFLAGS and FAVOURITE_CONTACTS_LIBSGuillaume Desmottes2010-03-151-2/+0
* | contact-list-store: remove EMPATHY_CONTACT_LIST_STORE_COL_IS_FAVOURITEGuillaume Desmottes2010-03-152-36/+0
* | Don't display context menu when right clicking on a fake groupGuillaume Desmottes2010-03-152-5/+14
* | compare_separator_and_groups: check that the group is actually a fake oneGuillaume Desmottes2010-03-151-13/+15
* | contact-list-store: add a column saying if a group is a fake one or notGuillaume Desmottes2010-03-152-5/+10
* | stop displaying favorite contacts on top of groupsGuillaume Desmottes2010-03-151-10/+3
* | Display icon near the favorite fake groupGuillaume Desmottes2010-03-151-0/+53
* | Display the fake 'Favorites' group at the top of the contact listGuillaume Desmottes2010-03-151-1/+5
* | Create a fake 'Favorites People' groupGuillaume Desmottes2010-03-152-1/+19
* | factor out add_contact_to_storeGuillaume Desmottes2010-03-151-26/+24
* | Move the 'Ungrouped' fake contact to the bottom of the contact listGuillaume Desmottes2010-03-151-2/+8
* | factor out compare_separator_and_groupsGuillaume Desmottes2010-03-151-41/+45
* | add 'Ungrouped' fake contactGuillaume Desmottes2010-03-152-1/+16
* | Move the 'Favorite' menu item after 'Information'Guillaume Desmottes2010-03-151-7/+7
* | remove EMPATHY_IMAGE_(UN)FAVOURITEGuillaume Desmottes2010-03-151-2/+0
* | remove 'favorite' column in the contact listGuillaume Desmottes2010-03-151-88/+0
* | Add 'favorite' checkbox to the contact menuGuillaume Desmottes2010-03-152-0/+50
* | coding style fixesGuillaume Desmottes2010-03-152-26/+27
* | Rebase the favourites support upon the telepathy-logger instead of a speciall...Travis Reitter2010-03-152-14/+62
* | Cut out the concept of a special Favourites groupTravis Reitter2010-03-152-65/+2
* | Add a favorite contacts build option and make Moblin support automatically tu...Travis Reitter2010-03-153-0/+32
* | Add support for marking contacts as favorites (which gives them a highlightedTravis Reitter2010-03-154-6/+157
* | Merge branch 'butterfly-networkid'Jonny Lamb2010-03-151-0/+1
|\ \
| * | Migrate butterfly logs to remove the network ID suffix.Jonny Lamb2010-03-131-0/+1
* | | set $HOME as default directory when sending a fileGuillaume Desmottes2010-03-121-0/+3
* | | Set XDG_DOWNLOAD_DIR as default directory when receiving a file (#612672)Guillaume Desmottes2010-03-121-0/+8
|/ /
* | gtk_check_version() is returning a string error or NULL, not a booleanXavier Claessens2010-03-101-1/+1
* | Disable empathy_add_link_markup() if linked to an old GTK versionXavier Claessens2010-03-101-0/+8
* | Revert "Revert "Make links clickable in presence message and topics""Xavier Claessens2010-03-102-3/+17
* | Revert "Make links clickable in presence message and topics"Xavier Claessens2010-03-082-17/+3
* | Prevent contact list tooltip from showing if context menu is shown.Mike Ruprecht2010-03-061-0/+13
|/
* Force windows to jump to the foreground if we present themSjoerd Simons2010-03-051-4/+3
* empathy_add_link_markup() is not NULL-safeXavier Claessens2010-03-052-2/+5
* remove the salut_created gconf key (#611817)Guillaume Desmottes2010-03-051-1/+0
* Merge branch 'tweaks'Sjoerd Simons2010-03-051-4/+8
|\
| * Cope with the favorite pixbuf not being availableSjoerd Simons2010-03-051-4/+8
* | Stop mapping 'B)' with the face-cool iconGuillaume Desmottes2010-03-051-1/+1
* | Add a comment explaining what does empathy_add_link_markup, and don't make pa...Xavier Claessens2010-03-042-1/+3
* | Also make links clickable in tooltipXavier Claessens2010-03-041-11/+4
* | Remove unused function empathy_toggle_button_set_state_quietlyXavier Claessens2010-03-042-19/+0
* | Make links clickable in presence message and topicsXavier Claessens2010-03-032-3/+23
* | New function empathy_add_link_markup() to be used with gtk_label_set_markup()Xavier Claessens2010-03-032-0/+19
* | Make empathy_string_replace_link and empathy_string_replace_escaped publicXavier Claessens2010-03-033-42/+56
* | Reorganize code in empathy-ui-utils.ch to group related codeXavier Claessens2010-03-032-20/+25
* | Move empathy_uri_regex_dup_singleton to be private inside empathy-string-pars...Xavier Claessens2010-03-033-25/+24
* | Move empathy_string_parser API to its own fileXavier Claessens2010-03-037-149/+209
|/
* Use the right marshaller for account-createdSjoerd Simons2010-03-031-1/+1
* update display name after editing if it hasn't been overridden (#603463)Guillaume Desmottes2010-03-031-2/+7
* account-widget: try to guess if the display name has been manually changed by...Guillaume Desmottes2010-03-031-0/+11
* no need to call empathy_account_settings_is_ready in account-widget's dispose...Guillaume Desmottes2010-03-031-2/+0
* accounts-dialog: set display-name before creating the accountGuillaume Desmottes2010-03-031-0/+13
* Merge branch 'more-accounts-fixes'Travis Reitter2010-03-032-3/+44
|\
| * Disable the Cancel button in the accounts dialog if there are no existing acc...Travis Reitter2010-03-022-3/+44
* | factor out empathy_connect_new_accountGuillaume Desmottes2010-03-021-27/+1
* | account-widget: change presence to online when creating a new accountGuillaume Desmottes2010-03-021-0/+6
* | Merge commit 'ka/tpl-0.1.1'Guillaume Desmottes2010-03-012-7/+7
|\ \
| * | Update to TPL 0.1.1Cosimo Alfarano2010-02-262-7/+7
* | | update the not-favorite icon when the theme is changedGuillaume Desmottes2010-02-281-0/+18
* | | presence-chooser: Grey the 'favorite' icon when the status is not a favoriteGuillaume Desmottes2010-02-281-2/+25
* | | presence-chooser: use 'emblem-favorite' instead of our own iconGuillaume Desmottes2010-02-281-1/+1
|/ /
* | Merge commit 'ka/empathy-tpl-20100225-ifdef'Guillaume Desmottes2010-02-264-33/+703
|\ \ | |/ |/|
| * moving retrieving_backlog = FALSE right before empathy_chat_messages_read()Cosimo Alfarano2010-02-261-1/+1
| * TPL Enabling patch, all-in-one.Cosimo Alfarano2010-02-264-33/+703
* | show map licenseGuillaume Desmottes2010-02-261-1/+1
* | contact-widget: increase zoom on mapGuillaume Desmottes2010-02-261-1/+3
|/
* contact-widget: display map even if contact only published his lat/lonGuillaume Desmottes2010-02-251-8/+19
* contact-selector: EMPATHY_CONTACT_LIST_STORE_COL_ICON_STATUS contains a pixbu...Guillaume Desmottes2010-02-231-1/+1
* Introduce empathy_tp_chat_leaveGuillaume Desmottes2010-02-191-1/+1
* Rename Moblin to Meego throughout EmpathyDanielle Madeley2010-02-192-25/+25
* Remove duplicate and buggy bookkeeping of pending messagesSjoerd Simons2010-02-161-14/+7
* Always use "Apply" button if we are not connected or editing an accountGuillaume Desmottes2010-02-161-15/+7
* account-widget: don't display "Log in" button if we are modyfing an accountGuillaume Desmottes2010-02-161-3/+5
* Merge commit 'wjt/all'Guillaume Desmottes2010-02-151-23/+33
|\
| * Ensure "All" is at the top of account selector.Will Thompson2010-02-121-16/+32
| * Remove weird maybe-null account special case.Will Thompson2010-02-121-7/+1
* | Don't reinvent g_slist_foreachSjoerd Simons2010-02-141-5/+3
* | Don't crash when switching to a tab with no TpChatWill Thompson2010-02-141-1/+5
* | Port Moblin widgets to MxDanielle Madeley2010-02-121-9/+9
|/
* Rephrase the helper text and change "Login ID" to "Username"Guillaume Desmottes2010-02-122-5/+10
* embold the part of the Facebook URL showing the ID to make it clearerGuillaume Desmottes2010-02-121-1/+1
* add a simple version of the Facebook widgetGuillaume Desmottes2010-02-122-1/+109
* Improve default display name for Facebook accountsGuillaume Desmottes2010-02-121-0/+8
* add the '@chat.facebook.com' suffix to account but dont't display it in the w...Guillaume Desmottes2010-02-121-1/+76
* assistant: filter out facebook from the new account pageGuillaume Desmottes2010-02-122-2/+4
* Help user to understand what Facebook alias are and how to set itGuillaume Desmottes2010-02-121-1/+2
* hide the advanced options for Facebook accountsGuillaume Desmottes2010-02-122-1/+4
* don't display the register options for Facebook accountsGuillaume Desmottes2010-02-121-1/+1
* account-widget: display facebook example labelGuillaume Desmottes2010-02-121-4/+21
* add is_facebook arg to empathy_protocol_chooser_dup_selectedGuillaume Desmottes2010-02-122-2/+11
* empathy-protocol-chooser: add a column saying if a row is a facebook account ...Guillaume Desmottes2010-02-121-3/+12
* add example label for Facebook accountsGuillaume Desmottes2010-02-121-0/+14
* account_widget_build_jabber: add few commentsGuillaume Desmottes2010-02-121-0/+3
* Drop Haze's facebook implementationGuillaume Desmottes2010-02-121-0/+6
* Add facebook in protocol chooser for gabble CM.Xavier Claessens2010-02-121-0/+10
* Fix leaked GtkMenuXavier Claessens2010-02-114-2/+8
* Use a GSList instead of GList to store messages to ackGuillaume Desmottes2010-02-091-4/+4
* empathy-chat: acknowledge pending messages on empathy_chat_messages_read() (#...Danielle Madeley2010-02-091-6/+13
* Add translation context for the "Edit" contact menu (#608690)Guillaume Desmottes2010-02-091-1/+3
* Don't call SetAlias for subscription requests until the request has been acke...Danielle Madeley2010-02-083-3/+33
* Show protocol in compat mode tooGuillaume Desmottes2010-01-261-6/+2
* contact_list_store_update_list_mode_foreach: remove useless show_protocol var...Guillaume Desmottes2010-01-261-4/+0
* contact_list_store_contact_update: remove useless show_protocol variableGuillaume Desmottes2010-01-261-4/+0
* account-widget-salut: don't display advanced properties in simple modeGuillaume Desmottes2010-01-252-1/+6
* replace empathy_connection_managers_call_when_ready by prepare_{async_finish}...Guillaume Desmottes2010-01-221-5/+6
* empathy-protocol-chooser: use empathy_connection_managers_call_when_readyGuillaume Desmottes2010-01-221-11/+11
* Capture the escape key on the chat view and search bar, to make it hide the s...Thomas Meire2010-01-213-6/+32
* removed some trailing spacesThomas Meire2010-01-211-3/+3
* added a "find" menu itemThomas Meire2010-01-212-5/+13
* improve behaviour of match_case callbackThomas Meire2010-01-211-6/+22
* add match_case option to find_abilitiesThomas Meire2010-01-216-19/+49
* respect match_case in chat_text_view_highlightThomas Meire2010-01-211-7/+14
* Use gtk_text_iter_[backward/forward]_search for case sensitive searches, keepThomas Meire2010-01-211-12/+34
* added checkbox callbackThomas Meire2010-01-211-0/+8
* added case sensitive search for adium themes (reverted previous commit)Thomas Meire2010-01-216-27/+49
* make the adium theme respect new_searchThomas Meire2010-01-211-0/+6
* added case sensitive highlighting for adium themesThomas Meire2010-01-216-12/+18
* simple toggle button to match the caseThomas Meire2010-01-212-0/+19
* remove priv->last_search and factor out empathy_search_bar_searchThomas Meire2010-01-211-47/+40
* Make the "Edit Custom Messages" window 420px wide by default (#607463)Ken VanDine2010-01-201-0/+1
* Pass a boolean saying if the protocol is Google Talk or not to EmpathyProtoco...Guillaume Desmottes2010-01-192-2/+7
* add_register_buttons: don't show the register buttons in simple modeGuillaume Desmottes2010-01-191-0/+3
* account-widget: check that the apply button actually exist before modifying itGuillaume Desmottes2010-01-191-0/+4
* Make sure the column spacing is the same for all protocols.Cosimo Cecchi2010-01-192-2/+2
* Fix /join command with one channel (#607306)Thomas Meire2010-01-181-1/+1
* account-widget: add empathy_account_widget_set_{account,password}_paramGuillaume Desmottes2010-01-182-0/+38
* Support silent build rules with automake 1.11Javier Jardón2010-01-181-8/+7
* account-widget: use empathy_account_widget_changedGuillaume Desmottes2010-01-141-13/+5
* account-widget-irc: Call empathy_account_widget_changed when network combobox...Guillaume Desmottes2010-01-141-0/+1
* add empathy_account_widget_changed as protected methodGuillaume Desmottes2010-01-142-0/+13
* Call xmlCleanupParser() only once when exiting (#600693)Guillaume Desmottes2010-01-131-2/+0
* Merge branch 'contact'Xavier Claessens2010-01-134-1024/+947
|\
| * Remove the "Contact" alignment from contat widgetXavier Claessens2010-01-134-117/+85
| * Reorder functions to not declare them on topXavier Claessens2010-01-121-909/+864
* | Add search bar in chat text views (#585168)Thomas Meire2010-01-127-5/+462
* | contact_list_store_get_contact_status_icon_with_icon_name: early return if ic...Guillaume Desmottes2010-01-121-0/+3
* | empathy_pixbuf_contact_status_icon_with_icon_name: icon_name is not supposed ...Guillaume Desmottes2010-01-121-0/+1
* | use G_TYPE_OBJECT instead of G_TYPE_POINTERFelix Kaser2010-01-111-1/+1
* | connect to signals when account has been createdFelix Kaser2010-01-111-3/+3
* | remove box around advanced settingsFelix Kaser2010-01-091-27/+11
|/
* contact-list-view: merge the audio and vido call columnGuillaume Desmottes2010-01-071-47/+5
* Display a context menu when clicking on audio/video icons (#590051)Guillaume Desmottes2010-01-071-37/+32
* allow multiple rooms with /join (bug #604347)Thomas Meire2010-01-071-5/+16
* remove debug message when creating or retrieving a status icon from the cacheGuillaume Desmottes2010-01-061-3/+1
* Add the protocol icon in EmpathyContactWidget. That's displayed for contact l...Xavier Claessens2010-01-061-4/+22
* rename 'location' to 'loc' to fix shadow declarationGuillaume Desmottes2010-01-061-3/+3
* Remove Pango markup from translatable strings where possiblePhilip Withnall2010-01-068-25/+85
* Print autocompletion suggestions to chatview (#599779)Thomas Meire2010-01-061-0/+14
* Fix autocompletion for non-alphanumeric nicknamesThomas Meire2010-01-061-1/+10
* Miscellaneous string fixesPhilip Withnall2010-01-019-14/+14
* Punctuation fixes in translatable stringsPhilip Withnall2010-01-014-20/+20
* account-widget: presence_changed_cb: early return if widget has been destroyedGuillaume Desmottes2009-12-261-0/+3
* account-widget: ensure that the object stays alive during the tp_account_mana...Guillaume Desmottes2009-12-261-1/+5
* Add register buttons to the account widgetGuillaume Desmottes2009-12-221-0/+52
* factor out account_widget_is_gtalkGuillaume Desmottes2009-12-221-3/+10
* reorder moblin specific codeGuillaume Desmottes2009-12-221-27/+27
* account-widget: move the 'Enable' checkbox to the top of the widget (#593268)Guillaume Desmottes2009-12-221-4/+4
* account-widget: factor out add_enable_checkboxGuillaume Desmottes2009-12-221-62/+69
* Merge branch 'pmuc'Danielle Madeley2009-12-223-17/+57
|\
| * [EmpathyContactSelectorDialog] add contact filtering supportDanielle Madeley2009-12-222-10/+55
| * [EmpathyContactMenu] Replace raw Tp call with existing abstractionDanielle Madeley2009-12-211-7/+2
* | account-widget-sip: re-add tooltipsGuillaume Desmottes2009-12-211-1/+5
* | presence-chooser: Ellipsize long status messages (#576434)Pascal Potvin2009-12-212-0/+3
|/
* [EmpathyContactSelectorDialog] remove got_response vcallDanielle Madeley2009-12-214-47/+65
* [EmpathyContactSelectorDialog] initialise priv->show_account_chooser correctlyDanielle Madeley2009-12-211-0/+1
* [EmpathyContactSelectorDialog] normalise case in match functionDanielle Madeley2009-12-191-15/+21
* [EmpathyContactSelectorDialog] tweak paddingDanielle Madeley2009-12-191-1/+2
* [EmpathyContactSelectorDialog] switch from table_contents to VBoxDanielle Madeley2009-12-193-6/+11