commit 0c6ed9af60a2827624bdb29e0e7f6fa51142e266 Author: Rui Matos Date: Mon Sep 15 22:12:44 2014 +0200 3.13.92 NEWS | 32 ++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) commit d13a9a14c0c377a9d2cdb72e7efe01925063fa47 Author: Dušan Kazik Date: Mon Sep 15 16:49:42 2014 +0000 Updated Slovak translation po/sk.po | 96 +++++++++++++++++++++++----------------------------------------- 1 file changed, 34 insertions(+), 62 deletions(-) commit c9b88e88311c835920fbf3a439534a444182f57c Author: Shantha kumar Date: Mon Sep 15 10:58:21 2014 +0000 Updated Tamil translation po/ta.po | 2222 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 1208 insertions(+), 1014 deletions(-) commit daded1735bd27afab4dcc46c758b6f9633ee2940 Author: Saibal Ray Date: Mon Sep 15 10:43:28 2014 +0000 Updated Bengali (India) translation po/bn_IN.po | 4625 ++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 2806 insertions(+), 1819 deletions(-) commit ae220860595c2c643c3ca86ea9371cb785859f7f Author: Carles Ferrando Date: Sun Sep 14 22:40:46 2014 +0200 [l10n] Updated Catalan (Valencian) translation po/ca@valencia.po | 1570 ++++++++++++++++++++++++++++------------------------- 1 file changed, 826 insertions(+), 744 deletions(-) commit 780a42ab56ec0cc082c91457fb2f1a6f5bba3cb1 Author: Gil Forcada Date: Sun Sep 14 22:40:37 2014 +0200 [l10n] Update Catalan translation po/ca.po | 1570 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 826 insertions(+), 744 deletions(-) commit 0d1df9204038bb79ca3e53fe47af962d7d9d00c5 Author: Balázs Úr Date: Sun Sep 14 13:03:28 2014 +0000 Updated Hungarian translation po/hu.po | 747 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 394 insertions(+), 353 deletions(-) commit 23a28dbff76db3d753a4ef22a30609e8333352e2 Author: Matej Urbančič Date: Sat Sep 13 21:03:26 2014 +0200 Updated Slovenian translation po/sl.po | 1183 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 637 insertions(+), 546 deletions(-) commit 3fe6e9e738ac55bb17eda1bdb1482461c2d30d60 Author: Pawan Chitrakar Date: Sat Sep 13 18:36:59 2014 +0000 Updated Nepali translation po/ne.po | 12116 +++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 9005 insertions(+), 3111 deletions(-) commit 177166c65ba747bdbb2a9b19a6be8a904dc5742b Author: Matthias Clasen Date: Thu Sep 11 21:59:45 2014 -0400 user-accounts: Fix focus in the account dialog Making containers take focus is almost never right. In this case, it disrupts the focus chain in the dialog, because the focus gets stuck on the stack. https://bugzilla.gnome.org/show_bug.cgi?id=736223 panels/user-accounts/data/account-dialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit eaed418f2a458d734d3dd7e9dcefacafae9b6bcb Author: Debarshi Ray Date: Thu Sep 11 18:02:21 2014 +0200 background: Use a stack with three views for the chooser dialog Instead of using a GtkGrid and GtkBox to mimic what GtkStack and GtkStackSwitcher already does for us, let's just use the latter. As a result each source now has its separate GtkIconView. The pictures source has a nested GtkStack to switch between the 'empty' box and the view, which should simplify size-related issues. https://bugzilla.gnome.org/show_bug.cgi?id=736366 panels/background/cc-background-chooser-dialog.c | 346 +++++++++++------------ panels/background/cc-background-chooser-dialog.h | 2 +- panels/background/cc-background-panel.c | 4 +- panels/background/test-chooser-dialog.c | 2 +- 4 files changed, 170 insertions(+), 184 deletions(-) commit 658bcc86e6fd40ebeacacd2e308c7269dbb9d7fe Author: Bastien Nocera Date: Fri Sep 12 10:33:47 2014 +0200 sharing: Fix empty folder list by default https://bugzilla.gnome.org/show_bug.cgi?id=736536 panels/sharing/Makefile.am | 1 + panels/sharing/cc-media-sharing.c | 13 ++++++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) commit da160033c0003ecd00ed5505f65df57727c12c48 Author: Bastien Nocera Date: Thu Sep 11 16:46:57 2014 +0200 background: Fix memory leak in Flickr support When the GrlSourceResultCb callback is called, the media's ownership is given to the callback function (as per documentation that says "media" is "transfer full"). panels/background/cc-background-grilo-miner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 97f98e8e4602c9a30b72371002dedd0af87e972f Author: Ask Hjorth Larsen Date: Thu Sep 11 21:52:15 2014 +0000 Updated Danish translation po/da.po | 1604 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 868 insertions(+), 736 deletions(-) commit 16a79ae6e4c62b20ccae251c39b0d1e673336d41 Author: Debarshi Ray Date: Wed Sep 10 18:35:36 2014 +0200 background: Remove a useless horizontal size request There are three cases which affect our size calculation: - When the dialog is without a parent in the test application. - When the dialog is maximized on small screens. - When the dialog is used with an unmaximized parent. The width of the chooser is much more than half the width of the parent in the third case. So there is no point in doing it. The width that we set for the grid in the content area is actually what is useful. https://bugzilla.gnome.org/show_bug.cgi?id=736366 panels/background/cc-background-chooser-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5e9274f93f4847dfd195d8f7a6b51cfb7b285796 Author: Aurimas Černius Date: Wed Sep 10 18:54:04 2014 +0300 Updated Lithuanian translation po/lt.po | 489 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 261 insertions(+), 228 deletions(-) commit 44a9ba4a3024dfde5dd4454074a24153faa4ba5f Author: Daniel Mustieles Date: Wed Sep 10 12:07:29 2014 +0200 Updated Spanish translation po/es.po | 430 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 217 insertions(+), 213 deletions(-) commit 19aa1df6462fa9f2ae8891641b80849192a90583 Author: Sweta Kothari Date: Wed Sep 10 11:21:14 2014 +0530 Updated gujarati translations po/gu.po | 272 ++++++++++++++++++++++++++------------------------------------- 1 file changed, 110 insertions(+), 162 deletions(-) commit 72cd2e69e13d1c21986cf71ada4d08e5a9a2c210 Author: Bastien Nocera Date: Tue Sep 9 17:05:57 2014 +0200 keyboard: Add translator comments to new feature Conflict resolution and automatic "Shift" assignment need some examples for translators to do their work. https://bugzilla.gnome.org/show_bug.cgi?id=736336 panels/keyboard/keyboard-shortcuts.c | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) commit dbd1a539f6d39b9d1f656d815ef9715778411a02 Author: Bastien Nocera Date: Mon Sep 8 16:15:05 2014 +0200 network: Don't show underlying device for VPN connections We don't need to see "tun0" with its IP address in there, separate from the VPN configuration. panels/network/cc-network-panel.c | 3 +++ 1 file changed, 3 insertions(+) commit e46c83a078d64a28ed1b4c47aa4d85e140fd95e3 Author: Dušan Kazik Date: Tue Sep 9 15:01:18 2014 +0000 Updated Slovak translation po/sk.po | 1627 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 867 insertions(+), 760 deletions(-) commit d7b1310026cd0f19d628d130634c98eafbbc85af Author: A S Alam Date: Mon Sep 8 19:23:41 2014 -0500 update Punjabi Translation - back for 3.14 po/pa.po | 1636 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 870 insertions(+), 766 deletions(-) commit 034d269fe0e6fa06c92f3f50e381a371a55630d3 Author: Bastien Nocera Date: Mon Sep 8 14:29:21 2014 +0200 network: Really hide all of the virtualisation bridges Follow-up to ddc35609bd321dfb82ebb62af719f2e8fac16210. panels/network/cc-network-panel.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) commit c73217a015142e0d11152bc656a84979ba212957 Author: Rūdolfs Mazurs Date: Sun Sep 7 18:37:29 2014 +0300 Updated Latvian translation po/lv.po | 1640 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 874 insertions(+), 766 deletions(-) commit 4201acb101ca69cfc71726fc44465a1938e3ec6b Author: Ville-Pekka Vainio Date: Sun Sep 7 13:30:34 2014 +0300 Finnish translation update by Jiri Grönroos po/fi.po | 682 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 353 insertions(+), 329 deletions(-) commit d705411a08fffbe2cc6659a7c715d359075a5aa4 Author: Alexander Shopov Date: Wed Aug 13 08:15:22 2014 +0300 Updated Bulgarian translation po/bg.po | 4066 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 2061 insertions(+), 2005 deletions(-) commit 1f5add155a46f4cda86202d2f5b0daeb610a8cfe Author: Piotr Drąg Date: Sun Sep 7 01:32:09 2014 +0200 Updated Polish translation po/pl.po | 419 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 213 insertions(+), 206 deletions(-) commit 5e44532c6b2fbce63b9df3788099f8fffba2f334 Author: Kjartan Maraas Date: Sat Sep 6 12:12:08 2014 +0200 Updated Norwegian bokmål translation. po/nb.po | 426 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 217 insertions(+), 209 deletions(-) commit 7b33be9d143703fc71921c186dfd61e283dcf90c Author: Michael Catanzaro Date: Fri Sep 5 22:47:32 2014 -0500 printers: Fix multiple definitions of libprinters_la_CPPFLAGS CUPS_CPPFLAGS is in AM_CPPFLAGS, so we can just remove the first definition (which I guess has been ignored). panels/printers/Makefile.am | 2 -- 1 file changed, 2 deletions(-) commit 439eb22ca13320a5b50923d2ea9021c669723957 Author: Bastien Nocera Date: Fri Sep 5 12:49:41 2014 +0200 keyboard: Fix a crash if the WM changes (or restarts) By stopping watching for WM changes when leaving the shortcuts panel. #0 reload_sections #1 wm_window_event_filter #2 gdk_event_apply_filters at gdkeventsource.c:81 #3 gdk_event_source_translate_event at gdkeventsource.c:195 #4 _gdk_x11_display_queue_events at gdkeventsource.c:338 #5 gdk_display_get_event at gdkdisplay.c:313 #10 g_main_context_iteration at gmain.c:3766 #11 g_application_run at gapplication.c:1623 See https://bugzilla.redhat.com/show_bug.cgi?id=1094480 https://bugzilla.gnome.org/show_bug.cgi?id=736117 panels/keyboard/keyboard-shortcuts.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) commit 6c43ebe3b0e0c24ea6cd3d8d7071286687a56205 Author: Bastien Nocera Date: Fri Sep 5 12:49:00 2014 +0200 keyboard: Make it possible to stop watching for WM changes As we don't want to be doing that anymore if we're not in the keyboard panel anymore. https://bugzilla.gnome.org/show_bug.cgi?id=736117 panels/keyboard/wm-common.c | 11 ++++++++++- panels/keyboard/wm-common.h | 5 +++-- 2 files changed, 13 insertions(+), 3 deletions(-) commit c218a2198e12ac2c52e15f230cf40890568ed89b Author: Ondrej Holy Date: Thu Aug 28 09:47:41 2014 +0200 user-accounts: replace fingerprint widgets by the UmEditableButton The patch fixes also a wrong padding and replaces GtkNotebook. https://bugzilla.gnome.org/show_bug.cgi?id=736009 panels/user-accounts/data/user-accounts-dialog.ui | 27 +--------------- panels/user-accounts/um-fingerprint-dialog.c | 39 ++++++++--------------- panels/user-accounts/um-fingerprint-dialog.h | 6 ++-- panels/user-accounts/um-user-panel.c | 23 ++++++------- 4 files changed, 27 insertions(+), 68 deletions(-) commit 6ce59765dc188dec231b9a5e35c5e5bdfe194425 Author: Ondrej Holy Date: Thu Aug 28 19:41:34 2014 +0200 user-accounts: fix wrong label padding Hardcoded value is avoided and the label offset is calculated from style context now. https://bugzilla.gnome.org/show_bug.cgi?id=736009 panels/user-accounts/data/user-accounts-dialog.ui | 4 ---- panels/user-accounts/um-user-panel.c | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 4 deletions(-) commit 110bc2ebb5f1ac8b1ac5cf64668756dad5477ea6 Author: Bastien Nocera Date: Fri Sep 5 10:03:09 2014 +0200 keyboard: Fix warnings when clearing the help shortcut (gnome-control-center:20334): GLib-CRITICAL **: g_variant_new_string: assertion 'string != NULL' failed #0 g_logv (log_domain=0x7fffec6a040e "GLib", log_level=G_LOG_LEVEL_CRITICAL, format=, args=args@entry=0x7fffffffd148) at gmessages.c:1046 #1 0x00007fffec63ca12 in g_log (log_domain=log_domain@entry=0x7fffec6a040e "GLib", log_level=log_level@entry=G_LOG_LEVEL_CRITICAL, format=format@entry=0x7fffec6a9cbd "%s: assertion '%s' failed") at gmessages.c:1079 #2 0x00007fffec63ca39 in g_return_if_fail_warning (log_domain=log_domain@entry=0x7fffec6a040e "GLib", pretty_function=pretty_function@entry=0x7fffec6fa860 <__FUNCTION__.5201> "g_variant_new_string", expression=expression@entry=0x7fffec6fc5f2 "string != NULL") at gmessages.c:1088 #3 0x00007fffec66890a in g_variant_new_string (string=string@entry=0x0) at gvariant.c:1227 #4 0x00007fffecc34dd4 in g_settings_set_string (settings=settings@entry=0x14b3640, key=key@entry=0x14caac0 "help", value=value@entry=0x0) at gsettings.c:1708 #5 0x000000000047cd2e in settings_set_binding (value=0x0, key=0x14caac0 "help", settings=0x14b3640) at cc-keyboard-item.c:117 #6 _set_binding (set_backend=1, value=, item=) at cc-keyboard-item.c:155 #7 cc_keyboard_item_set_property (object=, prop_id=, value=, pspec=0x146e300) at cc-keyboard-item.c:204 #8 0x00007fffec93b3eb in object_set_property (nqueue=, value=, pspec=, object=) at gobject.c:1415 #9 g_object_set_valist (object=0x149fc00, first_property_name=0x146e300 "\320\064\231", var_args=0x7fffffffd378) at gobject.c:2159 #10 0x00007fffec93bc0f in g_object_set (_object=0x149fc00, first_property_name=first_property_name@entry=0x53a4a6 "binding") at gobject.c:2269 #11 0x0000000000479652 in accel_cleared_callback (cell=, path_string=, data=) at keyboard-shortcuts.c:1625 panels/keyboard/cc-keyboard-item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 12a811dff9184c9ea723d979200774d223b90187 Author: Changwoo Ryu Date: Fri Sep 5 06:45:43 2014 +0900 Updated Korean translation po/ko.po | 1556 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 832 insertions(+), 724 deletions(-) commit 8629632c4df35d48ed22fd6cd8d1498f26a709b9 Author: Owen W. Taylor Date: Thu Sep 4 13:11:41 2014 -0400 network: Fix build Last patch refers to nm_device instead of the actual variable device. https://bugzilla.gnome.org/show_bug.cgi?id=723643 panels/network/net-device-wifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit aa421e09d05f17b111c8f28650826caa4810d983 Author: Michael Catanzaro Date: Wed Sep 3 12:32:49 2014 -0500 network: report hotspot is running only if device is active https://bugzilla.gnome.org/show_bug.cgi?id=723643 panels/network/net-device-wifi.c | 3 +++ 1 file changed, 3 insertions(+) commit 86b7af3f0e87874575bd1869c7f417f15b2509fa Author: David King Date: Thu Sep 4 15:58:03 2014 +0100 panels: Mark label strings as translatable https://bugzilla.gnome.org/show_bug.cgi?id=736052 panels/color/color.ui | 4 ++-- panels/network/connection-editor/connection-editor.ui | 2 +- panels/network/network-wifi.ui | 6 +++--- panels/region/input-options.ui | 2 +- panels/wacom/button-mapping.ui | 2 +- panels/wacom/gnome-wacom-properties.ui | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) commit 745c7ef9de4065e3a010b61d9322525dd11c65df Author: David King Date: Thu Sep 4 14:12:40 2014 +0100 panels: Fix all but one uses of use-stock property Avoid the deprecated use-stock. https://bugzilla.gnome.org/show_bug.cgi?id=736052 panels/color/color.ui | 8 ++++---- panels/network/connection-editor/connection-editor.ui | 4 ++-- panels/network/network-wifi.ui | 12 ++++++------ panels/region/input-options.ui | 4 ++-- panels/wacom/button-mapping.ui | 4 ++-- panels/wacom/gnome-wacom-properties.ui | 4 ++-- 6 files changed, 18 insertions(+), 18 deletions(-) commit cea2c74a3eb1a5f135fa3e01e1f464344cdce022 Author: David King Date: Thu Sep 4 13:56:02 2014 +0100 panels: Avoid deprecated has-resize-grip property https://bugzilla.gnome.org/show_bug.cgi?id=736052 panels/color/color-calibrate.ui | 1 - panels/wacom/button-mapping.ui | 1 - 2 files changed, 2 deletions(-) commit a59542f0b01513335ff3da7f266686df0cd294e8 Author: Shankar Prasad Date: Thu Sep 4 06:43:24 2014 +0000 Updated Kannada translation po/kn.po | 4563 +++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 2760 insertions(+), 1803 deletions(-) commit d7bda0bc2e59eacf2e95dcb1bb91e2e37e040635 Author: Bastien Nocera Date: Wed Sep 3 16:36:41 2014 +0200 datetime: Don't hard-code font size Use a percentage instead. https://bugzilla.gnome.org/show_bug.cgi?id=735973 panels/datetime/cc-datetime-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c515a6e67e7e356135977557ce4b0e927dcafecc Author: Bastien Nocera Date: Wed Sep 3 13:23:20 2014 +0200 network: Fix more potential crashers for WWAN And virtual devices. Again, listening on the long-lasting client object but expecting the user_data (the object) to be around when it might have been destroyed already. https://bugzilla.gnome.org/show_bug.cgi?id=735932 panels/network/net-device-mobile.c | 6 +++--- panels/network/net-virtual-device.c | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) commit a19c7ec9775757b57c6f879fa79ef32cf71de4e0 Author: Bastien Nocera Date: Wed Sep 3 13:20:01 2014 +0200 network: Fix possible crash when wireless-enabled changes The device we're handling might have disappeared already, but we're listening on the NMClient object, which is still alive. https://bugzilla.gnome.org/show_bug.cgi?id=735932 panels/network/net-device-wifi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 9703d6f0e82c1c4d1239ab7d7c6be4b6e5c80552 Author: Krishnababu Krothapalli Date: Wed Sep 3 14:48:56 2014 +0000 Updated Telugu translation po/te.po | 4323 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 2527 insertions(+), 1796 deletions(-) commit 3a2606ea80b41b2b2955ae9f665dd8c99503252f Author: Bastien Nocera Date: Wed Sep 3 13:14:12 2014 +0200 libgd: Update to fix GdNotification theming https://bugzilla.gnome.org/show_bug.cgi?id=735680 libgd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ab4f96df888c31384b173fa6f92c5760012c8a49 Author: Piotr Drąg Date: Wed Sep 3 03:36:42 2014 +0200 Updated Polish translation po/pl.po | 1269 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 673 insertions(+), 596 deletions(-)