commit 8bdee896c41c0f37f3e43c8a47215d561036d1ce Author: Rui Matos Date: Tue Feb 16 20:02:06 2016 +0100 3.19.90 NEWS | 19 +++++++++++++++++++ configure.ac | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) commit aafd2ae6bd89121f9f1717d90eafef7a41db54cd Author: Daniel Mustieles Date: Sat Feb 13 18:54:21 2016 +0100 Updated Spanish translation po/es.po | 63 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 41 insertions(+), 22 deletions(-) commit ae4d79ff1de954d12c64d7c6bcc7ba5230e8ca48 Author: Chao-Hsiung Liao Date: Sat Feb 13 06:23:52 2016 +0000 Updated Chinese (Taiwan) translation po/zh_TW.po | 693 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 366 insertions(+), 327 deletions(-) commit 8dbd9ed592770eaa498ad835d4d322b0dd38810d Author: Cosimo Cecchi Date: Wed Feb 10 18:17:59 2016 -0800 region: don't access priv pointer before checking no error If the GCancellable is cancelled by the finalize() function, the callback will still be called potentially with an instance of the panel that's not valid anymore. To avoid crashing in that case, only access the priv pointer when we have no error. https://bugzilla.gnome.org/show_bug.cgi?id=761846 panels/region/cc-region-panel.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) commit 1ea4452b0a3b53ceb6c1a10963e0aa704a68ac0d Author: Felipe Borges Date: Tue Feb 9 15:55:24 2016 +0100 mouse: fix panel labels alignment Also removed shadow_type duplicates on GtkFrames UI file. https://bugzilla.gnome.org/show_bug.cgi?id=761762 panels/mouse/gnome-mouse-properties.c | 16 ----------- panels/mouse/gnome-mouse-properties.ui | 51 +++++++++++++++++++++++++++------- 2 files changed, 41 insertions(+), 26 deletions(-) commit 7c3e0b929cf06b24abf9aa879272e2df24e41784 Author: Ask Hjorth Larsen Date: Tue Feb 9 14:28:15 2016 +0100 Updated Danish translation po/da.po | 1168 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 685 insertions(+), 483 deletions(-) commit 58848b74098b446689c310e60788a51c9b684f89 Author: Rafael Fontenelle Date: Tue Feb 9 10:38:31 2016 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 1750 ++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 1177 insertions(+), 573 deletions(-) commit d801deaea4f5e627974bad4505634466e0cff85a Author: Jiri Grönroos Date: Mon Feb 8 20:56:22 2016 +0000 Updated Finnish translation po/fi.po | 121 ++++++++++++++++++++++----------------------------------------- 1 file changed, 41 insertions(+), 80 deletions(-) commit 971c927aadc85e7960bdd98e12f5f93f53cb1b50 Author: Balázs Meskó Date: Sun Feb 7 14:51:17 2016 +0000 Updated Hungarian translation po/hu.po | 1352 ++++++++++++++++++++------------------------------------------ 1 file changed, 443 insertions(+), 909 deletions(-) commit d8b2208498e336596136636c0345b535011dcd08 Author: Piotr Drąg Date: Sat Feb 6 22:30:46 2016 +0100 Updated Polish translation po/pl.po | 1109 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 557 insertions(+), 552 deletions(-) commit a081eaf51223f6f8bafeac6b6430f73479a653f0 Author: Dušan Kazik Date: Sat Feb 6 14:07:58 2016 +0000 Updated Slovak translation po/sk.po | 55 +++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 18 deletions(-) commit 8f8806c7d128eb815b834c962fba05efe0e8b439 Author: Rūdolfs Mazurs Date: Fri Feb 5 17:13:22 2016 +0200 Update Latvian translation po/lv.po | 1187 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 634 insertions(+), 553 deletions(-) commit 7f449edda53e79852ed2b9778c9e892688e9c3dc Author: Baurzhan Muftakhidinov Date: Fri Feb 5 11:36:43 2016 +0000 Updated Kazakh translation po/kk.po | 1211 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 696 insertions(+), 515 deletions(-) commit 42926dc94b3165b60598829529160fd48a835d49 Author: Alexandre Franke Date: Tue Feb 2 20:23:09 2016 +0000 Updated French translation po/fr.po | 1171 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 541 insertions(+), 630 deletions(-) commit a6addbac3befd4194c82fdcbb1ed5dcc040a45b7 Author: Mario Blättermann Date: Mon Feb 1 19:37:30 2016 +0100 Updated German translation po/de.po | 53 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 18 deletions(-) commit e9d65002a9d5b4d72d64be88d86b5146b4a74d01 Author: Piotr Drąg Date: Mon Feb 1 18:26:46 2016 +0100 Add context to strings in the shortcut window shell/help-overlay.ui | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit db829488459f52a2ba5e6c68087463dc9b00d1a2 Author: Daniel Mustieles Date: Sun Jan 31 22:26:30 2016 +0100 Updated Spanish translation po/es.po | 156 +++++++++++++++++++++------------------------------------------ 1 file changed, 51 insertions(+), 105 deletions(-) commit 2e7b23aa0019cd04e602be9c4838f458c97d9652 Author: Rui Matos Date: Tue Jan 26 16:30:54 2016 +0100 network: Fix a crash when clicking to forget a VPN on the editor We need to keep a reference to the NetVpn instance or it might already be finalized when the editor window closes. panels/network/net-vpn.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit d57be893401c0efb7cec362b2e3f5ea81e2b1f0c Author: Rui Matos Date: Mon Jan 25 19:10:41 2016 +0100 network: Avoid warnings while closing connection editor It doesn't make sense to try to validate pages because widgets are changing due to the whole dialog being destroyed and it causes a bunch of warnings because some resources are cleared on each page dispose method. Avoid all that by disconnecting the page "changed" signal handler before we start destroying widgets. panels/network/connection-editor/net-connection-editor.c | 6 ++++++ 1 file changed, 6 insertions(+) commit 2e6149b4b83cd6ce47ad079a6df717e88a67998a Author: Rui Matos Date: Tue Jan 26 18:35:52 2016 +0100 network: Don't try to get secrets for new connections We don't need secrets for new connections and, in fact, trying to retrieve secrets in that case will fail because we have a plain NMConnection instead of a NMRemoteConnection. The above mentioned error would result in the page never being initialized. panels/network/connection-editor/net-connection-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 62683047c5cd804c2b275501a65f80181a3883c5 Author: Lubomir Rintel Date: Fri Jan 22 21:48:56 2016 +0100 network: read secrets for the VPN connections The VPN page needs secrets too. Don't initialize it until the secrets are loaded, otherwise the secrets are lost on each connection edit. https://bugzilla.gnome.org/show_bug.cgi?id=761004 panels/network/connection-editor/ce-page-vpn.c | 28 +++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) commit 90a2e30c01399f542e65c02832174b85b176f5db Author: Balázs Meskó Date: Mon Jan 25 17:16:53 2016 +0000 Updated Hungarian translation po/hu.po | 2195 +++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 1382 insertions(+), 813 deletions(-) commit 3badc6945a6dc4048f31a93b63eaf949fb6c542f Author: Richard Hughes Date: Mon Jan 25 16:05:00 2016 +0000 Add a missing tag to the AppData file shell/appdata/gnome-control-center.appdata.xml.in | 1 + 1 file changed, 1 insertion(+) commit ff2cfece51ee6ddbb67eac9610f7350d6cf5cfef Author: Carlos Garnacho Date: Fri Jan 22 21:57:49 2016 +0100 wacom: Avoid deprecated Clutter API panels/wacom/calibrator/calibrator-gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c0e854a6dde6592a525c3423bb4b56d28ba74c5d Author: Carlos Garnacho Date: Fri Jan 22 21:51:46 2016 +0100 wacom: Workaround deadlocks in Clutter event handlers The way we destroy the window during the handling of a clutter event may cause the window to generate a focus event that gets processed immediately, causing Clutter to deadlock on its global lock. Bypass these issues in the places where we finalize out of Clutter events, The Esc key presses are now handled at the GTK+ level, and we postpone finalization (with either success or failure) to an idle. Works around https://bugzilla.gnome.org/show_bug.cgi?id=747880 panels/wacom/calibrator/calibrator-gui.c | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) commit 65bd735937f43e14103da79adce5e4dd4ad8e0d6 Author: Carlos Garnacho Date: Fri Jan 22 21:49:19 2016 +0100 wacom: Refactor calibrator finalization into separate function Instead of calling the delete event handler everywhere. panels/wacom/calibrator/calibrator-gui.c | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) commit d310ba63a1642d8c495d90d074fa62d083857136 Author: Jiri Grönroos Date: Fri Jan 22 19:00:11 2016 +0000 Updated Finnish translation po/fi.po | 525 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 321 insertions(+), 204 deletions(-) commit 2a428e77b62a149a8b91772fd08865fbf5373295 Author: Dušan Kazik Date: Fri Jan 22 10:31:19 2016 +0000 Updated Slovak translation po/sk.po | 102 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 53 insertions(+), 49 deletions(-) commit 2548274802db3204803d31b1a4ff06e6fd1289c9 Author: Alexander Shopov Date: Fri Jan 22 07:38:30 2016 +0200 Updated Bulgarian translation po/bg.po | 1814 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 903 insertions(+), 911 deletions(-) commit e372e8b9004cc4173de0a4424b368231dabf9ee6 Author: Mario Blättermann Date: Thu Jan 21 17:45:59 2016 +0100 Updated German translation po/de.po | 92 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 48 insertions(+), 44 deletions(-) commit 23881eaeac9cf9084d63f435c4bb91ad4013dcc9 Author: Felipe Borges Date: Thu Jan 21 15:15:33 2016 +0100 printers: have a "view" style for the Jobs dialog empty state To match the mockups at https://wiki.gnome.org/Design/SystemSettings/Printers#Guidelines panels/printers/jobs-dialog.ui | 3 +++ 1 file changed, 3 insertions(+) commit 8baaa81a397d9f261d9f0646f0fcde9991fc9bbb Author: Felipe Borges Date: Tue Sep 8 16:55:38 2015 +0200 printers: redesign the Printer Jobs Dialog Update the Printer Jobs Dialog to match the current designs at https://wiki.gnome.org/Design/SystemSettings/Printers https://bugzilla.gnome.org/show_bug.cgi?id=755626 panels/printers/Makefile.am | 2 + panels/printers/jobs-dialog.ui | 146 +++++------- panels/printers/pp-job.c | 251 +++++++++++++++++++++ panels/printers/pp-job.h | 47 ++++ panels/printers/pp-jobs-dialog.c | 468 +++++++++++++-------------------------- panels/printers/pp-utils.c | 162 -------------- panels/printers/pp-utils.h | 16 -- 7 files changed, 511 insertions(+), 581 deletions(-) commit 8ec6506a04c3540be8c3d224c3916f983ebe9e48 Author: Daniel Mustieles Date: Thu Jan 21 10:08:13 2016 +0000 Updated Spanish translation po/es.po | 483 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 293 insertions(+), 190 deletions(-) commit 2b7030b8c3be48b5d3f02d279fea747362eb0b8d Author: Dušan Kazik Date: Wed Jan 20 12:10:07 2016 +0000 Updated Slovak translation po/sk.po | 424 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 245 insertions(+), 179 deletions(-) commit 80868da3cd68bedcd0544a4f0c7da7486ae96f86 Author: Stas Solovey Date: Tue Jan 19 19:34:38 2016 +0000 Updated Russian translation po/ru.po | 468 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 280 insertions(+), 188 deletions(-) commit 53af5ffc82f9d73a26301b6307a618ce793c1059 Author: Mario Blättermann Date: Mon Jan 18 20:16:01 2016 +0100 Updated German translation po/de.po | 1638 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 1054 insertions(+), 584 deletions(-)