aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This should solve connection issue with buggy router (#601089).
* Fix silly typoSjoerd Simons2010-03-052-2/+2
|
* empathy_add_link_markup() is not NULL-safeXavier Claessens2010-03-052-2/+5
| | | | | Add a g_return_val_if_fail() to avoid crash, and avoid calling that func with NULL text.
* 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
| | | | | | | | | | Not all icon themes have the favorite icon, so don't rely on it existing (if it's not there, just don't display a bookmark icon) Fixes: #611794
| * 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
| | | | | | | | | | | | If the account wizard is finished it should have created at least some accounts. Cancel any account creation that was going on in the accounts dialog so it nicely jumps showing the first real account :)
| * Don't assume there is always a settings widget availableSjoerd Simons2010-03-051-7/+12
| | | | | | | | | | When we exit the assistant with just salut accounts there is no account widget for it in the normal sense, so don't crash if there isn't one. Fixes: #611792
* | Stop mapping 'B)' with the face-cool iconGuillaume Desmottes2010-03-051-1/+1
| | | | | | | | | | 'B)' is a common pattern when explaining things or doing enumeration (#611753).
* | Merge branch 'clickable-link'Xavier Claessens2010-03-049-239/+332
|\ \ | |/ |/|
| * Add a comment explaining what does empathy_add_link_markup, and don't make ↵Xavier Claessens2010-03-042-1/+3
| | | | | | | | parser list static
| * Also make links clickable in tooltipXavier Claessens2010-03-041-11/+4
| | | | | | | | It is not clickable, but still nice looking
| * 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
| | | | | | | | Fixes bug #525576
| * 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
| | | | | | | | The code is moved from empathy-theme-adium.c
| * 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 ↵Xavier Claessens2010-03-033-25/+24
| | | | | | | | | | | | empathy-string-parser.c Now that our code is correctly factored, that regex can be made private
| * 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
| | | | | Don't try to marshal G_TYPE_OBJECT values with a _POINTER marshaller. Fixes: #611224
* 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 ↵Guillaume Desmottes2010-03-031-0/+11
| | | | | | | | by the user
| * 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 ↵Guillaume Desmottes2010-03-031-2/+0
| | | | | | | | dispose function
* | Updated Bulgarian translationAlexander Shopov2010-03-031-163/+166
|/
* accounts-dialog: set display-name before creating the accountGuillaume Desmottes2010-03-032-9/+13
| | | | This saves us a D-Bus call.
* assistant: call empathy_account_widget_get_default_display_name before ↵Guillaume Desmottes2010-03-031-10/+10
| | | | | | actually creating the account This saves us a D-Bus call.
* assistant: always uses empathy_account_widget_get_default_display_name to ↵Guillaume Desmottes2010-03-031-9/+6
| | | | | | | | get a better display name EmpathyAccountSettings is created with a default display name such as "New Jabber account". But once the account has been created we want to update it to a more relevant name. (#611675)
* 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
| | | | | | | | reset the embedded control panel to a sane state every time we open it.
| * Disable the Cancel button in the accounts dialog if there are no existing ↵Travis Reitter2010-03-023-4/+116
| | | | | | | | accounts to display (ie, we're creating our first account).
| * When we're creating our first account, don't let the remove button become ↵Travis Reitter2010-02-271-1/+8
| | | | | | | | sensitive when we change the account protocol
| * Don't create some extra "ghost" account if we're creating our first account ↵Travis Reitter2010-02-271-0/+9
| | | | | | | | and we change protocols in the protocol combo box.
* | 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
| | | | | | | | | | | | | | account_widget_account_enabled_cb was forcing the presence by setting the current most available presence to the newly created account. But if user was starting Empathy for the first time, this presence was offline so the account wasn't connected. (#611565)
* | 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
| | | | | | | | | | | | | | | | | | | | | libunique will already register a unique name and we have no other dbus services so we don't need to register a unique name ourselves. Also trying to register one which is the same as what we suggest to libunique will always fail and is thus pointless
| * | 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
| | | | | | | | | | | | | | | | | | | | | On every run of the accounts UI we should try to import MC4 accounts (if they weren't imported already). Also replace the --try-import option with --if-needed to better document the fact that it will only display the UI if needed.
| * | 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 the the pkg-config version to 0.1.1 Updated the the pkg-config dep name fom libtelepathy-logger to telepathy-logger Updated TPL's _finish() methods using one for each async API.
* | | 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
| | | | | | | | | | | | We don't need those any more.
* | | 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
| | | | | | | | | | | | | | | This is more coherent as the favorite icon is now theme dependent and fix the problem that the old unstarred icon was not really visible (#584629).
* | | presence-chooser: use 'emblem-favorite' instead of our own iconGuillaume Desmottes2010-02-281-1/+1
| | | | | | | | | | | | | | | gnome-icon-theme has an icon for favorites; we should use it instead of re-inventing our own.
* | | accounts-dialog: update the status info when account when account is enabledGuillaume Desmottes2010-02-281-3/+2
| | | | | | | | | | | | | | | | | | If we are offline and we enable a disabled account, the info bar message should be updated from "Acconut Disabled" to "Status is set to Offline" (#610847).
* | | 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
| | | | | | | | | | | | Fixes: #611131
* | | 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
| | | | | | | | | | | | or it will allow race conditions
| * | TPL Enabling patch, all-in-one.Cosimo Alfarano2010-02-2616-44/+909
| | | | | | | | | | | | By default TPL is disabled, use --enable-tpl configure option to enable it.
* | | 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
| | | | | | | | Fixes: #611071
* | set empathy_released to 0Guillaume Desmottes2010-02-261-1/+1
| | | | | | | | I forgot to set it after latest release...
* | 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
| | | | | | | We used to hide the whole location vbox if no field was displayed in the location table (such as street, city, etc). But if contact only publishes it's lat and lon, we can at least display the map widget. (#611062)
* Merge branch 'requests'. Fixes: #598905Sjoerd Simons2010-02-257-162/+234
|\
| * Not using the weak object anymore, get the dispatcher request data from ↵Sjoerd Simons2010-02-251-3/+3
| | | | | | | | request data
| * 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
| | | | | | | | | | | | | | | | With the move to the ChannelDispatcher channels we've requested will either not be dispatched through HandleChannels (because we used the old way of directly requesting it on the MC) or will get passed after we've started the request and can thus be dispatched right away. The concept of oustanding channel is thus obsolete.
| * Don't ever drop requested channelsSjoerd Simons2010-02-241-11/+0
| | | | | | | | | | | | | | Before moving to the ChannelDispatcher we got channels either through the NewChannel(s) signal or as a result of requesting a channel from the CM. Now that we've moved to the ChannelDispatcher, we only get channels that we should handle through HandleChannels. So we shouldn't filter any of them.
| * 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
| | | | | | | | This looks cleaner. (#610886)
* | empathy_account_settings_has_account: cope with priv->account being NULLGuillaume Desmottes2010-02-241-0/+3
| | | | | | | | | | priv->account is not garantee to be set so empathy_account_settings_has_account shouldn't assume it is (#610942).
* | 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 ↵Guillaume Desmottes2010-02-231-1/+1
| | | | pixbuf now
* 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
| | | | We should use empathy-accounts directly now.
* 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
| | | | | We can use org.freedesktop.Telepathy.Client.Empathy to check if another Empathy instance is running.
* 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 ↵Guillaume Desmottes2010-02-191-1/+35
| | | | (#610461)
* Introduce empathy_tp_chat_leaveGuillaume Desmottes2010-02-193-1/+9
|
* assistant: Fix creation of the last account createdGuillaume Desmottes2010-02-191-0/+6
| | | | | | When user enters the details about his last account, the 'prepare' signal is not fired. So we should create the account in impl_signal_apply instead. Fixes bug #609995.
* assistant: check that the enter/create page isn't already valid when ↵Guillaume Desmottes2010-02-191-0/+6
| | | | switching protocol
* assistant: set the salut page as complete if we pre-filled enough fields ↵Guillaume Desmottes2010-02-191-0/+6
| | | | (#610380)
* Rename Moblin to Meego throughout EmpathyDanielle Madeley2010-02-194-48/+48
| | | | At the request of Rob Bradford
* 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
| | | | | | This button doesn't make anything as this event is not activatable. Plan is to display better button at some point (see bug 597124) but for now let's remove this button when it's useless.
* remove EMPATHY_EVENT_TYPE_TUBEGuillaume Desmottes2010-02-171-1/+0
| | | | It's not used any more.
* account-assistant: remove '\n' from the salut error web pageGuillaume Desmottes2010-02-171-3/+3
| | | | Wrapping the label will add them for us.
* 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
| | | | | The accounts dialog uses this message type in this case which makes more sense as that's an really an error (#609822).
* 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
| | | | | | * Added a small section about proxy configuration * Updated the errors topics * Fixed a capitalization glitch, at least now titles are all the same
* empathy_accounts_dialog_show_application: try to run "empathy-accounts" from ↵Guillaume Desmottes2010-02-161-1/+10
| | | | | | | source This fix starting the accounts dialog for people (testers mostly) using Empathy from a not installed build.
* empathy_accounts_dialog_show_application: use g_build_filenameGuillaume Desmottes2010-02-161-1/+4
| | | | That's cleaner to build a path.
* 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
|/ | | | | | | | | If an error occurs when requesting the channel, we call dispatcher_request_failed which as the side effect of destroying the DispatcherRequestData. When calling dispatcher_flush_outstanding_operations we used to deference this pointer. Fixes this crash by using the "self" pointer instead and reffing it to be sure it stays valid.
* Always use "Apply" button if we are not connected or editing an accountGuillaume Desmottes2010-02-161-15/+7
| | | | | For some reason we mixed up the "Apply" and "Save" button. "Apply" is clearer as hitting it as the side effect of reconnecting the account.
* account-widget: don't display "Log in" button if we are modyfing an accountGuillaume Desmottes2010-02-161-3/+5
| | | | | Either the account is enabled and saving will reconnect, either it's not and that won't connect it.
* 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
| | | | | | | | | | | | | | There is no need to call accounts_dialog_model_selection_changed while removing as we are going to call accounts_dialog_model_select_first right after which will update the selection. This has the nice side effect of letting the "remove" button sensitive after the account has been removed. The callback used to be called recursively twice: once during the removal of the row and once when calling accounts_dialog_model_select_first in accounts_dialog_update_settings. As accounts_dialog_model_selection_changed is checking if a row is selected *before* calling accounts_dialog_update_settings, the button was unsensitived at the end of the first call of the callback. (#609575)
* Remove workaround for wrong drag behaviourSjoerd Simons2010-02-151-8/+7
| | | | | | | | | Revert "chat_window_create_label: ref the widgets stored as data so we are sure they stay alive when doing DnD" This is not needed anymore as we handle dragging correctly now This reverts commit 183fa2e8a94d94a7098120fc43cde9ad83869de6.
* Make the ChatWindow handle dropping items itselfSjoerd Simons2010-02-151-20/+31
| | | | | | | | | | | | | | | | | | Both GtkNotebook and EmpathChatWindow take action when drag-data-received is signalled (moving the tab or adding a contact). Drag data is received after the program has asked for it, usually when a drop occurs. Now this can be done in two ways 0) Handle the drop signal yourself and call gtk_drag_get_data yourself or 1) set GTK_DEST_DEFAULT_DROP and let gtk call it for you. GtkNotebook takes option 0, EmpathyChatWindow decided to use option 1.. This causes all kind of strange issues as the drag data is now requested twice and thus the signal handlers are called twice causing all kinds of fun issues (trying to move a tab that's already moved etc). Change the drag dest flags to GTK_DEST_DEFAULT_HIGHLIGHT which provides some extra visual clues but is other harmless and handle drops directly. Also remove some cases where ChatWindow meddles with tab dragging as GtkNotebook will handle these for us
* 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
| | | | | | | | Fixes: #609737
| * Remove weird maybe-null account special case.Will Thompson2010-02-121-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm pretty sure this is unnecessary. Consider the four cases: value of data->account | 0 | x | value of account | 0 | y | 0 | y | a. data->account == NULL | t | f | t | f | b. account == NULL | t | t | f | f | c. a != b | f | t | t | f | d. data->account == account | t | f | f | x == y | e. equal | t | f | f | x == y | In all cases, the value of equal is identical to what it would have been if the else branch were always taken. So... let's just always take the else branch.
* | 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
| | | | | | | | | | | | | | | | | | | | * Added logo to the front page * Added a new small topic on the /help IRC command * Added license page and license reference to all pages * Added some links group * Fixed validity errors * Removed legal.xml * Updated Makefile
* | 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
| | | | | | | | Fixes: #609843
* | 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
| | | | | | | | preferences and control center. Where available, this also supports embedding the preferences dialog in the "extensible-shell" control center (currently in development, but likely to be mainlined soon).
* 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
| | | | Thanks to Nick Richards for his suggestions.
* 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 ↵Guillaume Desmottes2010-02-121-1/+76
| | | | | | widget Fixes bug #573194
* 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
| | | | So the assistant and accounts dialog can special case facebook accounts.
* empathy-protocol-chooser: add a column saying if a row is a facebook account ↵Guillaume Desmottes2010-02-121-3/+12
| | | | or not
* 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
| | | | Everyone should use Gabble now.
* 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
| | | | We already unref it once the async callback is done.
* 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
| | | | | | | | | | | | | | | | | | | | GtkMenu is initially unowned, which means ref_count is 1 and floating flag is set. gtk_menu_popup temporarily adds a ref, that will be dropped when the menu is popped down. So once the menu is popped up, we call g_object_ref_sink() to clear the floating flag, and g_object_unref() to drop the initial ref. Only the ref from gtk_menu_popup stay, and the menu will be finalized when it is popped down. Fixes bug #609567
* | Fix leaks, gtk_tree_model_get() returns a ref!Xavier Claessens2010-02-111-20/+33
| | | | | | | | | | COL_ACCOUNT_POINTER and COL_ACCOUNT_SETTINGS_POINTER are misleading, they are not POINTER but OBJECT, so we have to unref them.
* | Fix creation of imported accounts (#609439)Guillaume Desmottes2010-02-101-3/+8
| | | | | | | | | | | | impl_signal_apply isn't called any more after the "import" page as this page as a 'next' button now. So we have to create the imported accounts when preparing the next page.
* | assistant: store the ID of the current pageGuillaume Desmottes2010-02-101-0/+2
| | | | | | | | | | This will make easier to know from which page we are coming in impl_signal_prepare.
* | accounts-dialog: wrap label status in info barGuillaume Desmottes2010-02-101-0/+1
| | | | | | | | | | So the accounts doesn't become huge if user entered a ridiculously long message (#609537).
* | Add icon for the 'mxit' protocol (#609519)K.Vishnoo Charan Reddy2010-02-107-0/+112
| | | | | | | | | | This icon won't be displayed while telepathy-haze won't have been released with a patch renaming the "loubserp-mxit" protocol to "mxit".
* | 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
| | | | | | | | | | | | | | | | | | | | As the account is not created in impl_signal_apply() any more, we have to be smarter in impl_signal_prepare and call account_assistant_apply_account_and_finish in more cases. That also means that account_assistant_account_enabled_cb doesn't have to terminate the assistant if the salut account has not been created yet. Fixes bug #609220.
* | impl_signal_apply: this function is not called after the create page any moreGuillaume Desmottes2010-02-101-2/+0
|/ | | | | The 'create account' page doesn't have a 'apply' button any more so this test never succeeds any more.
* 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
| | | | SIMPLE is a SIP extension.
* 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
| | | | | | | | | | | | | (#608979) Empathy displays this handy number of unread messages in the title bar, but you can't replicate this behaviour using an Observer because Empathy acknowledges the messages immediately. This patch makes it so that Empathy only acknowledges the messages when it decrements the unread messages count. N.B. EmpathyTpChat currently seems to assume that no other client is going to acknowledge messages for channels, it is handling. This seems valid enough, just pointing it out.
* 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 ↵Danielle Madeley2010-02-083-3/+33
| | | | acked (#608975)
* Don't assume that removing a user from 'stored' will remove them from all listsDanielle Madeley2010-02-081-2/+0
| | | | | | This doesn't appear to be correct for all CMs (at least, it doesn't appear to be correct for Gabble). At least it doesn't appear incorrect to attempt to remove the contact from the other lists anyway (#608974).
* 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 ↵Travis Reitter2010-02-081-3/+16
| | | | | | being finalized Fixes #608813
* empathy.c: Initialise variable (#609030)Danielle Madeley2010-02-081-0/+4
| | | | Fixes bug introduced in 24db41f217eea1cbf929cc3e623c50ca626db4b
* 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
|
* Updated Spanish translationJorge González2010-02-071-83/+87
|
* Updated Spanish translationJorge González2010-02-071-33/+23
|