commit c91daed0f7eed69b0df2f40963ce623c0821a8a9 Author: Guillaume Desmottes Date: Tue Sep 4 11:07:51 2012 +0200 prepare 3.5.91 NEWS | 39 +++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 41 insertions(+), 2 deletions(-) commit f6ad0c3b5b0ffcf6c89430a684c32b130f8e3ec1 Author: Guillaume Desmottes Date: Tue Sep 4 10:11:04 2012 +0200 roster-view: compare groups using strcmp Groups are added to the list in another file (the model) so the string will have another address than the one in the view. https://bugzilla.gnome.org/show_bug.cgi?id=683314 libempathy-gtk/empathy-roster-view.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 6d5797f1c816826e4d1e398f7cc0503db1e993fb Author: Guillaume Desmottes Date: Thu Aug 30 10:10:38 2012 +0200 roster-view: don't display offline not favorite top contacts We just want to always display the favorites offline contacts in the top contact section. One may say that we are kinda breaking the model group abstraction, which is probably true. Ideally we may want to have a roster view subclass implementing the top contact logic but life is too short. https://bugzilla.gnome.org/show_bug.cgi?id=683022 libempathy-gtk/empathy-roster-view.c | 44 +++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) commit 53c73e017555fc7bd64359d794817502ef774f87 Author: Guillaume Desmottes Date: Thu Aug 30 11:18:59 2012 +0200 model-manager: connect on the "favourites-changed" signal That's a proper signal, not a property change. https://bugzilla.gnome.org/show_bug.cgi?id=683022 libempathy-gtk/empathy-roster-model-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d36621324adf861967ffcf233791d97d224a21d3 Author: Gabor Kelemen Date: Tue Sep 4 09:22:25 2012 +0200 Updated Hungarian translation po/hu.po | 437 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 209 insertions(+), 228 deletions(-) commit d25442bccc9b9d143fe92f2506f6d84499ece829 Author: Guillaume Desmottes Date: Mon Sep 3 17:09:55 2012 +0200 roster-view: clear_view: start by cleaning our internal hash tables Removing and destroying the widgets contained in the view will call empathy_roster_view_remove(). This function may use some of the internal hash tables which now contain destroyed object. It's safer to clean the internal hash tables first as we are about to destroy their content anyway. https://bugzilla.gnome.org/show_bug.cgi?id=683275 libempathy-gtk/empathy-roster-view.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 979f90a0425dec607d58008fc8ba8a5966179807 Author: Guillaume Desmottes Date: Mon Sep 3 14:49:46 2012 +0200 chat_window_new_message_cb: early return when handling outgoing msg There is no need to continue processing a message (unread count, play incoming message sound) if it's an outgoing one. Fix a bug where we use to play to ougoing sound *and* the incoming sound when sending a message. src/empathy-chat-window.c | 1 + 1 file changed, 1 insertion(+) commit 02ff7d33ac6453ea61c2f998710d40044b1539e9 Author: Sjoerd Simons Date: Mon Sep 3 13:54:06 2012 +0200 In the gst 0.10 case, link the volume element to capsfilter src/empathy-audio-src.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) commit c40cc8f6d6510b66f774c70097e0d19ee933f783 Author: Sjoerd Simons Date: Mon Sep 3 13:33:13 2012 +0200 Fix AC_ARG_ENABLE usage configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 907cf465256f578642e63a1c00a80c6955d7549b Author: Tom Tryfonidis Date: Mon Sep 3 13:14:16 2012 +0300 Updated Greek translation po/el.po | 99 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 51 insertions(+), 48 deletions(-) commit d641d0d903b9847864acae4a47aa948131aa50b0 Author: Sjoerd Simons Date: Sun Aug 26 19:23:06 2012 +0200 Port to gstreamer 1.0 configure.ac | 55 ++++++++++++++++++++++++++++++++++++----------- src/Makefile.am | 2 +- src/empathy-audio-sink.c | 19 ++++++++++++++++ src/empathy-audio-src.c | 39 ++++++++++++++++++--------------- src/empathy-call-window.c | 32 +++++++++++++++++++++++++++ src/empathy-video-src.c | 34 +++++++++++++++++++++++++++++ 6 files changed, 151 insertions(+), 30 deletions(-) commit 0af7f92b16f1d1b3527463906936fa0ea602ad57 Author: Guillaume Desmottes Date: Fri Aug 31 11:40:38 2012 +0200 Just check for cheese-gtk configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d9687df7eb5a4e98282a51461152c154c219e2c1 Author: Dr.T.Vasudevan Date: Sun Sep 2 12:03:14 2012 +0530 updated Tamil translation po/ta.po | 4032 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1989 insertions(+), 2043 deletions(-) commit 1df9b785d0a45e59eeed4a61b9665877e43e4ed6 Author: Piotr Drąg Date: Sat Sep 1 22:07:14 2012 +0200 Updated Polish translation po/pl.po | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) commit 0e2a232f2ed90f04a2245c5241e471c865f756ae Author: Guillaume Desmottes Date: Fri Aug 31 10:30:12 2012 +0200 roster-view: check_if_empty(): check groups as well The roster is empty if there is no group displayed as well. We don't want to display an empty message just because the user collapsed all his groups. https://bugzilla.gnome.org/show_bug.cgi?id=682926 libempathy-gtk/empathy-roster-view.c | 39 +++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) commit 1ff28ec682cd537f7626e1fac53457139301b64f Author: Guillaume Desmottes Date: Fri Aug 31 10:07:57 2012 +0200 roster-view: factor out check_if_empty() https://bugzilla.gnome.org/show_bug.cgi?id=682926 libempathy-gtk/empathy-roster-view.c | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) commit 2957c34ec79bc2585435d99e43f6bfb048025285 Author: Sjoerd Simons Date: Mon Aug 27 09:03:34 2012 +0200 emapthy-call: Camera toggle button isn't a GtkToggleToolButton src/empathy-call-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit c82b599fc2b9bc38fa1d4476ae43b3f75987c624 Author: Fran Diéguez Date: Thu Aug 30 14:21:47 2012 +0200 Updated Galician translations po/gl.po | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) commit 52d535121a9cbeebd182c144a984122c5973a7db Author: Guillaume Desmottes Date: Thu Aug 30 14:11:20 2012 +0200 roster-view: remember state expanded status of groups Pretty simple actually, that's a simple port of the logic from empathy-individual-view. https://bugzilla.gnome.org/show_bug.cgi?id=679259 libempathy-gtk/empathy-roster-view.c | 11 +++++++++++ 1 file changed, 11 insertions(+) commit c11c1cb31e7b46f89de4fd41f9d75f2731c5ded0 Author: Guillaume Desmottes Date: Thu Aug 30 12:06:42 2012 +0200 roster-view: make sure the same contact isn't added twice to the same group Calling empathy_roster_model_get_groups_for_individual() in individual_added may have the side effect for folks to discover the contact's groups and so fire a bunch of signals leading us to add the contact in the group. Then we look for his groups in individual_added() and re-add him a second time. Fix this by making sure we won't add the same contact twice to the same group. https://bugzilla.gnome.org/show_bug.cgi?id=683025 libempathy-gtk/empathy-roster-view.c | 3 +++ 1 file changed, 3 insertions(+) commit 07b33c748d2227f6932afbcc1dc44a404354ec83 Author: Duarte Loreto Date: Wed Aug 29 19:51:07 2012 +0100 Updated Portuguese translation po/pt.po | 3743 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1850 insertions(+), 1893 deletions(-) commit 5f46f971707112e712ea0b7e2f64cdd89d4074dc Author: Guillaume Desmottes Date: Wed Aug 29 15:50:35 2012 +0200 roster-model-manager: always remove removed individual from the top group If the individual has been removed from the manager we should always remove it from the top group members, even if he's still eligible for this group. https://bugzilla.gnome.org/show_bug.cgi?id=682938 libempathy-gtk/empathy-roster-model-manager.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 9ab11de8216bfe2d68d3ddb1ab62c4f586d7efd2 Author: Sjoerd Simons Date: Sun Aug 26 19:11:11 2012 +0200 Remove the level and rms measurements The UI hasn't used the RMS and peak values from the input source for a while, so lets remove it. src/empathy-audio-src.c | 154 +----------------------------------------------- 1 file changed, 2 insertions(+), 152 deletions(-) commit 03d0826e2278ee3d29a6214b12ba6ee7d48e0c7c Author: Sjoerd Simons Date: Sun Aug 26 16:23:14 2012 +0200 Remove gst dependency from libempathy libempathy only used gstreamer api directly from the camera monitor, which simply uses it for its debug infrastructure.. Use the standard empathy debug infrastruction instead so we can drop the gstreamer dependency. configure.ac | 4 ++-- libempathy/cheese-camera-device-monitor.c | 29 ++++++++++++----------------- libempathy/cheese-camera-device-monitor.h | 1 - libempathy/empathy-debug.c | 1 + libempathy/empathy-debug.h | 1 + 5 files changed, 16 insertions(+), 20 deletions(-) commit 6e3ea627e70266d8c3739300e900a5b7bc0763bc Author: Sjoerd Simons Date: Sun Aug 26 16:20:56 2012 +0200 Remove libempathy-gtk dependency on gstreamer libempathy-gtk uses gstreamer directly only for one utility function used by empathy-call. Split this one out into a call specific utility file. libempathy-gtk/empathy-call-utils.c | 35 -------------------- libempathy-gtk/empathy-call-utils.h | 5 --- src/Makefile.am | 2 ++ src/empathy-audio-sink.c | 6 ++-- src/empathy-audio-src.c | 6 ++-- src/empathy-audio-utils.c | 65 +++++++++++++++++++++++++++++++++++++ src/empathy-audio-utils.h | 33 +++++++++++++++++++ 7 files changed, 106 insertions(+), 46 deletions(-) commit f7ab6457995133ccd3fd32ce028c6c8cb1e68322 Author: Aurimas Černius Date: Tue Aug 28 23:17:51 2012 +0300 Updated Lithuanian translation po/lt.po | 3275 +++++++++++++++++++++++++++----------------------------------- 1 file changed, 1412 insertions(+), 1863 deletions(-) commit b29e58bc864acce8dd43f7fdf2133540865f8211 Author: Laurent Contzen Date: Mon Aug 20 17:11:18 2012 +0200 Updated egg-list-box version libempathy-gtk/egg-list-box | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d15a73b05766b8a446c5f00a8e8a76efd671a797 Author: Guillaume Desmottes Date: Tue Aug 28 13:07:28 2012 +0200 sanity_ctx_ref() is only used by UOA code atm src/empathy-sanity-cleaning.c | 2 ++ 1 file changed, 2 insertions(+) commit a4d45d9997e9c55a75f147cab51184a500640ca1 Author: Guillaume Desmottes Date: Tue Aug 28 10:56:11 2012 +0200 keep our reference on the global ctx until the account has been removed This ensures that the proccess stays running until we are actually done. src/empathy-sanity-cleaning.c | 44 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 23 deletions(-) commit 838610a7545aca9f8209fef864153f0404fc7309 Author: Guillaume Desmottes Date: Tue Aug 28 10:53:42 2012 +0200 Remove the old account even if we fail to create the new one There is no point keeping a ghost account around. src/empathy-sanity-cleaning.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 2db1f1f4e345c20b92c3914551cbd8c7a0f79676 Author: Guillaume Desmottes Date: Tue Aug 28 10:50:54 2012 +0200 uoa_migration_done: free data once we're done with it src/empathy-sanity-cleaning.c | 2 ++ 1 file changed, 2 insertions(+) commit c020298d0898da9f6ba17ab5e1dd3bdd68b74b2c Author: Guillaume Desmottes Date: Tue Aug 28 10:19:00 2012 +0200 uoa-migration: delete account if plugin is missing Best to have to re-create an account than having a ghost account staying around. src/empathy-sanity-cleaning.c | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) commit 2f87cddf8c0bec795fa06cc4ce5f15e5c755748a Author: Guillaume Desmottes Date: Mon Aug 27 16:41:13 2012 +0200 auth-client: wait for the migration code to be done before starting the timer src/empathy-auth-client.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) commit bc717ec969a0e02477208304d50872344744dbae Author: Guillaume Desmottes Date: Mon Aug 27 16:38:30 2012 +0200 Turn migration code to an async function src/empathy-auth-client.c | 2 +- src/empathy-sanity-cleaning.c | 112 +++++++++++++++++++++++++++++++++++++----- src/empathy-sanity-cleaning.h | 8 ++- 3 files changed, 107 insertions(+), 15 deletions(-) commit 79ea3b4ad24160ad2d0a32b24adcd4fb526f9eca Author: Guillaume Desmottes Date: Mon Aug 27 14:22:37 2012 +0200 try installing missing account-plugin-* https://bugzilla.gnome.org/show_bug.cgi?id=682802 src/empathy-sanity-cleaning.c | 91 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) commit 7c6cb4b3b6cf3cfe6379b9d3a0f4a8e80fbebdd9 Author: Nilamdyuti Goswami Date: Mon Aug 27 23:09:12 2012 +0530 Implemented FUEL entries to Assamese translation po/as.po | 70 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) commit b0e67cf7d5d45acdb396b929134beb05202c7731 Author: Guillaume Desmottes Date: Mon Aug 27 15:58:13 2012 +0200 factor out migrate_account_to_uoa() src/empathy-sanity-cleaning.c | 118 ++++++++++++++++++++++-------------------- 1 file changed, 63 insertions(+), 55 deletions(-) commit 02b2080bc1e3d75f5b88bfe22ce353bfe26f9a04 Author: Guillaume Desmottes Date: Mon Aug 27 15:00:45 2012 +0200 pkg-kit: use an 'infinite' timeout when calling InstallPackageNames This method can takes quiet a while before returning (if user has to enter his admin password for example). https://bugzilla.gnome.org/show_bug.cgi?id=682802 libempathy/empathy-pkg-kit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4cdf0b0dd73333716166579699030b227bb57ace Author: Xavier Claessens Date: Fri Aug 24 14:35:16 2012 +0200 UOA auth: Request password if no credentials have ever be stored https://bugzilla.gnome.org/show_bug.cgi?id=680776 libempathy/empathy-uoa-auth-handler.c | 83 +++++++++++++++++++++++++++-------- 1 file changed, 65 insertions(+), 18 deletions(-) commit 401f5f48e9b26628c7df8f1d97336cebbab870c0 Author: Xavier Claessens Date: Thu Aug 23 15:03:51 2012 +0200 UOA auth: handle the password mechanism as well Since password is stored in SSO now, we can use the same code path than other accounts. https://bugzilla.gnome.org/show_bug.cgi?id=680776 libempathy/empathy-uoa-auth-handler.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) commit 26aa1b3654cab66d91e0ada194be547e790a847b Author: Xavier Claessens Date: Thu Aug 23 15:02:10 2012 +0200 UOA auth: Wait for callback when requesting password signon_auth_session_process() does not keep its own ref on the session object, so freeing the AuthContext before callback cancels the call. https://bugzilla.gnome.org/show_bug.cgi?id=680776 libempathy/empathy-uoa-auth-handler.c | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) commit fb84a9d544c27f11c3c91efdad8adc4096471a79 Author: Xavier Claessens Date: Thu Aug 23 14:57:52 2012 +0200 UOA auth: Move more code into auth_context_new() https://bugzilla.gnome.org/show_bug.cgi?id=680776 libempathy/empathy-uoa-auth-handler.c | 72 ++++++++++++++++++----------------- 1 file changed, 37 insertions(+), 35 deletions(-) commit 9ce89862ae5bead69519f3238794ffbf3988dcf9 Author: Xavier Claessens Date: Thu Aug 23 15:01:16 2012 +0200 UOA auth: factor out auth_context_done() https://bugzilla.gnome.org/show_bug.cgi?id=680776 libempathy/empathy-uoa-auth-handler.c | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) commit c8a0a072d122b86306e47044bf36553c74baf9df Author: Xavier Claessens Date: Wed Aug 22 16:45:04 2012 +0200 UOA auth: rename QueryInforData to AuthContext This data is not used only to for the query_info call anymore, so better have a more generic name. https://bugzilla.gnome.org/show_bug.cgi?id=680776 libempathy/empathy-uoa-auth-handler.c | 88 +++++++++++++++++------------------ 1 file changed, 44 insertions(+), 44 deletions(-) commit 51507f03677306f35097e10c1e81d57961d05388 Author: Xavier Claessens Date: Wed Aug 22 13:28:32 2012 +0200 Move X-TELEPATHY-PASSWORD mechanism code into empathy-sasl-mechanisms.c https://bugzilla.gnome.org/show_bug.cgi?id=680776 libempathy/empathy-sasl-mechanisms.c | 35 ++++++++++ libempathy/empathy-sasl-mechanisms.h | 6 ++ libempathy/empathy-server-sasl-handler.c | 106 ++++++++----------------------- 3 files changed, 67 insertions(+), 80 deletions(-) commit d183765f18a915d889f4b6c6fc6a7f1692522809 Author: Xavier Claessens Date: Thu Aug 9 10:38:13 2012 +0200 UOA: Store password into signond instead of gnome-keyring https://bugzilla.gnome.org/show_bug.cgi?id=680776 libempathy/empathy-keyring.c | 409 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 409 insertions(+) commit c3933b7972672e533c33cf9f401a1dea83ba1368 Author: Xavier Claessens Date: Fri Aug 24 13:13:07 2012 +0200 UOA: Use an AgManager singleton This is especially useful in empathy-keyring where it would reload all accounts each time we set a password. https://bugzilla.gnome.org/show_bug.cgi?id=680776 libempathy/Makefile.am | 2 + libempathy/empathy-uoa-auth-handler.c | 7 ++-- libempathy/empathy-uoa-utils.c | 49 ++++++++++++++++++++++ libempathy/empathy-uoa-utils.h | 35 ++++++++++++++++ .../cc-plugins/empathy-accounts-plugin.c | 7 +++- 5 files changed, 95 insertions(+), 5 deletions(-) commit 1b787a9f326fa5d4224f1a0fe7be56f455b2eedd Author: Xavier Claessens Date: Wed Aug 22 19:23:41 2012 +0200 UOA: Set password auth mechanism/method on generic IM services https://bugzilla.gnome.org/show_bug.cgi?id=680776 ubuntu-online-accounts/cc-plugins/generate-plugins.py | 4 ++++ ubuntu-online-accounts/cc-plugins/services/aim-im.service | 4 ++++ ubuntu-online-accounts/cc-plugins/services/gadugadu-im.service | 4 ++++ ubuntu-online-accounts/cc-plugins/services/groupwise-im.service | 4 ++++ ubuntu-online-accounts/cc-plugins/services/icq-im.service | 4 ++++ ubuntu-online-accounts/cc-plugins/services/irc-im.service | 4 ++++ ubuntu-online-accounts/cc-plugins/services/jabber-im.service | 4 ++++ ubuntu-online-accounts/cc-plugins/services/local-xmpp-im.service | 4 ++++ ubuntu-online-accounts/cc-plugins/services/mxit-im.service | 4 ++++ ubuntu-online-accounts/cc-plugins/services/myspace-im.service | 4 ++++ ubuntu-online-accounts/cc-plugins/services/sametime-im.service | 4 ++++ ubuntu-online-accounts/cc-plugins/services/sip-im.service | 4 ++++ ubuntu-online-accounts/cc-plugins/services/yahoo-im.service | 4 ++++ ubuntu-online-accounts/cc-plugins/services/yahoojp-im.service | 4 ++++ ubuntu-online-accounts/cc-plugins/services/zephyr-im.service | 4 ++++ 15 files changed, 60 insertions(+) commit 4f0673c142e6529b6aaa0022b8463fa67b2ff060 Author: Xavier Claessens Date: Fri Aug 24 10:14:43 2012 +0200 Remember password at least until session restart https://bugzilla.gnome.org/show_bug.cgi?id=680776 libempathy-gtk/empathy-account-widget.c | 14 ++++---------- libempathy/empathy-account-settings.c | 16 ++++++++++++++-- libempathy/empathy-account-settings.h | 4 ++++ libempathy/empathy-keyring.c | 5 ++++- libempathy/empathy-keyring.h | 2 +- libempathy/empathy-server-sasl-handler.c | 12 ++++-------- 6 files changed, 31 insertions(+), 22 deletions(-) commit 4ef8dd58943034270f935f081e290e7540a792f9 Author: Xavier Claessens Date: Mon Aug 27 14:43:55 2012 +0200 UOA: Migrate passwords to SSO src/empathy-sanity-cleaning.c | 112 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 98 insertions(+), 14 deletions(-) commit d3b83e5c737e8c700db880434a9a529dbfd20c8d Author: Chao-Hsiung Liao Date: Mon Aug 27 18:19:36 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 2631 +++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 2637 +++++++++++++++++++++++++++++------------------------------ 2 files changed, 2617 insertions(+), 2651 deletions(-) commit bdcd41b29068e30479c448a56cb76ea28ab160ce Author: Nilamdyuti Goswami Date: Sun Aug 26 22:10:58 2012 +0530 Assamese translation updated po/as.po | 77 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 40 insertions(+), 37 deletions(-) commit ad284ad39cacbb6d1af56167e448f835640a0a3d Author: Yaron Shahrabani Date: Sun Aug 26 10:20:53 2012 +0300 Updated Hebrew translation. po/he.po | 62 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 33 insertions(+), 29 deletions(-) commit e9e419b59ee9639516827239975449e7b95ed7bd Author: Yuri Myasoedov Date: Sun Aug 26 00:24:59 2012 +0400 Updated Russian translation po/ru.po | 3536 +++++++++++++++++++++++++++----------------------------------- 1 file changed, 1534 insertions(+), 2002 deletions(-) commit 3f7d6d6aaa61376b19b2cd73ba7a81af2c62ab71 Author: Milo Casagrande Date: Fri Aug 24 16:16:53 2012 +0200 [l10n] Updated Italian translation. po/it.po | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) commit 5d48b9b3ee3c24095d7ecc1a102a8e0b4bbbc862 Author: Piotr Drąg Date: Thu Aug 23 00:16:59 2012 +0200 Updated Polish translation po/pl.po | 3639 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 1702 insertions(+), 1937 deletions(-) commit 793497ef17da9a0d9b6c5d95fb62826787e46a14 Author: Xavier Claessens Date: Wed Aug 22 15:02:12 2012 +0200 UOA: Changing enable state of MC account should not modify per-service state ag_account_set_enabled() is not global enable state, we have to ensure that selected service is NULL before that. ubuntu-online-accounts/mc-plugin/mcp-account-manager-uoa.c | 3 +++ 1 file changed, 3 insertions(+) commit 82f3ed08b45446a8fcf258a0d2202c18defdcf8f Author: Kjartan Maraas Date: Wed Aug 22 10:42:54 2012 +0200 Updated Norwegian bokmål translation po/nb.po | 417 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 196 insertions(+), 221 deletions(-) commit 19d7727547d4b4cfcb2ac4468e08692e3b50def9 Author: Nguyễn Thái Ngọc Duy Date: Wed Aug 22 14:17:19 2012 +0700 Updated Vietnamese translation po/vi.po | 165 +++++++++++++++++++++++---------------------------------------- 1 file changed, 61 insertions(+), 104 deletions(-) commit 17568394a41935c8f6f5c5a2d51f82a4d050441c Author: Nguyễn Thái Ngọc Duy Date: Wed Aug 22 14:07:47 2012 +0700 po/vi: imported from Damned Lies po/vi.po | 3767 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1881 insertions(+), 1886 deletions(-) commit 03a3caf8fe17f17f335a4dd694b3b4b4826d7dbe Author: Andika Triwidada Date: Tue Aug 21 15:07:25 2012 +0700 Updated Indonesian translation po/id.po | 458 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 214 insertions(+), 244 deletions(-) commit 0506c711929eeb3d507ac08695b81b1f5944b66e Author: Daniel Mustieles Date: Mon Aug 20 20:03:20 2012 +0200 Updated Spanish translation po/es.po | 89 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 45 insertions(+), 44 deletions(-) commit d790d2d8c593fc7452b6eff800ef72699fdd1afa Author: Xavier Claessens Date: Mon Aug 20 18:31:33 2012 +0200 Fix missing names in NEWS Sorry Laurent... :-) NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit a99a2616cec829c2daf36f51f29847995ec23a4b Author: Xavier Claessens Date: Mon Aug 20 18:22:23 2012 +0200 remove release flag configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)