aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable empathy-parser-test for now as it doesn't build any moreEMPATHY_2_29_91_2Guillaume Desmottes2010-03-051-2/+2
* prepare 2.29.91.2 releaseGuillaume Desmottes2010-03-052-2/+28
* Force windows to jump to the foreground if we present themSjoerd Simons2010-03-051-4/+3
* set the server field of Google Talk accountGuillaume Desmottes2010-03-052-8/+24
* Fix silly typoSjoerd Simons2010-03-052-2/+2
* empathy_add_link_markup() is not NULL-safeXavier Claessens2010-03-052-2/+5
* Popup the assistant when starting only if there is *no* account configuredGuillaume Desmottes2010-03-051-2/+2
* add empathy_accounts_has_accountsGuillaume Desmottes2010-03-052-0/+15
* remove the salut_created gconf key (#611817)Guillaume Desmottes2010-03-054-41/+0
* Merge branch 'tweaks'Sjoerd Simons2010-03-055-26/+78
|\
| * Cope with the favorite pixbuf not being availableSjoerd Simons2010-03-051-4/+8
| * Connect to the accounts signals in one central placeSjoerd Simons2010-03-051-10/+5
| * Cancel creation in the accounts dialog if the wizard is runningSjoerd Simons2010-03-053-5/+53
| * Don't assume there is always a settings widget availableSjoerd Simons2010-03-051-7/+12
* | Stop mapping 'B)' with the face-cool iconGuillaume Desmottes2010-03-051-1/+1
* | Merge branch 'clickable-link'Xavier Claessens2010-03-049-239/+332
|\ \ | |/ |/|
| * 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
* | Updated German translationMario Blättermann2010-03-041-30/+33
* | Updated Arabic translationKhaled Hosny2010-03-041-165/+175
* | start dev of next releaseGuillaume Desmottes2010-03-041-1/+1
* | prepare 2.29.91.1 releaseEMPATHY_2_29_91_1Guillaume Desmottes2010-03-042-2/+50
* | updated Tamil translationvasudeven2010-03-041-167/+175
|/
* Use the right marshaller for account-createdSjoerd Simons2010-03-031-1/+1
* Updated Norwegian bokmål translationKjartan Maraas2010-03-031-192/+243
* Update Malaj translation. Fixes bug 605878.Iswandi Basri2010-03-031-923/+3090
* Updated Polish translationPiotr Drąg2010-03-031-824/+1418
* Merge branch 'update-display-name-603463'Guillaume Desmottes2010-03-032-4/+25
|\
| * 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
| * empathy_account_settings_set_display_name_async: don't do anything if not neededGuillaume Desmottes2010-03-031-0/+7
| * no need to call empathy_account_settings_is_ready in account-widget's dispose...Guillaume Desmottes2010-03-031-2/+0
* | Updated Bulgarian translationAlexander Shopov2010-03-031-163/+166
|/
* accounts-dialog: set display-name before creating the accountGuillaume Desmottes2010-03-032-9/+13
* assistant: call empathy_account_widget_get_default_display_name before actual...Guillaume Desmottes2010-03-031-10/+10
* assistant: always uses empathy_account_widget_get_default_display_name to get...Guillaume Desmottes2010-03-031-9/+6
* Updated Spanish translationJorge González2010-03-031-29/+33
* Merge branch 'more-accounts-fixes'Travis Reitter2010-03-034-43/+148
|\
| * Remove EmpathyAccountsPlugin's requirement that it be a singleton, so we can ...Travis Reitter2010-03-032-38/+15
| * Disable the Cancel button in the accounts dialog if there are no existing acc...Travis Reitter2010-03-023-4/+116
| * When we're creating our first account, don't let the remove button become sen...Travis Reitter2010-02-271-1/+8
| * Don't create some extra "ghost" account if we're creating our first account a...Travis Reitter2010-02-271-0/+9
* | Updated Italian translationMilo Casagrande2010-03-031-73/+72
* | empathy-accounts: the TpDBusDaemon is not used any moreGuillaume Desmottes2010-03-021-1/+0
* | account-assistant: ensure that new accounts are connected (#611565)Guillaume Desmottes2010-03-021-0/+2
* | factor out empathy_connect_new_accountGuillaume Desmottes2010-03-023-27/+42
* | account-widget: change presence to online when creating a new accountGuillaume Desmottes2010-03-021-0/+6
* | Updated Slovenian translationMatej Urbančič2010-03-021-26/+32
* | Merge branch 'accounts-wizard'Sjoerd Simons2010-03-027-146/+87
|\ \
| * | Remove code that will always fail and has no useSjoerd Simons2010-03-021-20/+0
| * | Improve debugging and don't use g_debugSjoerd Simons2010-03-023-2/+6
| * | Simplify empathy_accounts_importSjoerd Simons2010-03-022-20/+7
| * | Make the empathy-account code be slightly more streamlinedSjoerd Simons2010-03-026-103/+55
| * | Always popup the accounts wizard if we don't have salut accountsSjoerd Simons2010-03-021-1/+3
| * | Only launch empathy-accounts if neededSjoerd Simons2010-03-021-1/+7
| * | Also potentially popup the account dialog when activate by libuniqueSjoerd Simons2010-03-021-0/+10
* | | Updated Greek translationJennie Petoumenou2010-03-021-369/+402
|/ /
* | Merge commit 'ka/tpl-0.1.1'Guillaume Desmottes2010-03-013-9/+9
|\ \
| * | Update to TPL 0.1.1Cosimo Alfarano2010-02-263-9/+9
* | | Updated Hebrew translationblueomega2010-03-011-755/+1022
* | | Updated Swedish translationDaniel Nylander2010-03-011-197/+159
* | | remove empathy-starred and empathy-unstarred iconsGuillaume Desmottes2010-02-2811-10/+0
* | | 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
* | | accounts-dialog: update the status info when account when account is enabledGuillaume Desmottes2010-02-281-3/+2
* | | Merge branch 'show-assistant-611131'Danielle Madeley2010-02-271-0/+4
|\ \ \ | | |/ | |/|
| * | empathy-accounts: Check to see if there are no accounts thus show the assistantDanielle Madeley2010-02-261-0/+4
* | | Updated Italian translationMilo Casagrande2010-02-271-92/+95
* | | Updated German translationMario Blättermann2010-02-271-126/+126
* | | Updated Slovenian translationMatej Urbančič2010-02-261-127/+129
* | | Updated Spanish translationJorge González2010-02-261-125/+123
| |/ |/|
* | Estonian translation updatedMattias Põldaru2010-02-261-8/+10
* | Estonian translation updatedMattias Põldaru2010-02-261-41/+91
* | Merge commit 'ka/empathy-tpl-20100225-ifdef'Guillaume Desmottes2010-02-2616-44/+909
|\ \
| * | 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-2616-44/+909
* | | Remove the SKIP_TASKBAR hint when the main window is activatedRob Bradford2010-02-261-0/+1
* | | Add the capability to search debug messages in the debug window.Mike Ruprecht2010-02-261-0/+36
| |/ |/|
* | Don't try to close channels thrice.Will Thompson2010-02-261-2/+6
* | set empathy_released to 0Guillaume Desmottes2010-02-261-1/+1
* | show map licenseGuillaume Desmottes2010-02-261-1/+1
* | contact-widget: increase zoom on mapGuillaume Desmottes2010-02-261-1/+3
|/
* Cope with tp-glib calling the callback in syncSjoerd Simons2010-02-251-16/+29
* No reason to get Channels from connections, that's MCs jobSjoerd Simons2010-02-251-27/+0
* contact-widget: display map even if contact only published his lat/lonGuillaume Desmottes2010-02-251-8/+19
* Merge branch 'requests'. Fixes: #598905Sjoerd Simons2010-02-257-162/+234
|\
| * Not using the weak object anymore, get the dispatcher request data from reque...Sjoerd Simons2010-02-251-3/+3
| * Use a appropriate unique name for Empathy unique appSjoerd Simons2010-02-253-5/+3
| * Assert that the account existsSjoerd Simons2010-02-251-0/+2
| * Small coding style fixSjoerd Simons2010-02-251-1/+2
| * Set ourselves as the preferred handler if there is a callbackSjoerd Simons2010-02-251-2/+6
| * If we're asked to handle a channel twice, assume it's due to user actionSjoerd Simons2010-02-251-2/+15
| * Add a debug message for when errors are signaledSjoerd Simons2010-02-251-0/+2
| * Add a convenience function to get the busname of a handlerSjoerd Simons2010-02-252-1/+11
| * Output the path before trying to register itSjoerd Simons2010-02-251-1/+1
| * Replace tabs with spacesSjoerd Simons2010-02-251-2/+2
| * Remove dead code related to outstanding channelsSjoerd Simons2010-02-251-96/+2
| * Don't ever drop requested channelsSjoerd Simons2010-02-241-11/+0
| * Check if channels we requested satisfy requestsSjoerd Simons2010-02-241-18/+51
| * Request channels from the CD instead of the CMSjoerd Simons2010-02-241-27/+141
* | Updated Arabic translationKhaled Hosny2010-02-251-27/+16
* | Remove inset frame from contact list in main windowSander Dijkhuis2010-02-251-1/+0
* | empathy_account_settings_has_account: cope with priv->account being NULLGuillaume Desmottes2010-02-241-0/+3
* | Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2010-02-242-26/+24
|/
* Updated British English translationBruce Cowan2010-02-241-500/+631
* Updated German translationMario Blättermann2010-02-241-630/+223
* contact-selector: EMPATHY_CONTACT_LIST_STORE_COL_ICON_STATUS contains a pixbu...Guillaume Desmottes2010-02-231-1/+1
* Add missing libm linking (#610751)Brian Pepple2010-02-231-0/+1
* Updated Bulgarian translationAlexander Shopov2010-02-231-163/+226
* Updated Swedish translationDaniel Nylander2010-02-231-171/+219
* Updated Italian translationMilo Casagrande2010-02-231-820/+1238
* prepare 2.29.91 releaseEMPATHY_2_29_91Guillaume Desmottes2010-02-222-2/+66
* Remove the --acounts CLI optionGuillaume Desmottes2010-02-221-43/+13
* define EMPATHY_CLIENT_NAMEGuillaume Desmottes2010-02-223-3/+4
* remove old services from gitignoreGuillaume Desmottes2010-02-221-3/+0
* Stop using org.gnome.EmpathyGuillaume Desmottes2010-02-221-22/+2
* debug_window_fill_cm_chooser: use org.freedesktop.Telepathy.Client.EmpathyGuillaume Desmottes2010-02-221-1/+1
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-02-212-265/+335
* Updated Galician TranslationFran Diéguez2010-02-211-117/+116
* Updated Arabic translationKhaled Hosny2010-02-211-209/+313
* always use empathy_tp_chat_leave instead of _closeGuillaume Desmottes2010-02-203-5/+4
* empathy_tp_chat_leave: try to remove the self-handle instead of closing (#610...Guillaume Desmottes2010-02-191-1/+35
* Introduce empathy_tp_chat_leaveGuillaume Desmottes2010-02-193-1/+9
* assistant: Fix creation of the last account createdGuillaume Desmottes2010-02-191-0/+6
* assistant: check that the enter/create page isn't already valid when switchin...Guillaume Desmottes2010-02-191-0/+6
* assistant: set the salut page as complete if we pre-filled enough fields (#61...Guillaume Desmottes2010-02-191-0/+6
* Rename Moblin to Meego throughout EmpathyDanielle Madeley2010-02-194-48/+48
* Updated Slovenian translationMatej Urbančič2010-02-181-123/+117
* Updated Brazilian Portuguese translationDjavan Fagundes2010-02-181-1928/+1335
* Updated Italian help translationMilo Casagrande2010-02-181-1766/+703
* [help] Fixed two strings: now they are similarMilo Casagrande2010-02-182-2/+2
* Updated Spanish translationJorge González2010-02-181-117/+110
* Updated Spanish translationJorge González2010-02-181-119/+123
* Point Makefile.am to .lo files, to please some libtool deityFrédéric Péters2010-02-181-5/+5
* updated Tamil translationvasudeven2010-02-171-199/+251
* Don't display the 'respond' button in presence notifications (#610032)Guillaume Desmottes2010-02-171-1/+2
* remove EMPATHY_EVENT_TYPE_TUBEGuillaume Desmottes2010-02-171-1/+0
* account-assistant: remove '\n' from the salut error web pageGuillaume Desmottes2010-02-171-3/+3
* account-assistant: Wrap secondary error message (#607908)Guillaume Desmottes2010-02-171-0/+1
* main-window: use GTK_MESSAGE_ERROR for account error info barsGuillaume Desmottes2010-02-171-1/+1
* Use TpDebugSender to publish debug messages (#607330)Jonny Lamb2010-02-176-408/+34
* [help] Fixed the Apply button on account creationMilo Casagrande2010-02-176-15/+32
* empathy_accounts_dialog_show_application: try to run "empathy-accounts" from ...Guillaume Desmottes2010-02-161-1/+10
* empathy_accounts_dialog_show_application: use g_build_filenameGuillaume Desmottes2010-02-161-1/+4
* Merge branch 'ack-all'Sjoerd Simons2010-02-163-14/+15
|\
| * Remove duplicate and buggy bookkeeping of pending messagesSjoerd Simons2010-02-161-14/+7
| * add API to TpChat to ack all pending messages in one goSjoerd Simons2010-02-162-0/+8
* | dispatcher_connection_new_requested_channel: fix a use-after-free crashGuillaume Desmottes2010-02-161-2/+8
|/
* 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
* Updated Slovenian translationMatej Urbančič2010-02-161-8/+40
* Updated Spanish translationJorge González2010-02-161-1/+59
* accounts-dialog: block the selection 'changed' signal while removing a rowGuillaume Desmottes2010-02-151-0/+14
* Remove workaround for wrong drag behaviourSjoerd Simons2010-02-151-8/+7
* Make the ChatWindow handle dropping items itselfSjoerd Simons2010-02-151-20/+31
* Updated Thai translation.Theppitak Karoonboonyanan2010-02-151-144/+199
* Updated Galician TranslationFran Diéguez2010-02-151-16/+52
* Updated Spanish translationJorge González2010-02-151-1/+41
* Updated Spanish translationJorge González2010-02-151-11/+8
* 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
* | Updated Spanish translationJorge González2010-02-151-31/+35
* | Updated Spanish translationJorge González2010-02-151-543/+727
* | Updated Spanish translationJorge González2010-02-151-1/+18
* | [help] Updated help against new upcoming versionMilo Casagrande2010-02-1547-110/+308
* | Updated Spanish translationJorge González2010-02-151-33/+67
* | Update Romanian translationLucian Adrian Grijincu2010-02-141-917/+1005
* | Don't reinvent g_slist_foreachSjoerd Simons2010-02-141-5/+3
* | Only act when the account got a connectionSjoerd Simons2010-02-141-0/+2
* | Don't crash when switching to a tab with no TpChatWill Thompson2010-02-141-1/+5
* | Update the FSF's mailing address in the new control center files.Travis Reitter2010-02-135-10/+5
* | update data/.gitignoreGuillaume Desmottes2010-02-121-0/+2
* | update POTFILES.{in,skip}Guillaume Desmottes2010-02-122-1/+5
* | Updated Slovenian translationMatej Urbančič2010-02-121-74/+93
* | Port Moblin widgets to MxDanielle Madeley2010-02-122-10/+10
|/
* Updated Galician TranslationFran Diéguez2010-02-121-242/+170
* Updated Spanish translationJorge González2010-02-121-103/+126
* Updated Spanish translationJorge González2010-02-121-5/+22
* empathy-accounts-dialog: Prepend BIN_DIR to the binary nameDanielle Madeley2010-02-122-1/+2
* Separate the accounts dialog into its own program which works with the Gnome ...Travis Reitter2010-02-1218-199/+1311
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2010-02-122-382/+361
* 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-123-3/+7
* 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-124-11/+39
* 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
* Updated Galician TranslationFran Diéguez2010-02-111-733/+1082
* fixed typo in helpŁukasz Jernaś2010-02-111-1/+1
* Updated Slovenian translationMatej Urbančič2010-02-111-113/+117
* do_show_accounts_ui: don't unref the EmpathyConnectionManagersGuillaume Desmottes2010-02-111-2/+0
* Updated Spanish translationJorge González2010-02-111-1/+43
* updated Tamil translationvasudeven2010-02-111-3/+1
* updated Tamil translationvasudeven2010-02-111-179/+255
* updated Tamil translationvasudeven2010-02-111-701/+981
* updated Tamil translationvasudeven2010-02-111-1/+1
* Updated Norwegian bokmål translationKjartan Maraas2010-02-111-145/+192
* Merge branch 'menu'Xavier Claessens2010-02-116-2/+12
|\
| * Fix leaked GtkMenuXavier Claessens2010-02-116-2/+12
* | Fix leaks, gtk_tree_model_get() returns a ref!Xavier Claessens2010-02-111-20/+33
* | Fix creation of imported accounts (#609439)Guillaume Desmottes2010-02-101-3/+8
* | assistant: store the ID of the current pageGuillaume Desmottes2010-02-101-0/+2
* | accounts-dialog: wrap label status in info barGuillaume Desmottes2010-02-101-0/+1
* | Add icon for the 'mxit' protocol (#609519)K.Vishnoo Charan Reddy2010-02-107-0/+112
* | Use the 'phone' icon for the 'sms' protocolGuillaume Desmottes2010-02-101-0/+2
* | Updated Spanish translationJorge González2010-02-101-3/+29
* | Create the account even when user chooses to not create other one afterGuillaume Desmottes2010-02-101-2/+19
* | impl_signal_apply: this function is not called after the create page any moreGuillaume Desmottes2010-02-101-2/+0
|/
* Replace SILC icon by one rendering better in 16x16 (#609352)K.Vishnoo Charan Reddy2010-02-096-23/+34
* Merge branch 'zephyr'Guillaume Desmottes2010-02-097-0/+188
|\
| * Add icon for the Zephyr protocol (#609343)Guillaume Desmottes2010-02-097-0/+188
* | Disable sound notifications for login/logout of contacts (#609319)Frédéric Péters2010-02-091-2/+2
|/
* Updated Spanish translationJorge González2010-02-091-1/+26
* Updated Spanish translationJorge González2010-02-091-30/+29
* Updated Spanish translationJorge González2010-02-091-187/+25
* Updated Spanish translationJorge González2010-02-091-20/+24
* start dev of next releaseGuillaume Desmottes2010-02-091-1/+1
* prepare 2.29.90 releaseEMPATHY_2_29_90Guillaume Desmottes2010-02-092-2/+35
* Use the SIP icon for the SIMPLE protocolGuillaume Desmottes2010-02-091-1/+4
* Use a GSList instead of GList to store messages to ackGuillaume Desmottes2010-02-093-11/+11
* 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
* Fix typo in help (#608882)Łukasz Jernaś2010-02-081-1/+1
* Don't call SetAlias for subscription requests until the request has been acke...Danielle Madeley2010-02-083-3/+33
* Don't assume that removing a user from 'stored' will remove them from all listsDanielle Madeley2010-02-081-2/+0
* modifies tab-expand and tab-fill properties of child in chat-window (#608053)Reimundo Heluani2010-02-081-2/+8
* Ensure that the EmpathyIdle is not used in account_manager_ready_cb after bei...Travis Reitter2010-02-081-3/+16
* empathy.c: Initialise variable (#609030)Danielle Madeley2010-02-081-0/+4
* Updated Spanish translationJorge González2010-02-081-1/+41
* Updated Spanish translationJorge González2010-02-081-17/+35
* Updated Swedish translationDaniel Nylander2010-02-081-288/+322