commit 5c4e24f2a5a5bb2605020f9b6fd0fd842f38d3f0 Author: Bastien Nocera Date: Tue Apr 16 12:10:26 2013 +0200 3.8.1 NEWS | 45 +++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) commit ff00679b0972f649014aa42e85755fdd8a21cd95 Author: Lionel Landwerlin Date: Mon Apr 8 13:43:24 2013 +0100 sound: fix potential memory corruption https://bugzilla.gnome.org/show_bug.cgi?id=697555 panels/sound/gvc-sound-theme-chooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8cc5caf8a779ba231d3f06799f0490c1e6b0a318 Author: Matthias Clasen Date: Fri Apr 12 21:18:00 2013 -0400 network: Avoid jumping dialogs The connection editor window is shown before all of its pages are initialized, causing it to jump when it gets its final size. Avoid that by not showing it before it is ready. https://bugzilla.gnome.org/show_bug.cgi?id=693781 panels/network/connection-editor/net-connection-editor.c | 7 +++++++ panels/network/connection-editor/net-connection-editor.h | 1 + 2 files changed, 8 insertions(+) commit f01aff6036b2026b263909a2094352d105841f55 Author: Bastien Nocera Date: Tue Apr 16 11:24:55 2013 +0200 po: Fix obvious bug in British English translation Spotted by Thomas Wood. po/en_GB.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2a73fdf812d6e4c24377b213358389d20f530c36 Author: Kalev Lember Date: Tue Apr 16 11:13:57 2013 +0200 user-accounts: Add missing semicolons to desktop files https://bugzilla.gnome.org/show_bug.cgi?id=696806 panels/user-accounts/data/gnome-user-accounts-panel.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 760cf5ff2a4b22f5cd26800947a003c95b5ad202 Author: Kalev Lember Date: Tue Apr 16 11:13:57 2013 +0200 search: Add missing semicolons to desktop files https://bugzilla.gnome.org/show_bug.cgi?id=696806 panels/search/gnome-search-panel.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 666a480a5cdaf51994e3767d74b458f9b6420456 Author: Kalev Lember Date: Tue Apr 16 11:13:57 2013 +0200 region: Add missing semicolons to desktop files https://bugzilla.gnome.org/show_bug.cgi?id=696806 panels/region/gnome-region-panel.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5e7035796bf45d5e071aef5654c6a31fa1a2fcbb Author: Kalev Lember Date: Tue Apr 16 11:13:57 2013 +0200 privacy: Add missing semicolons to desktop files https://bugzilla.gnome.org/show_bug.cgi?id=696806 panels/privacy/gnome-privacy-panel.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit feac26b870916f9790c5a75ea330c14aa86910cd Author: Kalev Lember Date: Tue Apr 16 11:13:56 2013 +0200 power: Add missing semicolons to desktop files https://bugzilla.gnome.org/show_bug.cgi?id=696806 panels/power/gnome-power-panel.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 691cf7e3d7c7afa644589d6525e1fe75c5818cc8 Author: Kalev Lember Date: Tue Apr 16 11:13:55 2013 +0200 color: Add missing semicolons to desktop files https://bugzilla.gnome.org/show_bug.cgi?id=696806 panels/color/gnome-color-panel.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 581a620ad0423213abb98aedaf27d230d99b66f1 Author: Kalev Lember Date: Tue Apr 16 11:13:54 2013 +0200 background: Add missing semicolons to desktop files https://bugzilla.gnome.org/show_bug.cgi?id=696806 panels/background/gnome-background-panel.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 515bf5956af0882cc70b6825bb57006d44eeb9a0 Author: Bastien Nocera Date: Mon Apr 15 18:13:30 2013 +0200 online-accounts: Require gnome-online-accounts 3.8 Anything else is too old. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1d91d618bf12ad02108b3a6f52566db92b56cf32 Author: Kalev Lember Date: Fri Apr 12 22:57:18 2013 +0200 info: Improve error handling for PackageKit version check Fixes critical errors when PackageKit isn't installed. https://bugzilla.gnome.org/show_bug.cgi?id=697821 panels/info/cc-info-panel.c | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) commit 1a13b37bdd0859b7682fa0083755539c331073ec Author: Stef Walter Date: Fri Apr 12 22:15:03 2013 +0200 user-accounts: Tell realmd not to setup system management The Enterprise Login feature is meant to setup a individiual domain accounts for use with GNOME, and not manage the system. realmd now configures more than just logins, so tell realmd to hold back and not configure a system managed by the domain. https://bugzilla.gnome.org/show_bug.cgi?id=697910 panels/user-accounts/um-realm-manager.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 9b1cce39b1b2aef19f1d02bb177e1ccbe8fa883c Author: Matthias Clasen Date: Fri Apr 12 22:03:56 2013 -0400 network: Set connection editor title for wired https://bugzilla.gnome.org/show_bug.cgi?id=693780 panels/network/net-device-ethernet.c | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) commit c11307b5f9b754939fac8ab187d6cf2de94113c7 Author: Matthias Clasen Date: Fri Apr 12 21:59:09 2013 -0400 network: Set the connection editor title for VPN https://bugzilla.gnome.org/show_bug.cgi?id=693780 panels/network/net-vpn.c | 9 +++++++++ 1 file changed, 9 insertions(+) commit d1166ad1db0f017c785d1a064bd109ddf07d7299 Author: Matthias Clasen Date: Fri Apr 12 21:58:14 2013 -0400 network: Allow setting title on connection editor We want the title to match whats in the device list, which sometimes does not match the connection id exactly. This API lets us do so. https://bugzilla.gnome.org/show_bug.cgi?id=693780 panels/network/connection-editor/net-connection-editor.c | 11 +++++++++++ panels/network/connection-editor/net-connection-editor.h | 4 ++++ 2 files changed, 15 insertions(+) commit 53da41668e9df5aa4eee0d890f456ccb2d11a98b Author: Matthias Clasen Date: Fri Apr 12 20:27:26 2013 -0400 network: Make it possible to delete virtual devices Bridges, bonds and vlans should be deletable, like they are in nm-connection-editor. The delete button was already sensitive for these devices, but it didn't do anything. This commit hooks up the necessary functionality. https://bugzilla.gnome.org/show_bug.cgi?id=697919 panels/network/net-virtual-device.c | 55 +++++++++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 3 deletions(-) commit be1eb825f1e1e4174823ed30678fdf9d51d407a2 Author: Matthias Clasen Date: Fri Apr 12 20:26:28 2013 -0400 network: Add remote settings to virtual devices This will be used in the next commit to delete the remote connection. https://bugzilla.gnome.org/show_bug.cgi?id=697919 panels/network/cc-network-panel.c | 1 + 1 file changed, 1 insertion(+) commit bdfcbe1b472d2391866e519f9d2d80e07c855218 Author: Tim Lunn Date: Thu Apr 11 11:17:15 2013 +1000 info: Fix display of graphic driver name. Use XCreateWindow to ensure we are using the same X VisualInfo on both the config and window. This avoids a BadMatch error on nvidia glx implementation. https://bugzilla.gnome.org/show_bug.cgi?id=697881 Cherry Picked from commit dfe066cdac94acb44539fc37c5912ac764f7f8c3 panels/info/cc-info-panel.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) commit 5e27b9601da832d6ba290874c8308300dc2f0175 Author: Jiro Matsuzawa Date: Mon Apr 15 12:20:16 2013 +0900 l10n: Update Japanese translation po/ja.po | 266 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 135 insertions(+), 131 deletions(-) commit 8e3a78fdcbc381aa529b9c50a40bb5a43ee51f53 Author: Piotr Drąg Date: Sun Apr 14 21:54:12 2013 +0200 Add a note to POTFILES.in about the gvc submodule po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit e361c81c6b2868b7f200fcbf108ba103226acc60 Author: Dušan Kazik Date: Sat Apr 13 20:37:23 2013 +0200 Updated slovak translation po/sk.po | 747 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 352 insertions(+), 395 deletions(-) commit 29e96e4b12becda176d867bef1cb23acbd8101e5 Author: Rui Matos Date: Tue Apr 9 01:21:31 2013 +0200 region: Fix setting the system language We need to actually change the variable holding the system language so that it gets applied. https://bugzilla.gnome.org/show_bug.cgi?id=694922 panels/region/cc-region-panel.c | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) commit 98adcbf591b22fedb66c7259427a1c0c88743a00 Author: Rui Matos Date: Tue Apr 9 01:08:52 2013 +0200 region: Apply user settings system-wide on single account systems On single account systems we don't show the login button but the user should still be able to set system-wide locale settings. We can simply export the user's own settings to the system in that case. https://bugzilla.gnome.org/show_bug.cgi?id=694922 panels/common/gnome-control-center.rules | 4 +++- panels/region/cc-region-panel.c | 39 +++++++++++++++++++++++++++----- 2 files changed, 36 insertions(+), 7 deletions(-) commit 06bd4cf4c90d3552e2d201574ffd42fd4a9ce183 Author: Bastien Nocera Date: Tue Apr 2 11:05:55 2013 +0200 shell: Remove obsolete libnotify dependency The notification code to open the firewall ports was removed in commit 45ba8e89e86397df912e07df14d76373f1c7e7af, but libnotify was still initialised. https://bugzilla.gnome.org/show_bug.cgi?id=697035 configure.ac | 3 +-- shell/cc-application.c | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) commit 779f50f4907622621f93cf700402b1fbe9202bd6 Author: Tim Lunn Date: Thu Apr 11 11:21:30 2013 +1000 info: Fix small memory leak panels/info/cc-info-panel.c | 1 + 1 file changed, 1 insertion(+) commit 8d5db89e1614e406f3d44d4ac5676e38e7e96d9e Author: Daniel Mustieles Date: Thu Apr 11 10:37:46 2013 +0200 Updated Spanish translation po/es.po | 257 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 127 insertions(+), 130 deletions(-) commit 25311213aff657e08ae39bdd4250cdf9bf3cb8fc Author: Kalev Lember Date: Tue Apr 2 14:22:04 2013 +0200 network: mark connection editor changed in a few more cases This makes sure the "Apply" button becomes sensitive when clicking on "Connect automatically" or "Make availabe to other users". https://bugzilla.gnome.org/show_bug.cgi?id=697098 panels/network/connection-editor/ce-page-ethernet.c | 3 +++ panels/network/connection-editor/ce-page-wifi.c | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) commit 9f8bf2b283e0c2e8b7f40685849748a424b9b2f1 Author: Marek Černocký Date: Tue Apr 9 23:53:20 2013 +0200 Updated Czech translation po/cs.po | 205 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 83 insertions(+), 122 deletions(-) commit 48c6583d1e936ddb4dd06f044139c253833a4969 Author: Wylmer Wang Date: Mon Apr 8 17:28:48 2013 +0800 Update Simplified Chinese translation po/zh_CN.po | 638 ++++++++++++++++++++---------------------------------------- 1 file changed, 211 insertions(+), 427 deletions(-) commit c50fdc4cf9e0a75d1befbd51110f3e42def3ebe4 Author: Yuri Myasoedov Date: Mon Apr 8 07:59:28 2013 +0400 Updated Russian translation po/ru.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit b357da51895ccf2b462bb8492ac8b4b9334b9669 Author: Gheyret Kenji Date: Sat Apr 6 19:14:13 2013 +0900 Updated Uyghur translation Signed-off-by: Gheyret Kenji po/ug.po | 375 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 188 insertions(+), 187 deletions(-) commit 4f8ad1d96d6e2ba2d5627d85dcf2282211608724 Author: Cosimo Cecchi Date: Tue Apr 2 13:12:01 2013 -0400 search: make locations box align with Close button https://bugzilla.gnome.org/show_bug.cgi?id=691917 panels/search/search-locations-dialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 58773e6fb3b326607a2183d07ab8b598a9deaf47 Author: Мирослав Николић Date: Wed Apr 3 20:21:34 2013 +0200 Updated Serbian translation po/sr.po | 186 +++++++++++++++++++++++---------------------------------- po/sr@latin.po | 186 +++++++++++++++++++++++---------------------------------- 2 files changed, 148 insertions(+), 224 deletions(-) commit e3580d8d06ddf41df8101a467751d20626e10e6c Author: Kjartan Maraas Date: Wed Apr 3 13:36:00 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 379 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 191 insertions(+), 188 deletions(-) commit ad857bdada10aa2192636ffe52be9f92a5f147fc Author: Giovanni Campagna Date: Sat Mar 2 02:11:52 2013 +0100 search: fix moving unsorted applications Search providers can either have an explicitly configured sort order, or be in the default alphabetical order based on their name. Previously, when moving we would always assume that all providers had a sort order, so moving an unsorted provider would put at the top. The right thing to do, instead, is to walk the list in visual order and assign an appropriate sort order, that is then flushed to gsettings. https://bugzilla.gnome.org/show_bug.cgi?id=694975 panels/search/cc-search-panel.c | 89 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 80 insertions(+), 9 deletions(-) commit fdcd063863e39760fdb435b2aa8b73cdff65ddda Author: Giovanni Campagna Date: Sat Mar 2 02:10:04 2013 +0100 search: don't keep the last panel last in the sort order Previously, we kept the last panel in the configured order last, after non configured ones.This would assign a sort order to the last panle that would place it in the middle, but visually sort it last, and that caused problems when moving it (it would jump into an apparently random position in the middle, according to the sort ID, and would move the nearby provider too). https://bugzilla.gnome.org/show_bug.cgi?id=694975 panels/search/cc-search-panel.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) commit e1431d939ca108e8bf7bd43bc1018d26fa49b36f Author: Inaki Larranaga Murgoitio Date: Tue Apr 2 21:37:51 2013 +0200 Updated Basque language po/eu.po | 257 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 131 insertions(+), 126 deletions(-) commit a71f053c0947bf3b984dd7f48858a4e738453bcf Author: Piotr Drąg Date: Tue Apr 2 16:01:08 2013 +0200 Updated Polish translation po/pl.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit dc02fb906b4be4ab78af01588c83562ed108e87b Author: Enrico Nicoletto Date: Mon Apr 1 17:27:46 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 222 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 111 insertions(+), 111 deletions(-) commit c8d2839f2380f9998ab21bc5e90329cd4811e0b8 Author: Mario Blättermann Date: Mon Apr 1 21:18:18 2013 +0200 [l10n] Updated German translation po/de.po | 879 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 525 insertions(+), 354 deletions(-) commit b667b5cb19653aff7f776b00fadb53c7f37b837a Author: Andika Triwidada Date: Tue Apr 2 01:27:29 2013 +0700 Updated Indonesian translation po/id.po | 4590 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 3072 insertions(+), 1518 deletions(-) commit 8f2fbef5bb84c4ae92d76955a62e72b48418320e Author: Aurimas Černius Date: Mon Apr 1 19:26:02 2013 +0300 Updated Lithuanian translation po/lt.po | 202 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 84 insertions(+), 118 deletions(-) commit 9c484629f13bf89a0a986cdbbf6012d1fa9e863c Author: Ihar Hrachyshka Date: Mon Apr 1 15:25:14 2013 +0300 Updated Belarusian translation. po/be.po | 210 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 87 insertions(+), 123 deletions(-) commit 491c3bf191553ae642452580d2c801ac2b5c8f71 Author: Ville-Pekka Vainio Date: Mon Apr 1 11:17:29 2013 +0300 A small fix to the Finnish translation po/fi.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 484fa34b6142bf9fbdbf89969d0fa7e74e89ea3b Author: Fran Diéguez Date: Mon Apr 1 10:06:22 2013 +0200 Updated Galician translations po/gl.po | 257 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 128 insertions(+), 129 deletions(-) commit fab4cb70fa96608a897511391367e646f8bea1c4 Author: Piotr Drąg Date: Mon Apr 1 00:19:17 2013 +0200 Updated Polish translation po/pl.po | 183 +++++++++++++++++++++++++-------------------------------------- 1 file changed, 72 insertions(+), 111 deletions(-) commit 14b62291d6a3146c336f9140daa654a23bd4d5aa Author: Piotr Drąg Date: Sun Mar 31 16:57:00 2013 +0200 Mark some strings as translatable Also unmark some others that probably shouldn't be translatable in the first place. panels/network/network-ethernet.ui | 2 +- panels/network/network-simple.ui | 2 +- panels/network/network-wifi.ui | 16 ++++++++-------- panels/sharing/sharing.ui | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) commit 8adc595f2b4ac5c358c27ddc27ca4cc8d17ba7ff Author: Ville-Pekka Vainio Date: Sun Mar 31 20:25:19 2013 +0300 A small fix to the Finnish translation po/fi.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 31e513d3e08aad302147a0ee042e21ccb62d534f Author: Ville-Pekka Vainio Date: Sun Mar 31 20:16:29 2013 +0300 Finnish translation update by Jiri Grönroos po/fi.po | 53 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 23 deletions(-) commit fe9284b3a31d04ff99baf34a96d0201aa9e92cc5 Author: Piotr Drąg Date: Sun Mar 31 18:06:21 2013 +0200 Updated Polish translation po/pl.po | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) commit a59e1a531582d559f315b22493232246a6c4eac9 Author: Christian Kirbach Date: Sun Mar 31 14:57:33 2013 +0200 Updated German translation po/de.po | 778 +++++++++++++++++++++++++-------------------------------------- 1 file changed, 308 insertions(+), 470 deletions(-) commit bd3364bda89589714b443ab48a8a6de4dc5f6467 Author: Carles Ferrando Date: Sat Mar 30 11:24:11 2013 +0100 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 109 +++++++++++++++++++++++++++++------------------------- 1 file changed, 59 insertions(+), 50 deletions(-) commit b923e7b029c444f1799d15d2468e98d4737f8388 Author: Gil Forcada Date: Sat Mar 30 11:23:13 2013 +0100 [l10n] Update Catalan translation po/ca.po | 109 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 59 insertions(+), 50 deletions(-) commit b5e37a421c3ac9baf56e67954c664b85d103beab Author: Krishnababu Krothapalli Date: Fri Mar 29 18:26:01 2013 +0530 Updated Telugu Translations po/te.po | 336 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 213 insertions(+), 123 deletions(-) commit bc2401366661f54c5f9fb1538bf510e633bca239 Author: Мирослав Николић Date: Thu Mar 28 21:23:30 2013 +0100 Updated Serbian translation po/sr.po | 104 +++++++++++++++++++++++++++++++-------------------------- po/sr@latin.po | 104 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 112 insertions(+), 96 deletions(-) commit cd5d0c226e71e4b8fe560817401f67e81cdb338f Author: ManojKumar Giri Date: Thu Mar 28 20:42:48 2013 +0530 Updated Odia Language along with FUEL implementation po/or.po | 553 ++++++++++++--------------------------------------------------- 1 file changed, 106 insertions(+), 447 deletions(-) commit a574f12dc72614723c983008fad5fc2531e7122d Author: ManojKumar Giri Date: Thu Mar 28 20:39:35 2013 +0530 Updated Odia Language along with FUEL implementation po/or.po | 215 ++++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 143 insertions(+), 72 deletions(-) commit be9f48c9bdf1881a1442498cc53f7622f4ab18d6 Author: Shankar Prasad Date: Thu Mar 28 16:20:36 2013 +0530 Updated kn translations po/kn.po | 186 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 90 insertions(+), 96 deletions(-) commit 512088167731453ce3d14f2f5116d75f192ab83e Author: Shankar Prasad Date: Thu Mar 28 16:11:36 2013 +0530 Updated kn translations po/kn.po | 1474 ++++++++++++++++++++++++++++---------------------------------- 1 file changed, 671 insertions(+), 803 deletions(-) commit 07ef6f91807997e97ff706fe3533dcda8c9e4358 Author: Shankar Prasad Date: Thu Mar 28 16:09:10 2013 +0530 Updated kn translations po/kn.po | 1764 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 810 insertions(+), 954 deletions(-) commit 4e102d735c7441e7856bf573af8814cc66488acc Author: Nilamdyuti Goswami Date: Thu Mar 28 14:46:06 2013 +0530 Assamese translation updated po/as.po | 110 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 59 insertions(+), 51 deletions(-) commit 4316250399863366b8cd1496f29d30b2e1f151b8 Author: Dimitris Spingos Date: Thu Mar 28 08:25:56 2013 +0200 Updated Greek translation po/el.po | 128 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 68 insertions(+), 60 deletions(-) commit 73ba5e1cbf72f037fcab24013627e2fad69ec490 Author: Enrico Nicoletto Date: Wed Mar 27 18:23:25 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 1194 +++++------------------------------------------------------ 1 file changed, 89 insertions(+), 1105 deletions(-) commit 10f4cbd7d474579082f3b756192f49d532397987 Author: Giovanni Campagna Date: Wed Mar 27 00:57:05 2013 +0100 notifications: don't fail if a referenced application does not exist If we have settings for an app, but we don't have a desktop file, it is likely the app was uninstalled, so just ignore it and avoid the criticals. https://bugzilla.gnome.org/show_bug.cgi?id=696665 panels/notifications/cc-notifications-panel.c | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) commit c12aeacaef2f1233fa726935e99ac2d9da738a4c Author: Frédéric Péters Date: Wed Mar 27 14:32:59 2013 +0100 po: update French translation po/fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e5e48eca090c72d5ec74ea5dcfaa8d28ec007ef8 Author: Bastien Nocera Date: Wed Mar 27 11:24:00 2013 +0100 network: Fix possible crash in connection editor Disable the type-ahead search in the connection editor, the number of items, and their positional stability means that a search feature isn't warranted. As a precaution, also check the success of gtk_tree_selection_get_selected() to avoid crashes. https://bugzilla.gnome.org/show_bug.cgi?id=693685 panels/network/connection-editor/connection-editor.ui | 2 +- panels/network/connection-editor/net-connection-editor.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) commit ac3a3c41ed9be93060d350ac3656f3f1acc4dcf9 Author: Arash Mousavi Date: Wed Mar 27 14:04:37 2013 +0430 L10N: Updated Persian Translation po/fa.po | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) commit cb2c278942a97683cf5c41b5e5fd10f5e5ffa297 Author: Fran Diéguez Date: Wed Mar 27 00:39:05 2013 +0100 Updated Galician translations po/gl.po | 90 +++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 49 insertions(+), 41 deletions(-) commit 54805098185e9b5ed52faa891e880f0680c6a03b Author: Alexandre Franke Date: Tue Mar 26 23:35:40 2013 +0100 Update French translation po/fr.po | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) commit 16a2a047544688de4b30152cfecf1a6b37237f44 Author: Matej Urbančič Date: Tue Mar 26 22:25:02 2013 +0100 Updated Slovenian translation po/sl.po | 89 +++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 49 insertions(+), 40 deletions(-) commit 543c86ee1436db08d00bcacd7c354f6103b80b9e Author: Marek Černocký Date: Tue Mar 26 21:45:55 2013 +0100 Updated Czech translation po/cs.po | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) commit 46bb3660a997ba18626870b0e3ccac3da971a5e5 Author: Aurimas Černius Date: Tue Mar 26 22:44:13 2013 +0200 Updated Lithuanian translation po/lt.po | 91 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 49 insertions(+), 42 deletions(-) commit 860d0e9d0ea775ec0c8a0fb3c22e0f71590d90a8 Author: Balázs Úr Date: Tue Mar 26 20:44:31 2013 +0100 Updated Hungarian translation po/hu.po | 105 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 58 insertions(+), 47 deletions(-) commit b35f34a1a8b945013f6df381d038be2a3c0083fe Author: Piotr Drąg Date: Tue Mar 26 20:04:53 2013 +0100 Updated Polish translation po/pl.po | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) commit 875aab610439944cc22b5febf2a0341cbe6b665c Author: Ihar Hrachyshka Date: Tue Mar 26 21:04:29 2013 +0300 Updated Belarusian translation. po/be.po | 139 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 80 insertions(+), 59 deletions(-) commit 18d72f5f12a73d0590a18d2e73970d8c51be7bf1 Author: Bastien Nocera Date: Tue Mar 26 18:42:17 2013 +0100 network: Fix display of some characters in WiFi AP names The old interface used to use markup to display Wi-Fi AP names, but the new one didn't, but we were still escaping the AP name. https://bugzilla.gnome.org/show_bug.cgi?id=695515 panels/network/net-device-wifi.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) commit 291df5347cdcb76224c213f20effae2c08043007 Author: Bastien Nocera Date: Tue Mar 26 18:20:07 2013 +0100 sound: Update to libgnome-volume-control master panels/sound/gvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 55e6615cfd95c7e01ad5b1064cfae50aef0e0c55 Author: Daniel Mustieles Date: Tue Mar 26 17:58:26 2013 +0100 Updated Spanish translation po/es.po | 101 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 55 insertions(+), 46 deletions(-) commit af6227481e98c84bca8eaa764296f7f37b2eec91 Author: Daniel Mustieles Date: Tue Mar 26 17:28:21 2013 +0100 Fixed syntax in translation of Keywords string po/cs.po | 6 +- po/eu.po | 2 +- po/te.po | 229 +++++++++++++++++++++------------------------------------------ 3 files changed, 81 insertions(+), 156 deletions(-) commit 081263f741da2b4374bc62e7cc8381c596cd496e Author: Frédéric Péters Date: Tue Mar 26 17:03:41 2013 +0100 power: Mark some strings as translatable Those strings should have been marked as translatable, but were not. panels/power/cc-power-panel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 98a980abb0382c8ae1b37b868139a1e878cd3053 Author: Frédéric Péters Date: Tue Mar 26 17:00:45 2013 +0100 shell: Fix translation of the window title The string was marked as translatable, but the translation was not used. shell/cc-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cd2495787209cb11492e86ecfbfb1f5505ac4240 Author: Bastien Nocera Date: Tue Mar 26 15:43:39 2013 +0100 background: Fix handling of cancellation in async calls A few of the async calls were still handling the user_data before checking that it was still valid (eg. the operation was not cancelled), and also printing warnings when the error was a cancellation. panels/background/bg-pictures-source.c | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) commit cf79f376634a99bb8d5cbbd415b324de738f40f2 Author: Shankar Prasad Date: Tue Mar 26 18:17:25 2013 +0530 Updated kn translations po/kn.po | 381 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 194 insertions(+), 187 deletions(-) commit 1d7a0d83997832bc4c7c84eb8db94302299c8600 Author: Krishnababu Krothapalli Date: Tue Mar 26 16:20:25 2013 +0530 Updated Telugu Translations po/te.po | 5647 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 3862 insertions(+), 1785 deletions(-)