Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a favorite contacts build option and make Moblin support automatically ↵ | Travis Reitter | 2010-03-15 | 6 | -0/+68 |
| | | | | turn it on. | ||||
* | Add support for marking contacts as favorites (which gives them a highlighted | Travis Reitter | 2010-03-15 | 6 | -6/+181 |
| | | | | star next to their name and adds them to the top of the contact list) | ||||
* | Updated Spanish translation | Jorge González | 2010-03-15 | 1 | -10/+11 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-03-15 | 1 | -204/+221 |
| | |||||
* | empathy-accounts: set a title for the assistant | Danielle Madeley | 2010-03-15 | 1 | -0/+3 |
| | |||||
* | empathy-accounts: set "Empathy Accounts" as application name | Guillaume Desmottes | 2010-03-15 | 1 | -1/+1 |
| | | | | It's more friendly to translators. | ||||
* | empathy-debugger: set "Empathy Debugger" as application name | Guillaume Desmottes | 2010-03-15 | 1 | -1/+1 |
| | | | | It's more friendly to translators. | ||||
* | Separate the debug window into its own process. | Mike Ruprecht | 2010-03-15 | 5 | -3/+88 |
| | |||||
* | Merge branch 'butterfly-networkid' | Jonny Lamb | 2010-03-15 | 8 | -0/+291 |
|\ | |||||
| * | Migrate butterfly logs to remove the network ID suffix. | Jonny Lamb | 2010-03-13 | 8 | -0/+291 |
| | | | | | | | | | | | | Bug #612519 contains much more information about this change. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | Updated Spanish translation | Jorge González | 2010-03-15 | 1 | -21/+43 |
| | | |||||
* | | Updated Italian help translation | Milo Casagrande | 2010-03-15 | 1 | -67/+91 |
| | | |||||
* | | Update Galician translation | Fran Diéguez | 2010-03-14 | 1 | -39/+26 |
| | | |||||
* | | Updated German doc translation | Mario Blättermann | 2010-03-13 | 1 | -21/+44 |
| | | |||||
* | | [help] Updated the irc-join-pwd topic: password protected IRC room now works | Milo Casagrande | 2010-03-13 | 1 | -9/+21 |
| | | |||||
* | | set $HOME as default directory when sending a file | Guillaume Desmottes | 2010-03-12 | 1 | -0/+3 |
| | | |||||
* | | Set XDG_DOWNLOAD_DIR as default directory when receiving a file (#612672) | Guillaume Desmottes | 2010-03-12 | 1 | -0/+8 |
|/ | |||||
* | Updated German doc translation | Mario Blättermann | 2010-03-12 | 1 | -463/+455 |
| | |||||
* | updated breton translation | deniarnuad | 2010-03-12 | 1 | -1049/+1972 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-03-12 | 1 | -79/+72 |
| | |||||
* | [help] Removed the offline-contacts topic (bug 612448): | Milo Casagrande | 2010-03-12 | 3 | -52/+43 |
| | | | | | | * Created hide-contacts based on removed-contacts * Fixed the topic * Removed the old page from Makefile and added the new one | ||||
* | Fix a small typo | Luca Ferretti | 2010-03-11 | 1 | -2/+2 |
| | |||||
* | Merge branch 'butterfly-conference-misc' | Jonny Lamb | 2010-03-11 | 2 | -3/+12 |
|\ | |||||
| * | tp-chat: remove butterfly MSN HandleType=NONE workaround | Jonny Lamb | 2010-03-11 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer versions of butterfly use the conference interface, so their 1-1 chats don't implement the group interface. This patch changes nothing there, but now when butterfly gives a channel with TargetHandleType=NONE, it is actually a MUC, so act like that. Thanks to the addition of the conference interface with this change, we can check for its presence to decide whether this is old-school or new-school butterfly. This commit and 13a7c40c together fix bug #612461. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | tp-chat: when seeing if a chat can be upgraded, don't worry about handle type | Jonny Lamb | 2010-03-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When you upgrade a gtalk 1-1 chat to a PMUC, it moves from [ChannelType=TEXT, TargetHandleType=CONTACT] to [ChannelType=TEXT, TargetHandleType=ROOM]. When you upgrade an MSN 1-1 chat to a multi-user chat in butterfly, it moves from [ChannelType=TEXT, TargetHandleType=CONTACT] to [ChannelType=TEXT, TargetHandleType=NONE]. Both of these cases have the 1-1 chat properties set as fixed properties in a class in their connection's RCC. They both also have the upgraded set of properties as above fixed, and o.fd.Tp.Channel.Interface.Conference(.DRAFT) in the appropriate Allowed_Properties array. Empathy used to look for this said channel interface in the allowed properties of a TargetHandleType=ROOM class. As butterfly uses TargetHandleType=NONE, this isn't so useful, so let's not care about the handle type to fit around both gtalk and MSN. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | dispatcher: allow not caring about handle type when looking up RCCs | Jonny Lamb | 2010-03-11 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | Add a copy of the Attribution-ShareAlike 3.0 Unported licence | Guillaume Desmottes | 2010-03-11 | 1 | -0/+61 |
| | | |||||
* | | add a copy of the GNU Free Documentation License | Guillaume Desmottes | 2010-03-11 | 1 | -0/+451 |
| | | |||||
* | | add a copy of the LGPLv2.1 | Guillaume Desmottes | 2010-03-11 | 1 | -0/+504 |
| | | |||||
* | | Updated Ukrainian translation | Maxim V. Dziumanenko | 2010-03-11 | 1 | -1020/+1260 |
| | | |||||
* | | Show offline contacts by default (#612448) | Guillaume Desmottes | 2010-03-10 | 1 | -1/+1 |
| | | |||||
* | | Sort contacts by state by default (#612448) | Guillaume Desmottes | 2010-03-10 | 1 | -1/+1 |
| | | |||||
* | | Window title for the accounts dialog should match the name in the launcher. | Ken VanDine | 2010-03-10 | 1 | -1/+1 |
| | | | | | | | | Fixes bug #612433 | ||||
* | | gtk_check_version() is returning a string error or NULL, not a boolean | Xavier Claessens | 2010-03-10 | 1 | -1/+1 |
| | | | | | | | | This actually invert the logic | ||||
* | | Disable empathy_add_link_markup() if linked to an old GTK version | Xavier Claessens | 2010-03-10 | 1 | -0/+8 |
| | | | | | | | | Using links in labels could make a freeze, see GNOME #612066 | ||||
* | | Revert "Revert "Make links clickable in presence message and topics"" | Xavier Claessens | 2010-03-10 | 2 | -3/+17 |
| | | | | | | | | This reverts commit efb42513359f4db545e3312e3c583d07c6306418. | ||||
* | | empathy-accounts: make CcPage insensitive when assistant is being shown | Danielle Madeley | 2010-03-10 | 4 | -5/+59 |
| | | | | | | | | Also destroy assistant when CcPanel becomes inactive. | ||||
* | | Updated Russian translation from Yury Myasoedov | Leonid Kanter | 2010-03-10 | 1 | -1003/+1428 |
| | | |||||
* | | start dev of next release | Guillaume Desmottes | 2010-03-10 | 1 | -1/+1 |
| | | |||||
* | | prepare 2.29.92EMPATHY_2_29_92 | Guillaume Desmottes | 2010-03-10 | 2 | -3/+31 |
| | | |||||
* | | chatroom-manager: Save correct room name | Jonas Bonn | 2010-03-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | When writing out the room name to the persistance file, the room name should properly be gotten with the get_room function. This bug has probably not bitten too many users as the remote room name and the favorite chatroom name usually are usually the same; however, if the user were to change the favorite chatroom name then this bug would become apparent. | ||||
* | | updating Punjabi Translation | A S Alam | 2010-03-09 | 1 | -566/+541 |
| | | |||||
* | | Updated Serbian translations | Branko Kokanović | 2010-03-09 | 2 | -1676/+2866 |
| | | |||||
* | | Updated Latvian translation. | Anita Reitere | 2010-03-09 | 1 | -822/+1418 |
| | | |||||
* | | Revert "Make links clickable in presence message and topics" | Xavier Claessens | 2010-03-08 | 2 | -17/+3 |
| | | | | | | | | | | | | | | | | This reverts commit 00ab069a55f05f0203bf58f071fa7adc54b6e9ac. Conflicts: libempathy-gtk/empathy-contact-widget.c | ||||
* | | Import aim, icq and yahoo icons from gnome-icon-theme (#330394) | Guillaume Desmottes | 2010-03-08 | 19 | -0/+667 |
| | | | | | | | | They have been removed from gnome-icon-theme. | ||||
* | | Update Romanian translation | Adi Roiban | 2010-03-08 | 1 | -283/+284 |
| | | |||||
* | | Merge commit 'maiku/bug-607626' | Guillaume Desmottes | 2010-03-08 | 1 | -0/+13 |
|\ \ | |||||
| * | | Prevent contact list tooltip from showing if context menu is shown. | Mike Ruprecht | 2010-03-06 | 1 | -0/+13 |
| |/ | | | | | | | | | | | | | | | | | Previously, if you opened a context menu in the contact list, contact tooltips would still be capable of being shown and obscuring the context menu options. This patch prevents tooltips from being shown if a context menu is visible. Fixes #607626 | ||||
* | | Updated German translation | Christian Kirbach | 2010-03-07 | 1 | -242/+244 |
| | | |||||
* | | Updated French translation | Claude Paroz | 2010-03-06 | 1 | -334/+415 |
| | | | | | | | | Contributed by Bruno Brouard and Claude Paroz | ||||
* | | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2010-03-06 | 2 | -494/+506 |
| | | |||||
* | | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-06 | 1 | -34/+70 |
| | | |||||
* | | Updated German doc translation | Mario Blättermann | 2010-03-06 | 1 | -612/+769 |
|/ | |||||
* | Updated British English translation | Philip Withnall | 2010-03-05 | 1 | -249/+257 |
| | |||||
* | Update Galician translation | Fran Diéguez | 2010-03-05 | 1 | -350/+261 |
| | |||||
* | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-05 | 1 | -823/+1244 |
| | |||||
* | Updated Brazilian Portuguese translation | Jonh Wendell | 2010-03-05 | 1 | -261/+267 |
| | |||||
* | Revert "Disable empathy-parser-test for now as it doesn't build any more" | Xavier Claessens | 2010-03-05 | 1 | -2/+2 |
| | | | | This reverts commit 400dc9cfed1e4ff95e10ecec47c51871332302a9. | ||||
* | Parser API is moved from empathy-ui-utils to empathy-string-parser | Xavier Claessens | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | start dev of next release | Guillaume Desmottes | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Disable empathy-parser-test for now as it doesn't build any moreEMPATHY_2_29_91_2 | Guillaume Desmottes | 2010-03-05 | 1 | -2/+2 |
| | |||||
* | prepare 2.29.91.2 release | Guillaume Desmottes | 2010-03-05 | 2 | -2/+28 |
| | |||||
* | Force windows to jump to the foreground if we present them | Sjoerd Simons | 2010-03-05 | 1 | -4/+3 |
| | |||||
* | set the server field of Google Talk account | Guillaume Desmottes | 2010-03-05 | 2 | -8/+24 |
| | | | | This should solve connection issue with buggy router (#601089). | ||||
* | Fix silly typo | Sjoerd Simons | 2010-03-05 | 2 | -2/+2 |
| | |||||
* | empathy_add_link_markup() is not NULL-safe | Xavier Claessens | 2010-03-05 | 2 | -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 configured | Guillaume Desmottes | 2010-03-05 | 1 | -2/+2 |
| | |||||
* | add empathy_accounts_has_accounts | Guillaume Desmottes | 2010-03-05 | 2 | -0/+15 |
| | |||||
* | remove the salut_created gconf key (#611817) | Guillaume Desmottes | 2010-03-05 | 4 | -41/+0 |
| | |||||
* | Merge branch 'tweaks' | Sjoerd Simons | 2010-03-05 | 5 | -26/+78 |
|\ | |||||
| * | Cope with the favorite pixbuf not being available | Sjoerd Simons | 2010-03-05 | 1 | -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 place | Sjoerd Simons | 2010-03-05 | 1 | -10/+5 |
| | | |||||
| * | Cancel creation in the accounts dialog if the wizard is running | Sjoerd Simons | 2010-03-05 | 3 | -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 available | Sjoerd Simons | 2010-03-05 | 1 | -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 icon | Guillaume Desmottes | 2010-03-05 | 1 | -1/+1 |
| | | | | | | | | | | 'B)' is a common pattern when explaining things or doing enumeration (#611753). | ||||
* | | Merge branch 'clickable-link' | Xavier Claessens | 2010-03-04 | 9 | -239/+332 |
|\ \ | |/ |/| | |||||
| * | Add a comment explaining what does empathy_add_link_markup, and don't make ↵ | Xavier Claessens | 2010-03-04 | 2 | -1/+3 |
| | | | | | | | | parser list static | ||||
| * | Also make links clickable in tooltip | Xavier Claessens | 2010-03-04 | 1 | -11/+4 |
| | | | | | | | | It is not clickable, but still nice looking | ||||
| * | Remove unused function empathy_toggle_button_set_state_quietly | Xavier Claessens | 2010-03-04 | 2 | -19/+0 |
| | | |||||
| * | Make links clickable in presence message and topics | Xavier Claessens | 2010-03-03 | 2 | -3/+23 |
| | | | | | | | | Fixes bug #525576 | ||||
| * | New function empathy_add_link_markup() to be used with gtk_label_set_markup() | Xavier Claessens | 2010-03-03 | 2 | -0/+19 |
| | | |||||
| * | Make empathy_string_replace_link and empathy_string_replace_escaped public | Xavier Claessens | 2010-03-03 | 3 | -42/+56 |
| | | | | | | | | The code is moved from empathy-theme-adium.c | ||||
| * | Reorganize code in empathy-ui-utils.ch to group related code | Xavier Claessens | 2010-03-03 | 2 | -20/+25 |
| | | |||||
| * | Move empathy_uri_regex_dup_singleton to be private inside ↵ | Xavier Claessens | 2010-03-03 | 3 | -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 file | Xavier Claessens | 2010-03-03 | 7 | -149/+209 |
| | | |||||
* | | Updated German translation | Mario Blättermann | 2010-03-04 | 1 | -30/+33 |
| | | |||||
* | | Updated Arabic translation | Khaled Hosny | 2010-03-04 | 1 | -165/+175 |
| | | |||||
* | | start dev of next release | Guillaume Desmottes | 2010-03-04 | 1 | -1/+1 |
| | | |||||
* | | prepare 2.29.91.1 releaseEMPATHY_2_29_91_1 | Guillaume Desmottes | 2010-03-04 | 2 | -2/+50 |
| | | |||||
* | | updated Tamil translation | vasudeven | 2010-03-04 | 1 | -167/+175 |
|/ | |||||
* | Use the right marshaller for account-created | Sjoerd Simons | 2010-03-03 | 1 | -1/+1 |
| | | | | | Don't try to marshal G_TYPE_OBJECT values with a _POINTER marshaller. Fixes: #611224 | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-03-03 | 1 | -192/+243 |
| | |||||
* | Update Malaj translation. Fixes bug 605878. | Iswandi Basri | 2010-03-03 | 1 | -923/+3090 |
| | |||||
* | Updated Polish translation | Piotr Drąg | 2010-03-03 | 1 | -824/+1418 |
| | |||||
* | Merge branch 'update-display-name-603463' | Guillaume Desmottes | 2010-03-03 | 2 | -4/+25 |
|\ | |||||
| * | update display name after editing if it hasn't been overridden (#603463) | Guillaume Desmottes | 2010-03-03 | 1 | -2/+7 |
| | | |||||
| * | account-widget: try to guess if the display name has been manually changed ↵ | Guillaume Desmottes | 2010-03-03 | 1 | -0/+11 |
| | | | | | | | | by the user | ||||
| * | empathy_account_settings_set_display_name_async: don't do anything if not needed | Guillaume Desmottes | 2010-03-03 | 1 | -0/+7 |
| | | |||||
| * | no need to call empathy_account_settings_is_ready in account-widget's ↵ | Guillaume Desmottes | 2010-03-03 | 1 | -2/+0 |
| | | | | | | | | dispose function | ||||
* | | Updated Bulgarian translation | Alexander Shopov | 2010-03-03 | 1 | -163/+166 |
|/ | |||||
* | accounts-dialog: set display-name before creating the account | Guillaume Desmottes | 2010-03-03 | 2 | -9/+13 |
| | | | | This saves us a D-Bus call. | ||||
* | assistant: call empathy_account_widget_get_default_display_name before ↵ | Guillaume Desmottes | 2010-03-03 | 1 | -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 Desmottes | 2010-03-03 | 1 | -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 translation | Jorge González | 2010-03-03 | 1 | -29/+33 |
| | |||||
* | Merge branch 'more-accounts-fixes' | Travis Reitter | 2010-03-03 | 4 | -43/+148 |
|\ | |||||
| * | Remove EmpathyAccountsPlugin's requirement that it be a singleton, so we can ↵ | Travis Reitter | 2010-03-03 | 2 | -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 Reitter | 2010-03-02 | 3 | -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 Reitter | 2010-02-27 | 1 | -1/+8 |
| | | | | | | | | sensitive when we change the account protocol | ||||
| * | Don't create some extra "ghost" account if we're creating our first account ↵ | Travis Reitter | 2010-02-27 | 1 | -0/+9 |
| | | | | | | | | and we change protocols in the protocol combo box. | ||||
* | | Updated Italian translation | Milo Casagrande | 2010-03-03 | 1 | -73/+72 |
| | | |||||
* | | empathy-accounts: the TpDBusDaemon is not used any more | Guillaume Desmottes | 2010-03-02 | 1 | -1/+0 |
| | | |||||
* | | account-assistant: ensure that new accounts are connected (#611565) | Guillaume Desmottes | 2010-03-02 | 1 | -0/+2 |
| | | |||||
* | | factor out empathy_connect_new_account | Guillaume Desmottes | 2010-03-02 | 3 | -27/+42 |
| | | |||||
* | | account-widget: change presence to online when creating a new account | Guillaume Desmottes | 2010-03-02 | 1 | -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 translation | Matej Urbančič | 2010-03-02 | 1 | -26/+32 |
| | | |||||
* | | Merge branch 'accounts-wizard' | Sjoerd Simons | 2010-03-02 | 7 | -146/+87 |
|\ \ | |||||
| * | | Remove code that will always fail and has no use | Sjoerd Simons | 2010-03-02 | 1 | -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_debug | Sjoerd Simons | 2010-03-02 | 3 | -2/+6 |
| | | | |||||
| * | | Simplify empathy_accounts_import | Sjoerd Simons | 2010-03-02 | 2 | -20/+7 |
| | | | |||||
| * | | Make the empathy-account code be slightly more streamlined | Sjoerd Simons | 2010-03-02 | 6 | -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 accounts | Sjoerd Simons | 2010-03-02 | 1 | -1/+3 |
| | | | |||||
| * | | Only launch empathy-accounts if needed | Sjoerd Simons | 2010-03-02 | 1 | -1/+7 |
| | | | |||||
| * | | Also potentially popup the account dialog when activate by libunique | Sjoerd Simons | 2010-03-02 | 1 | -0/+10 |
| | | | |||||
* | | | Updated Greek translation | Jennie Petoumenou | 2010-03-02 | 1 | -369/+402 |
|/ / | |||||
* | | Merge commit 'ka/tpl-0.1.1' | Guillaume Desmottes | 2010-03-01 | 3 | -9/+9 |
|\ \ | |||||
| * | | Update to TPL 0.1.1 | Cosimo Alfarano | 2010-02-26 | 3 | -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 translation | blueomega | 2010-03-01 | 1 | -755/+1022 |
| | | | |||||
* | | | Updated Swedish translation | Daniel Nylander | 2010-03-01 | 1 | -197/+159 |
| | | | |||||
* | | | remove empathy-starred and empathy-unstarred icons | Guillaume Desmottes | 2010-02-28 | 11 | -10/+0 |
| | | | | | | | | | | | | We don't need those any more. | ||||
* | | | update the not-favorite icon when the theme is changed | Guillaume Desmottes | 2010-02-28 | 1 | -0/+18 |
| | | | |||||
* | | | presence-chooser: Grey the 'favorite' icon when the status is not a favorite | Guillaume Desmottes | 2010-02-28 | 1 | -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 icon | Guillaume Desmottes | 2010-02-28 | 1 | -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 enabled | Guillaume Desmottes | 2010-02-28 | 1 | -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 Madeley | 2010-02-27 | 1 | -0/+4 |
|\ \ \ | | |/ | |/| | |||||
| * | | empathy-accounts: Check to see if there are no accounts thus show the assistant | Danielle Madeley | 2010-02-26 | 1 | -0/+4 |
| | | | | | | | | | | | | Fixes: #611131 | ||||
* | | | Updated Italian translation | Milo Casagrande | 2010-02-27 | 1 | -92/+95 |
| | | | |||||
* | | | Updated German translation | Mario Blättermann | 2010-02-27 | 1 | -126/+126 |
| | | | |||||
* | | | Updated Slovenian translation | Matej Urbančič | 2010-02-26 | 1 | -127/+129 |
| | | | |||||
* | | | Updated Spanish translation | Jorge González | 2010-02-26 | 1 | -125/+123 |
| |/ |/| | |||||
* | | Estonian translation updated | Mattias Põldaru | 2010-02-26 | 1 | -8/+10 |
| | | |||||
* | | Estonian translation updated | Mattias Põldaru | 2010-02-26 | 1 | -41/+91 |
| | | |||||
* | | Merge commit 'ka/empathy-tpl-20100225-ifdef' | Guillaume Desmottes | 2010-02-26 | 16 | -44/+909 |
|\ \ | |||||
| * | | moving retrieving_backlog = FALSE right before empathy_chat_messages_read() | Cosimo Alfarano | 2010-02-26 | 1 | -1/+1 |
| | | | | | | | | | | | | or it will allow race conditions | ||||
| * | | TPL Enabling patch, all-in-one. | Cosimo Alfarano | 2010-02-26 | 16 | -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 activated | Rob Bradford | 2010-02-26 | 1 | -0/+1 |
| | | | |||||
* | | | Add the capability to search debug messages in the debug window. | Mike Ruprecht | 2010-02-26 | 1 | -0/+36 |
| |/ |/| | |||||
* | | Don't try to close channels thrice. | Will Thompson | 2010-02-26 | 1 | -2/+6 |
| | | | | | | | | Fixes: #611071 | ||||
* | | set empathy_released to 0 | Guillaume Desmottes | 2010-02-26 | 1 | -1/+1 |
| | | | | | | | | I forgot to set it after latest release... | ||||
* | | show map license | Guillaume Desmottes | 2010-02-26 | 1 | -1/+1 |
| | | |||||
* | | contact-widget: increase zoom on map | Guillaume Desmottes | 2010-02-26 | 1 | -1/+3 |
|/ | |||||
* | Cope with tp-glib calling the callback in sync | Sjoerd Simons | 2010-02-25 | 1 | -16/+29 |
| | |||||
* | No reason to get Channels from connections, that's MCs job | Sjoerd Simons | 2010-02-25 | 1 | -27/+0 |
| | |||||
* | contact-widget: display map even if contact only published his lat/lon | Guillaume Desmottes | 2010-02-25 | 1 | -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: #598905 | Sjoerd Simons | 2010-02-25 | 7 | -162/+234 |
|\ | |||||
| * | Not using the weak object anymore, get the dispatcher request data from ↵ | Sjoerd Simons | 2010-02-25 | 1 | -3/+3 |
| | | | | | | | | request data | ||||
| * | Use a appropriate unique name for Empathy unique app | Sjoerd Simons | 2010-02-25 | 3 | -5/+3 |
| | | |||||
| * | Assert that the account exists | Sjoerd Simons | 2010-02-25 | 1 | -0/+2 |
| | | |||||
| * | Small coding style fix | Sjoerd Simons | 2010-02-25 | 1 | -1/+2 |
| | | |||||
| * | Set ourselves as the preferred handler if there is a callback | Sjoerd Simons | 2010-02-25 | 1 | -2/+6 |
| | | |||||
| * | If we're asked to handle a channel twice, assume it's due to user action | Sjoerd Simons | 2010-02-25 | 1 | -2/+15 |
| | | |||||
| * | Add a debug message for when errors are signaled | Sjoerd Simons | 2010-02-25 | 1 | -0/+2 |
| | | |||||
| * | Add a convenience function to get the busname of a handler | Sjoerd Simons | 2010-02-25 | 2 | -1/+11 |
| | | |||||
| * | Output the path before trying to register it | Sjoerd Simons | 2010-02-25 | 1 | -1/+1 |
| | | |||||
| * | Replace tabs with spaces | Sjoerd Simons | 2010-02-25 | 1 | -2/+2 |
| | | |||||
| * | Remove dead code related to outstanding channels | Sjoerd Simons | 2010-02-25 | 1 | -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 channels | Sjoerd Simons | 2010-02-24 | 1 | -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 requests | Sjoerd Simons | 2010-02-24 | 1 | -18/+51 |
| | | |||||
| * | Request channels from the CD instead of the CM | Sjoerd Simons | 2010-02-24 | 1 | -27/+141 |
| | | |||||
* | | Updated Arabic translation | Khaled Hosny | 2010-02-25 | 1 | -27/+16 |
| | | |||||
* | | Remove inset frame from contact list in main window | Sander Dijkhuis | 2010-02-25 | 1 | -1/+0 |
| | | | | | | | | This looks cleaner. (#610886) | ||||
* | | empathy_account_settings_has_account: cope with priv->account being NULL | Guillaume Desmottes | 2010-02-24 | 1 | -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 Tseng | 2010-02-24 | 2 | -26/+24 |
|/ | |||||
* | Updated British English translation | Bruce Cowan | 2010-02-24 | 1 | -500/+631 |
| | |||||
* | Updated German translation | Mario Blättermann | 2010-02-24 | 1 | -630/+223 |
| | |||||
* | contact-selector: EMPATHY_CONTACT_LIST_STORE_COL_ICON_STATUS contains a ↵ | Guillaume Desmottes | 2010-02-23 | 1 | -1/+1 |
| | | | | pixbuf now | ||||
* | Add missing libm linking (#610751) | Brian Pepple | 2010-02-23 | 1 | -0/+1 |
| | |||||
* | Updated Bulgarian translation | Alexander Shopov | 2010-02-23 | 1 | -163/+226 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-02-23 | 1 | -171/+219 |
| | |||||
* | Updated Italian translation | Milo Casagrande | 2010-02-23 | 1 | -820/+1238 |
| | |||||
* | prepare 2.29.91 releaseEMPATHY_2_29_91 | Guillaume Desmottes | 2010-02-22 | 2 | -2/+66 |
| | |||||
* | Remove the --acounts CLI option | Guillaume Desmottes | 2010-02-22 | 1 | -43/+13 |
| | | | | We should use empathy-accounts directly now. | ||||
* | define EMPATHY_CLIENT_NAME | Guillaume Desmottes | 2010-02-22 | 3 | -3/+4 |
| | |||||
* | remove old services from gitignore | Guillaume Desmottes | 2010-02-22 | 1 | -3/+0 |
| | |||||
* | Stop using org.gnome.Empathy | Guillaume Desmottes | 2010-02-22 | 1 | -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.Empathy | Guillaume Desmottes | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2010-02-21 | 2 | -265/+335 |
| | |||||
* | Updated Galician Translation | Fran Diéguez | 2010-02-21 | 1 | -117/+116 |
| | |||||
* | Updated Arabic translation | Khaled Hosny | 2010-02-21 | 1 | -209/+313 |
| | |||||
* | always use empathy_tp_chat_leave instead of _close | Guillaume Desmottes | 2010-02-20 | 3 | -5/+4 |
| | |||||
* | empathy_tp_chat_leave: try to remove the self-handle instead of closing ↵ | Guillaume Desmottes | 2010-02-19 | 1 | -1/+35 |
| | | | | (#610461) | ||||
* | Introduce empathy_tp_chat_leave | Guillaume Desmottes | 2010-02-19 | 3 | -1/+9 |
| | |||||
* | assistant: Fix creation of the last account created | Guillaume Desmottes | 2010-02-19 | 1 | -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 Desmottes | 2010-02-19 | 1 | -0/+6 |
| | | | | switching protocol | ||||
* | assistant: set the salut page as complete if we pre-filled enough fields ↵ | Guillaume Desmottes | 2010-02-19 | 1 | -0/+6 |
| | | | | (#610380) | ||||
* | Rename Moblin to Meego throughout Empathy | Danielle Madeley | 2010-02-19 | 4 | -48/+48 |
| | | | | At the request of Rob Bradford | ||||
* | Updated Slovenian translation | Matej Urbančič | 2010-02-18 | 1 | -123/+117 |
| | |||||
* | Updated Brazilian Portuguese translation | Djavan Fagundes | 2010-02-18 | 1 | -1928/+1335 |
| | |||||
* | Updated Italian help translation | Milo Casagrande | 2010-02-18 | 1 | -1766/+703 |
| | |||||
* | [help] Fixed two strings: now they are similar | Milo Casagrande | 2010-02-18 | 2 | -2/+2 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-02-18 | 1 | -117/+110 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-02-18 | 1 | -119/+123 |
| | |||||
* | Point Makefile.am to .lo files, to please some libtool deity | Frédéric Péters | 2010-02-18 | 1 | -5/+5 |
| | |||||
* | updated Tamil translation | vasudeven | 2010-02-17 | 1 | -199/+251 |
| | |||||
* | Don't display the 'respond' button in presence notifications (#610032) | Guillaume Desmottes | 2010-02-17 | 1 | -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_TUBE | Guillaume Desmottes | 2010-02-17 | 1 | -1/+0 |
| | | | | It's not used any more. | ||||
* | account-assistant: remove '\n' from the salut error web page | Guillaume Desmottes | 2010-02-17 | 1 | -3/+3 |
| | | | | Wrapping the label will add them for us. | ||||
* | account-assistant: Wrap secondary error message (#607908) | Guillaume Desmottes | 2010-02-17 | 1 | -0/+1 |
| | |||||
* | main-window: use GTK_MESSAGE_ERROR for account error info bars | Guillaume Desmottes | 2010-02-17 | 1 | -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 Lamb | 2010-02-17 | 6 | -408/+34 |
| | |||||
* | [help] Fixed the Apply button on account creation | Milo Casagrande | 2010-02-17 | 6 | -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 Desmottes | 2010-02-16 | 1 | -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_filename | Guillaume Desmottes | 2010-02-16 | 1 | -1/+4 |
| | | | | That's cleaner to build a path. | ||||
* | Merge branch 'ack-all' | Sjoerd Simons | 2010-02-16 | 3 | -14/+15 |
|\ | |||||
| * | Remove duplicate and buggy bookkeeping of pending messages | Sjoerd Simons | 2010-02-16 | 1 | -14/+7 |
| | | |||||
| * | add API to TpChat to ack all pending messages in one go | Sjoerd Simons | 2010-02-16 | 2 | -0/+8 |
| | | |||||
* | | dispatcher_connection_new_requested_channel: fix a use-after-free crash | Guillaume Desmottes | 2010-02-16 | 1 | -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 account | Guillaume Desmottes | 2010-02-16 | 1 | -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 account | Guillaume Desmottes | 2010-02-16 | 1 | -3/+5 |
| | | | | | Either the account is enabled and saving will reconnect, either it's not and that won't connect it. | ||||
* | Updated Slovenian translation | Matej Urbančič | 2010-02-16 | 1 | -8/+40 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-02-16 | 1 | -1/+59 |
| | |||||
* | accounts-dialog: block the selection 'changed' signal while removing a row | Guillaume Desmottes | 2010-02-15 | 1 | -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 behaviour | Sjoerd Simons | 2010-02-15 | 1 | -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 itself | Sjoerd Simons | 2010-02-15 | 1 | -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 Karoonboonyanan | 2010-02-15 | 1 | -144/+199 |
| | |||||
* | Updated Galician Translation | Fran Diéguez | 2010-02-15 | 1 | -16/+52 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-02-15 | 1 | -1/+41 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-02-15 | 1 | -11/+8 |
| | |||||
* | Merge commit 'wjt/all' | Guillaume Desmottes | 2010-02-15 | 1 | -23/+33 |
|\ | |||||
| * | Ensure "All" is at the top of account selector. | Will Thompson | 2010-02-12 | 1 | -16/+32 |
| | | | | | | | | Fixes: #609737 | ||||
| * | Remove weird maybe-null account special case. | Will Thompson | 2010-02-12 | 1 | -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 translation | Jorge González | 2010-02-15 | 1 | -31/+35 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-02-15 | 1 | -543/+727 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-02-15 | 1 | -1/+18 |
| | | |||||
* | | [help] Updated help against new upcoming version | Milo Casagrande | 2010-02-15 | 47 | -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 translation | Jorge González | 2010-02-15 | 1 | -33/+67 |
| | | |||||
* | | Update Romanian translation | Lucian Adrian Grijincu | 2010-02-14 | 1 | -917/+1005 |
| | | |||||
* | | Don't reinvent g_slist_foreach | Sjoerd Simons | 2010-02-14 | 1 | -5/+3 |
| | | |||||
* | | Only act when the account got a connection | Sjoerd Simons | 2010-02-14 | 1 | -0/+2 |
| | | |||||
* | | Don't crash when switching to a tab with no TpChat | Will Thompson | 2010-02-14 | 1 | -1/+5 |
| | | | | | | | | Fixes: #609843 | ||||
* | | Update the FSF's mailing address in the new control center files. | Travis Reitter | 2010-02-13 | 5 | -10/+5 |
| | | |||||
* | | update data/.gitignore | Guillaume Desmottes | 2010-02-12 | 1 | -0/+2 |
| | | |||||
* | | update POTFILES.{in,skip} | Guillaume Desmottes | 2010-02-12 | 2 | -1/+5 |
| | | |||||
* | | Updated Slovenian translation | Matej Urbančič | 2010-02-12 | 1 | -74/+93 |
| | | |||||
* | | Port Moblin widgets to Mx | Danielle Madeley | 2010-02-12 | 2 | -10/+10 |
|/ | |||||
* | Updated Galician Translation | Fran Diéguez | 2010-02-12 | 1 | -242/+170 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-02-12 | 1 | -103/+126 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-02-12 | 1 | -5/+22 |
| | |||||
* | empathy-accounts-dialog: Prepend BIN_DIR to the binary name | Danielle Madeley | 2010-02-12 | 2 | -1/+2 |
| | |||||
* | Separate the accounts dialog into its own program which works with the Gnome ↵ | Travis Reitter | 2010-02-12 | 18 | -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). |