commit 22f5d4f35b734d1e47a810e369c7901da180905c Author: Guillaume Desmottes Date: Thu Mar 17 15:54:12 2011 +0100 prepare 2.91.91.1 NEWS | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 57 insertions(+), 2 deletions(-) commit 7f47a1b3053fdf5e07250f716b5c596f936b0302 Author: Guillaume Desmottes Date: Thu Mar 17 11:49:43 2011 +0100 server-sasl-handler: remove stored password if they can't be saved libempathy/empathy-server-sasl-handler.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit ca9d3b8180e49292724243090fd5394172fa24c9 Author: Guillaume Desmottes Date: Wed Mar 16 14:03:40 2011 +0100 save the password before trying to connect the new account (#643690) libempathy/empathy-account-settings.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit 7980966fd3bb38fde70946c057704b1b5f409968 Author: Guillaume Desmottes Date: Thu Mar 17 14:03:02 2011 +0100 Allow to enter an email address as ICQ ID (#645014) libempathy-gtk/empathy-account-widget.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit 1dc905b194ce6e1be82af2e111cdf7a913dd43fc Author: Emilio Pozuelo Monfort Date: Thu Mar 17 11:58:56 2011 +0000 Contact Search: close the dialog when adding a contact libempathy-gtk/empathy-contact-search-dialog.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit f918489642f3e0f41f09c774a4e4b80497c9592a Author: Michael Terry Date: Wed Mar 16 12:57:25 2011 -0400 Don't update Contact menu on a focus-in (#644936) src/empathy-chat-window.c | 33 ++++++++++++++++++++++++--------- 1 files changed, 24 insertions(+), 9 deletions(-) commit b82a98e0508d3a1f7935a13c6aa89acabab3ffe4 Author: Lucian Adrian Grijincu Date: Thu Mar 17 13:13:07 2011 +0100 Updated Romanian translation po/ro.po | 332 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 162 insertions(+), 170 deletions(-) commit eedc36ded1b4a3c55758a409e4efca8955bd3d27 Author: Lucian Adrian Grijincu Date: Thu Mar 17 10:45:12 2011 +0100 Updated Romanian translation po/ro.po | 240 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 160 insertions(+), 80 deletions(-) commit 88e09c99733982de201c3c1cfbf4742a0e8662b1 Author: Kjartan Maraas Date: Wed Mar 16 19:51:15 2011 +0100 Fix warnings from GCC 4.6 about variables that are set but not used. libempathy-gtk/empathy-account-chooser.c | 10 ------- libempathy-gtk/empathy-account-widget-irc.c | 6 ---- libempathy-gtk/empathy-avatar-chooser.c | 6 ---- libempathy-gtk/empathy-cell-renderer-expander.c | 6 ---- libempathy-gtk/empathy-chat.c | 11 -------- libempathy-gtk/empathy-contact-list-store.c | 31 +--------------------- libempathy-gtk/empathy-contact-list-view.c | 11 -------- libempathy-gtk/empathy-groups-widget.c | 4 --- libempathy-gtk/empathy-individual-linker.c | 4 --- libempathy-gtk/empathy-individual-store.c | 23 ----------------- libempathy-gtk/empathy-individual-view.c | 9 ------ libempathy-gtk/empathy-log-window.c | 4 --- libempathy-gtk/empathy-persona-store.c | 7 +--- libempathy-gtk/empathy-persona-view.c | 12 --------- libempathy-gtk/empathy-presence-chooser.c | 2 - libempathy-gtk/empathy-ui-utils.c | 3 +- libempathy/empathy-auth-factory.c | 2 - libempathy/empathy-chatroom-manager.c | 4 --- libempathy/empathy-chatroom.c | 4 --- libempathy/empathy-ft-handler.c | 3 -- libempathy/empathy-individual-manager.c | 6 ---- libempathy/empathy-irc-network-manager.c | 3 -- 22 files changed, 5 insertions(+), 166 deletions(-) commit 95a0ab7d884a6500cfba6ff63fea73269faec0da Author: Guillaume Desmottes Date: Thu Mar 17 12:25:40 2011 +0100 auth-client: implement Debug interface (#645008) src/empathy-auth-client.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 52eb24e6e7b012856525f6f09d3c1a941375d383 Author: Guillaume Desmottes Date: Mon Mar 7 15:22:29 2011 +0100 pass a preferred handler when requesting channels We want to use Empathy components when possible instead of, say, KDE ones if both are installed (#643863). libempathy-gtk/empathy-chat.c | 4 ++-- libempathy-gtk/empathy-new-call-dialog.c | 5 +++-- libempathy/empathy-request-util.c | 8 ++++---- libempathy/empathy-tp-chat.c | 5 +++-- libempathy/empathy-utils.c | 6 +++--- 5 files changed, 15 insertions(+), 13 deletions(-) commit 04edfb3dbbdf9a2a4ac6cf2ecafcbd88044ee094 Author: Guillaume Desmottes Date: Mon Mar 7 14:54:01 2011 +0100 define constants for handler bus name It's more convenient and safe than hardcoding them everywhere. libempathy/empathy-ft-factory.c | 3 ++- libempathy/empathy-request-util.h | 9 +++++++++ src/empathy-chat-manager.c | 4 ++-- src/empathy-streamed-media-factory.c | 3 ++- 4 files changed, 15 insertions(+), 4 deletions(-) commit 23d90f884b28cabd3b9b986998c118314a9238f9 Author: Guillaume Desmottes Date: Mon Mar 7 14:02:52 2011 +0100 rename empathy-dispatcher to empathy-request-util We don't have EmpathyDispatcher any more so this file just contains some utility functions now. libempathy-gtk/empathy-chat.c | 8 +- libempathy-gtk/empathy-contact-list-view.c | 4 +- libempathy-gtk/empathy-contact-menu.c | 4 +- libempathy-gtk/empathy-contact-selector-dialog.c | 1 - libempathy-gtk/empathy-individual-menu.c | 4 +- libempathy-gtk/empathy-individual-view.c | 4 +- libempathy-gtk/empathy-new-message-dialog.c | 4 +- libempathy-gtk/empathy-share-my-desktop.c | 2 - libempathy-gtk/empathy-ui-utils.c | 1 - libempathy/Makefile.am | 4 +- libempathy/empathy-chatroom-manager.h | 1 - libempathy/empathy-dispatcher.c | 107 ---------------------- libempathy/empathy-dispatcher.h | 49 ---------- libempathy/empathy-request-util.c | 107 ++++++++++++++++++++++ libempathy/empathy-request-util.h | 48 ++++++++++ libempathy/empathy-utils.c | 1 - src/empathy-chat-manager.c | 6 +- src/empathy-chat-window.c | 3 +- src/empathy-main-window.c | 4 +- src/empathy-new-chatroom-dialog.c | 4 +- src/empathy.c | 6 +- tests/interactive/empetit.c | 4 +- 22 files changed, 185 insertions(+), 191 deletions(-) commit a7422e3aa529737591539a1e01889646c99e924b Author: Guillaume Desmottes Date: Thu Mar 10 16:48:53 2011 +0100 account-widget-irc: set password-prompt param when needed (#644406) libempathy-gtk/empathy-account-widget-irc.c | 58 +++++++++++++++++++++++++++ 1 files changed, 58 insertions(+), 0 deletions(-) commit 9d201c64e57d8e2b37670e88efaaaf2de35c34ba Author: Bruno Brouard Date: Wed Mar 16 21:22:48 2011 +0100 Updated French translation po/fr.po | 603 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 354 insertions(+), 249 deletions(-) commit b4ad1d79492da018ee5a73f778f1116d9128171d Author: Bruce Cowan Date: Wed Mar 16 17:05:12 2011 +0000 Updated British English translation po/en_GB.po | 1098 ++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 642 insertions(+), 456 deletions(-) commit f402904568cf4bbd351d75424c9d040f6269fb3e Author: Yaron Shahrabani Date: Wed Mar 16 17:56:23 2011 +0200 Updated Hebrew translation. po/he.po | 350 +++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 212 insertions(+), 138 deletions(-) commit 75e35374e831cee1045f0493b284167b68d737bd Author: Jakub Steiner Date: Wed Mar 16 14:37:49 2011 +0100 New Empathy icon (#614640) Thank you Telepathy icon, you served us well. data/icons/Makefile.am | 2 +- data/icons/empathy.svg | 6436 ++++++++++++++++++++++++++ data/icons/hicolor_apps_16x16_empathy.png | Bin 797 -> 890 bytes data/icons/hicolor_apps_22x22_empathy.png | Bin 1179 -> 1138 bytes data/icons/hicolor_apps_24x24_empathy.png | Bin 1249 -> 1118 bytes data/icons/hicolor_apps_256x256_empathy.png | Bin 24824 -> 17105 bytes data/icons/hicolor_apps_32x32_empathy.png | Bin 1813 -> 1640 bytes data/icons/hicolor_apps_48x48_empathy.png | Bin 2930 -> 2317 bytes data/icons/hicolor_apps_scalable_empathy.svg | 261 -- 9 files changed, 6437 insertions(+), 262 deletions(-) commit 9dbf81ddbdbafb611fa7a29849f5fb54ff0d76b8 Author: Emilio Pozuelo Monfort Date: Wed Mar 16 13:17:19 2011 +0000 ContactSearch: don't leak a GError libempathy-gtk/empathy-contact-search-dialog.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit ba64e4982bf47cbbb0bd2db754b888ea7affa90a Merge: 1890507 2220cb9 Author: Guillaume Desmottes Date: Wed Mar 16 11:37:10 2011 +0100 Merge branch 'call-details-644830' commit 2220cb934612b293018e364ae22f1229f1023e0e Author: Guillaume Desmottes Date: Wed Mar 16 09:54:14 2011 +0100 streamed-media-window: Put the details vbox in a scroll window It can require a lot of horizontal space and we don't want to enlarge the call window just for that (#644830). src/empathy-streamed-media-window.c | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit 18905073c9948920f1804540b332fb0758e2e5a3 Author: Guillaume Desmottes Date: Mon Mar 14 15:24:43 2011 +0100 individual-view: call empathy_individual_manager_remove() also when the response is GTK_RESPONSE_YES Also, don't remove the contact if the operation has been cancelled in empathy_block_individual_dialog_show(). libempathy-gtk/empathy-individual-view.c | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) commit 8f7700d66b8ff5056777c803e754b8c00430ab2a Author: Guillaume Desmottes Date: Mon Mar 14 14:58:55 2011 +0100 individual-view: use our own RESPONSE enum This code was too confusing when using GTK_RESPONSE_* libempathy-gtk/empathy-individual-view.c | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) commit 20c4918fc73cca52bf51152878c7437686e05833 Author: Mattias Põldaru Date: Wed Mar 16 10:14:34 2011 +0200 [l10n] Updated Estonian translation po/et.po | 30 ++++++++++++++++++++++++------ 1 files changed, 24 insertions(+), 6 deletions(-) commit fdc3218abcb76d83eabcf323cfed1aef89a6fa0e Author: Marek Černocký Date: Wed Mar 16 00:46:38 2011 +0100 Updated Czech translation po/cs.po | 1021 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 594 insertions(+), 427 deletions(-) commit 73368c2d9f01213d38c9463df8ac5488fef4f90f Author: Fran Diéguez Date: Tue Mar 15 15:13:22 2011 +0100 Updated Galician translations po/gl.po | 764 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 445 insertions(+), 319 deletions(-) commit 1ee3ed8a7b06f4078f4491f334362cf8eafee236 Author: Mattias Põldaru Date: Tue Mar 15 13:36:29 2011 +0200 [l10n] Updated Estonian translation po/et.po | 50 +++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 45 insertions(+), 5 deletions(-) commit 7fcb99d91de85877a7f70b94e8cdd3ce749464ec Author: Gabor Kelemen Date: Tue Mar 15 03:36:26 2011 +0100 Updated Hungarian translation po/hu.po | 277 +++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 177 insertions(+), 100 deletions(-) commit bc07e7d582af2c453a5a70f587726446156979cc Author: Daniel Nylander Date: Tue Mar 15 00:13:54 2011 +0100 Updated Swedish translation po/sv.po | 1287 ++++++++++++++++---------------------------------------------- 1 files changed, 326 insertions(+), 961 deletions(-) commit 19773d451bc55664e85b1b9818925c0ae6c225b4 Author: Daniel Mustieles Date: Mon Mar 14 22:13:59 2011 +0100 Updated Spanish translation po/es.po | 142 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 84 insertions(+), 58 deletions(-) commit 88a02952e20c58a233b9c88e6a10e72021b66a1a Author: Daniel Mustieles Date: Mon Mar 14 22:10:24 2011 +0100 Updated Spanish translation po/es.po | 253 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 152 insertions(+), 101 deletions(-) commit ac2774f5966790318a1ae6b79589627b7aaf6868 Author: Andrej Žnidaršič Date: Mon Mar 14 21:44:51 2011 +0100 Updated Slovenian translation po/sl.po | 391 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 223 insertions(+), 168 deletions(-) commit e2aa4ed914a8fd0bd09bc3e24a5ad56362499f32 Author: Travis Reitter Date: Mon Mar 14 12:32:36 2011 -0700 Require the proper version of Folks. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 492b8ba0e7a37ad5b23ef7a3544dc6a2fd5e4eef Author: Travis Reitter Date: Thu Mar 10 22:07:44 2011 -0800 Adjust for Folks PresenceOwner -> PresenceDetails rename Fixes bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks) libempathy-gtk/empathy-individual-store.c | 34 ++++++++++++++-------------- libempathy-gtk/empathy-individual-view.c | 3 +- libempathy-gtk/empathy-individual-widget.c | 25 ++++++++++---------- libempathy-gtk/empathy-persona-store.c | 19 ++++++++------- libempathy-gtk/empathy-ui-utils.c | 4 +- libempathy/empathy-contact.c | 20 ++++++++-------- 6 files changed, 54 insertions(+), 51 deletions(-) commit abf8b17d703c071f4fe91c09bac97c09314a2dc0 Author: Travis Reitter Date: Thu Mar 10 22:01:09 2011 -0800 Adjust for Folks Groupable -> GroupDetails rename Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks) libempathy-gtk/empathy-contact-widget.c | 6 +- libempathy-gtk/empathy-groups-widget.c | 114 ++++++++++++++------------- libempathy-gtk/empathy-groups-widget.h | 8 +- libempathy-gtk/empathy-individual-store.c | 3 +- libempathy-gtk/empathy-individual-view.c | 12 ++-- libempathy-gtk/empathy-individual-widget.c | 4 +- libempathy/empathy-contact.c | 13 ++-- libempathy/empathy-individual-manager.c | 8 +- libempathy/empathy-utils.c | 2 +- libempathy/empathy-utils.h | 2 +- 10 files changed, 89 insertions(+), 83 deletions(-) commit 07434728e84556fd321ea4a38f828035803ee76b Author: Travis Reitter Date: Thu Mar 10 21:46:49 2011 -0800 Adjust for Folks Favouritable -> FavouriteDetails rename Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks) libempathy-gtk/empathy-contact-widget.c | 11 ++++++----- libempathy-gtk/empathy-individual-menu.c | 6 ++++-- libempathy-gtk/empathy-individual-store.c | 3 ++- libempathy-gtk/empathy-individual-view.c | 10 ++++++---- libempathy-gtk/empathy-individual-widget.c | 8 ++++---- libempathy/empathy-individual-manager.c | 4 ++-- 6 files changed, 24 insertions(+), 18 deletions(-) commit 04358054e19cdd50364afd1f51cb315b132cf1f7 Author: Travis Reitter Date: Thu Mar 10 21:42:20 2011 -0800 Adjust for Folks AvatarOwner -> AvatarDetails rename Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks) libempathy-gtk/empathy-ui-utils.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 36eb0b9dec61bd0040161535f27fc4bbbd4511ca Author: Travis Reitter Date: Thu Mar 10 21:12:13 2011 -0800 Adjust for Folks Aliasable -> AliasDetails rename Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks) libempathy-gtk/empathy-individual-dialogs.c | 4 +- .../empathy-individual-information-dialog.c | 2 +- libempathy-gtk/empathy-individual-store.c | 26 ++++++++++--------- libempathy-gtk/empathy-individual-view.c | 8 ++++-- libempathy-gtk/empathy-individual-widget.c | 11 ++++---- libempathy-gtk/empathy-linking-dialog.c | 2 +- libempathy-gtk/empathy-persona-store.c | 14 +++++----- libempathy/empathy-contact.c | 4 +- libempathy/empathy-individual-manager.c | 2 +- 9 files changed, 39 insertions(+), 34 deletions(-) commit 5751c344bd2783df6086b427ebcebdff9a77e63c Author: Travis Reitter Date: Thu Mar 10 21:10:50 2011 -0800 Bump the Folks version requirement for the following API changes. Helps bgo#644470 - Empathy needs to catch up with Folks interface name changes (API/ABI breaks) configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9b5ff539e9075f4efb718dd9473c07aaf37c990a Author: Guillaume Desmottes Date: Mon Mar 14 14:20:29 2011 +0100 individual_view_remove_dialog_show: set a mnemonic on the 'Delete and Block' button libempathy-gtk/empathy-individual-view.c | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) commit 82aa40180c8cdf81ea3d8a7b217f3435a2ffcbbc Author: Guillaume Desmottes Date: Mon Mar 14 13:41:27 2011 +0100 coding style fixes libempathy-gtk/empathy-contact-menu.c | 2 +- src/empathy-chat-window.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit fcb0c8c46779ef6f37575fda25500d26b49a4227 Author: Khaled Hosny Date: Mon Mar 14 14:47:37 2011 +0200 Updated Arabic translation po/ar.po | 205 ++++++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 147 insertions(+), 58 deletions(-) commit 9e16a464a2ca6eab92404bfe1867a3d5ec3d43d7 Author: Khaled Hosny Date: Mon Mar 14 14:33:17 2011 +0200 Add missing files po/POTFILES.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 8e6a977d36aea1eb4b429ddee84cb9b4bc4142cd Merge: 2e3e5e8 c0eca04 Author: Danielle Madeley Date: Mon Mar 14 12:58:00 2011 +1100 Merge branch 'glassrose-contact-blocking-rebase' commit 2e3e5e8e732fbc2e4d3ed61892aefa09efabbfc2 Author: Michael Kotsarinis Date: Sun Mar 13 20:04:58 2011 +0200 l10n: Updated Greek translation po/el.po | 977 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 527 insertions(+), 450 deletions(-) commit e6a451f6f2127740016a9eea16e0a5b0feb9d47e Author: Ivar Smolin Date: Sun Mar 13 16:01:56 2011 +0200 [l10n] Updated Estonian translation po/et.po | 30 ++++++++++++++++++++++++++---- 1 files changed, 26 insertions(+), 4 deletions(-) commit 7ed12df7f33acfafd2c264f207854b21744bc3e1 Author: Gabor Kelemen Date: Sun Mar 13 02:50:53 2011 +0100 Updated Hungarian translation po/hu.po | 956 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 512 insertions(+), 444 deletions(-) commit 0d9edf1afdec76ee1885c986eeb8c79fee9016d9 Author: Lucian Adrian Grijincu Date: Sat Mar 12 04:21:11 2011 +0100 Updated Romanian translation po/ro.po | 66 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 33 insertions(+), 33 deletions(-) commit 432364e42cba5c3ba3f31218fc5da880de32f242 Author: Lucian Adrian Grijincu Date: Sat Mar 12 04:14:20 2011 +0100 Updated Romanian translation po/ro.po | 57 ++++++++++++++++++++++++++------------------------------- 1 files changed, 26 insertions(+), 31 deletions(-) commit db498504eae855196f1a9a4033ed99a6281c87df Author: Lucian Adrian Grijincu Date: Sat Mar 12 04:08:15 2011 +0100 Updated Romanian translation po/ro.po | 284 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 117 insertions(+), 167 deletions(-) commit 1f065e04fbcdb28d41b80ae3a48f9d47e9e7f812 Author: Lucian Adrian Grijincu Date: Sat Mar 12 03:32:13 2011 +0100 Updated Romanian translation po/ro.po | 1592 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 935 insertions(+), 657 deletions(-) commit 9c99b6b7e742402b1fd087ced138896caebe3fb0 Author: Daniel Nylander Date: Fri Mar 11 19:10:47 2011 +0100 Updated Swedish translation po/sv.po | 1020 ++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 862 insertions(+), 158 deletions(-) commit e982efac9e472070ff169daaf079673c4abdf816 Author: Daniel Nylander Date: Fri Mar 11 19:10:15 2011 +0100 Updated Swedish translation po/sv.po | 98 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 54 insertions(+), 44 deletions(-) commit 6d333a13c020f44505fca6eb3fb54536143dafbf Author: Daniel Nylander Date: Tue Mar 8 08:31:39 2011 +0100 Updated Swedish translation po/sv.po | 81 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 47 insertions(+), 34 deletions(-) commit 4a31ec6419c4b15e3e96c3ab05c9d787d1a84951 Author: Khaled Hosny Date: Fri Mar 11 14:58:23 2011 +0200 Updated Arabic translation po/ar.po | 167 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 94 insertions(+), 73 deletions(-) commit 037e132ba999ebad4f3f0a643ce33c61d0343f6a Author: Guillaume Desmottes Date: Fri Mar 11 12:23:25 2011 +0100 Empathy.Auth.client: set DelayApprovers (#644475) data/Empathy.Auth.client | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit c0eca0414ca529da3b083c099ec3031436420b00 Author: Danielle Madeley Date: Fri Mar 11 12:05:24 2011 +1100 Update the wording of the other contact blocking dialog libempathy-gtk/empathy-contact-dialogs.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 355a558cfa919b1fa91f7c430c738b6d762239fb Author: Danielle Madeley Date: Fri Mar 11 11:08:06 2011 +1100 Update the wording of the contact blocking dialog Include the list of personas which will not be blocked. libempathy-gtk/empathy-individual-dialogs.c | 71 +++++++++++++++++++++------ 1 files changed, 56 insertions(+), 15 deletions(-) commit 0b2f92fa593370c799cc16b8cecf575cf3e5b130 Author: Chandni Verma Date: Fri Mar 11 12:27:23 2011 +0530 Add FIXME to empathy_individual_manager_supports_blocking() The parameter @self is not required and the method can be placed in utility. I left it as it is to stay coherent with empathy-2.34 and attached a FIXME to be fixed after empathy 2.x is done. libempathy/empathy-individual-manager.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 0deb4db1b785bfe4497de50cf04efdd873f58009 Author: Danielle Madeley Date: Tue Feb 15 08:19:46 2011 +1100 Use tp_g_signal_connect_object for Tp proxies that outlive the CB dialog libempathy-gtk/empathy-contact-blocking-dialog.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) commit 5690460d1809f6e181c3eeed2aa930af1253b38c Author: Danielle Madeley Date: Mon Feb 14 12:44:34 2011 +1100 Use Conn.I.CB to report contacts as abusive when blocking them libempathy/empathy-tp-contact-list.c | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) commit 4b7d2787c3d4487647628109e14a6618e3db8da8 Author: Danielle Madeley Date: Mon Feb 14 12:36:22 2011 +1100 Only destroy block confirmation dialogs after we've read out the abusive state libempathy-gtk/empathy-contact-dialogs.c | 3 +-- libempathy-gtk/empathy-individual-dialogs.c | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) commit 80d502ca384aaf07e2b572da7414d7ff36e91936 Author: Danielle Madeley Date: Mon Feb 14 12:24:58 2011 +1100 Determine whether a connection supports reporting abuse, set the connection flag libempathy/empathy-tp-contact-list.c | 36 ++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) commit 428ac8930ef8cf312523a4d8b24eeda26729c4b3 Author: Danielle Madeley Date: Mon Feb 14 12:10:35 2011 +1100 Add draft Conn.I.ContactBlocking (danni's version) to extensions .../Connection_Interface_Contact_Blocking.xml | 172 ++++++++++++++++++++ extensions/Makefile.am | 1 + extensions/misc.xml | 1 + 3 files changed, 174 insertions(+), 0 deletions(-) commit 103b4d5da19bf7ebf648658b8ff0ccab88aa24bd Author: Danielle Madeley Date: Mon Feb 14 12:00:56 2011 +1100 Hook up abusive argument into TpContactList backend libempathy-gtk/empathy-contact-dialogs.c | 6 ++++-- libempathy-gtk/empathy-contact-menu.c | 6 +++--- libempathy-gtk/empathy-individual-view.c | 7 +++++-- libempathy/empathy-contact-list.c | 5 +++-- libempathy/empathy-contact-list.h | 6 ++++-- libempathy/empathy-contact-manager.c | 6 ++++-- libempathy/empathy-individual-manager.c | 5 +++-- libempathy/empathy-individual-manager.h | 3 ++- libempathy/empathy-tp-contact-list.c | 3 ++- 9 files changed, 30 insertions(+), 17 deletions(-) commit 0a9fd8a0a7517f099ca1b908679ab7935513cd9a Author: Chandni Verma Date: Fri Mar 11 07:53:15 2011 +0530 Initialize EmpathyContactManager before creating a new contact->Block menuitem libempathy-gtk/empathy-contact-menu.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit dfbccc45923082027415c3c76322febf470c5901 Author: Chandni Verma Date: Fri Mar 11 07:50:51 2011 +0530 Setting "window" data on submenu only if it's not NULL src/empathy-chat-window.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit bbbfc7bb3c209fbc387c1e2c0566ec83aae687b9 Author: Gil Forcada Date: Fri Mar 11 00:21:38 2011 +0100 [l10n] Updated Catalan translation po/ca.po | 152 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 81 insertions(+), 71 deletions(-) commit 39e6b7d1fb458d9fba486da9ffe19e8c80d13e0f Author: Yaron Shahrabani Date: Thu Mar 10 18:38:43 2011 +0200 Updated Hebrew translation. po/he.po | 167 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 95 insertions(+), 72 deletions(-) commit 5392210e8ffefcc7b825c4b1279ec69268d3cf6b Author: Guillaume Desmottes Date: Thu Mar 10 12:20:16 2011 +0100 Update our local fields having Overwritten_By_Nickname when updating our nickname (#644298) libempathy-gtk/empathy-contact-widget.c | 43 +++++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) commit 1e2ef0f3c681511d1b1e82a51f82b52b9414605f Author: Guillaume Desmottes Date: Thu Mar 10 12:04:37 2011 +0100 don't update Alias.Nickname if not needed libempathy-gtk/empathy-contact-widget.c | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) commit aaa8d50fa75585a71d61332a8109916099ce35a4 Author: Guillaume Desmottes Date: Thu Mar 10 11:59:46 2011 +0100 inline set_alias_on_account() libempathy-gtk/empathy-contact-widget.c | 13 +++---------- 1 files changed, 3 insertions(+), 10 deletions(-) commit c47b9f66fbc23e627a4458cc86d53d5d56b901b7 Author: Piotr Drąg Date: Wed Mar 9 21:22:12 2011 +0100 Updated Polish translation po/pl.po | 1123 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 639 insertions(+), 484 deletions(-) commit a8605cd844511f18806460bfac2d6d9a95d48603 Author: Daniel Mustieles Date: Wed Mar 9 19:38:51 2011 +0100 Updated Spanish translation po/es.po | 74 +++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 42 insertions(+), 32 deletions(-) commit ec1bdc5f4fc5591b081c3036cef2951ba0975ac9 Author: Matej Urbančič Date: Wed Mar 9 17:37:51 2011 +0100 Updated Slovenian translation po/sl.po | 215 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 119 insertions(+), 96 deletions(-) commit fbe4c00e6fd22b199e28bc950f34561e7cf16bdc Author: Daniel Korostil Date: Wed Mar 9 18:05:44 2011 +0200 Uploaded Ukranian po/uk.po | 167 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 95 insertions(+), 72 deletions(-) commit 52d15a1d9e54d6311012ffad54d7e7881ab48f55 Author: Guillaume Desmottes Date: Wed Mar 9 16:07:56 2011 +0100 contact-widget: don't allow edit fields having the Overwritten_By_Nickname flag (#644296) libempathy-gtk/empathy-contact-widget.c | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit de12575fb9f2e1b4945798ad44c225faa78d333d Author: Guillaume Desmottes Date: Wed Mar 9 13:02:18 2011 +0100 contact-widget: only call SetContactInfo() is details changed (#644295) libempathy-gtk/empathy-contact-widget.c | 39 +++++++++++++++++++++++++----- 1 files changed, 32 insertions(+), 7 deletions(-) commit e469159d894fd16ff425dca1a3e0a65ab69e2deb Merge: ee32beb c3eb5ce Author: Stef Walter Date: Wed Mar 9 09:10:23 2011 +0100 Merge branch 'remember-any-exception' commit ee32bebf86571c0eb386820f741b98d0f8504be6 Author: Guillaume Desmottes Date: Wed Mar 9 09:02:17 2011 +0100 remove released flag configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 81ba0edc73b6a226a054b76539645b7b4e5e2a99 Author: Chandni Verma Date: Tue Mar 8 13:36:05 2011 +0530 Use Contact Manager flags instead of Individual Manager flags libempathy-gtk/empathy-individual-dialogs.c | 17 +++++---- libempathy/empathy-individual-manager.c | 48 ++++++-------------------- libempathy/empathy-individual-manager.h | 11 ------ 3 files changed, 20 insertions(+), 56 deletions(-)