commit 0399a04cf3a00311acce32e4b3fd4ef067a2fe77 (HEAD -> gnome-3-22) Author: Bastien Nocera Date: Tue Mar 14 10:47:57 2017 +0100 3.22.2 NEWS | 35 +++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) commit dc8ec5a3cc6f4c930ddc5d39e990c235b320c6b6 (origin/gnome-3-22) Author: Bastien Nocera Date: Fri Mar 10 17:45:55 2017 +0100 network: Fix initial state of Wi-Fi device This ensures that: - the AP list shown on startup when the Hotspot is disabled on startup, or when disabling it at run-time - the hotspot page is shown on startup when the Hotspot is enabled, or when it gets enabled at runtime https://bugzilla.gnome.org/show_bug.cgi?id=705546 panels/network/net-device-wifi.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) commit acf83f89ca656b86588e6e49ab6065921aa7cc79 Author: Bastien Nocera Date: Fri Mar 10 14:25:33 2017 +0100 network: Save new SSID to disk before enabling the hotspot Commit e824868 was supposed to do this, but needed to write the changes out to disk before activating the hotspot. https://bugzilla.gnome.org/show_bug.cgi?id=705546 panels/network/net-device-wifi.c | 57 ++++++++++++++++++++++++++++++++++------ 1 file changed, 49 insertions(+), 8 deletions(-) commit 86f4f9d14c338598f359469bd8e0620bc838d930 Author: Bastien Nocera Date: Fri Mar 10 14:24:19 2017 +0100 network: Move hotspot connection search into a helper function https://bugzilla.gnome.org/show_bug.cgi?id=705546 panels/network/net-device-wifi.c | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) commit 848b1826e1e2e8ba837906262a8b80ddaef35b0d Author: GNOME Translation Robot Date: Tue Mar 7 10:27:09 2017 +0000 Update Scottish Gaelic translation po/gd.po | 1166 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 614 insertions(+), 552 deletions(-) commit 8037de591d18eda47d4670bb79d678a015559913 Author: Sveinn í Felli Date: Fri Mar 3 15:21:10 2017 +0000 Update Icelandic translation po/is.po | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) commit 87f220f4b95e8a510bef47a2978a019f79ad3a56 Author: Sveinn í Felli Date: Fri Mar 3 09:58:32 2017 +0000 Update Icelandic translation po/is.po | 2275 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 1267 insertions(+), 1008 deletions(-) commit 17722124eaaba564c9ad69a2239da6601286c964 Author: Ondrej Holy Date: Wed Feb 15 08:58:43 2017 +0100 user-accounts: Fix crash when name is changed and dialogue closed Wrong variables are used to store timeout id, consequently, the sources are not properly removed in all cases. Then the dialog may crash in certain cases if it is closed before the source functions are called. https://bugzilla.gnome.org/show_bug.cgi?id=778595 panels/user-accounts/um-account-dialog.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) commit 925f66cd0a9623d78b9d3025013c950ccba53ac8 Author: Tong Hui Date: Thu Feb 9 15:55:04 2017 +0800 Update zh_CN translation po/zh_CN.po | 100 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 49 insertions(+), 51 deletions(-) commit 341389baf6d99f861d0f354660c25c4537c922a9 Author: Kjartan Maraas Date: Mon Jan 30 07:30:24 2017 +0100 Updated Norwegian bokmål translation. po/nb.po | 168 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 82 insertions(+), 86 deletions(-) commit e009d59f8b77a627509b4ffe8f49f51f663f3c21 Author: Georges Basile Stavracas Neto Date: Fri Jan 27 11:13:44 2017 -0200 shortcut-editor: fix headerbar state when adding shortcut When adding a custom shortcut, the header mode was set to be only "Cancel". Per mockups, the "Add" button should also be visible but insensitive. Fix that by correctly setting the header mode on creation mode. https://bugzilla.gnome.org/show_bug.cgi?id=777824 panels/keyboard/cc-keyboard-shortcut-editor.c | 2 +- panels/keyboard/shortcut-editor.ui | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) commit 956c02b405ecf38a34590a588a1f15bb498026a7 Author: Georges Basile Stavracas Neto Date: Fri Jan 27 09:20:00 2017 -0200 shortcut-editor: ensure sensitive entries on creation mode When creating a new shortcut, we currently assume the entries are sensitive and just show the dialog. This, however, may not be, for example after previously canceling the editing of a custom shortcut, leading to a state where the name and command entries are insensitive. Fix that by always making sure the entries are sensitive when setting the dialog to creation mode. https://bugzilla.gnome.org/show_bug.cgi?id=777824 panels/keyboard/cc-keyboard-shortcut-editor.c | 2 ++ 1 file changed, 2 insertions(+) commit 85799aa7223f5237c679b25498cca85baf66dd51 Author: Georges Basile Stavracas Neto Date: Fri Jan 27 08:23:58 2017 -0200 shortcut-editor: untoggle Edit button on cancel When canceling the editing of a custom shortcut, the "Edit" button keeps pressed, causing inconsistencies when editing future custom events. To reproduce that: - Open a custom shortcut and click "Edit" - Start typing the new shortcut; the "Cancel" button will appear - *Before* completing the new shortcut, click "Cancel"; the dialog will hide - Open a custom shortcut again; the "Edit" button is still toggled Fix that by properly untoggling the Edit button when cancelling the editing. https://bugzilla.gnome.org/show_bug.cgi?id=777824 panels/keyboard/cc-keyboard-shortcut-editor.c | 4 ++++ 1 file changed, 4 insertions(+) commit c7eb3d2f9d01422ac6804fd1f0a136691865c7c0 Author: Rui Matos Date: Mon Jan 2 18:22:56 2017 +0000 common: Handle trackpoint devices in GsdDeviceManagerX11 With gtk+ >= 3.22 trackpoints are classified separately from mice so we need to handle them here. Also, remove the default case so that we get a compilation warning in case this happens again. In the future we might want to expose this further if we start adding trackpoint specific UI. https://bugzilla.gnome.org/show_bug.cgi?id=776660 panels/common/gsd-device-manager-x11.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 3026d3d24966da5db9e6854a4fb9d202c0db4e8f Author: Michael Catanzaro Date: Wed Dec 21 21:23:32 2016 -0600 network: Fix missing page title on wired panel The NetDeviceEthernet's title is not set until after the UI is created, so we have to listen for changes to the title. https://bugzilla.gnome.org/show_bug.cgi?id=776369 panels/network/net-device-ethernet.c | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 6f4dc70520d728179b5acbd31abf2db56f5aca7b Author: Stas Solovey Date: Thu Dec 29 22:20:16 2016 +0000 Update Russian translation po/ru.po | 105 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 53 insertions(+), 52 deletions(-) commit 1c5adab077977777cfd8682ec40f2a3a5a31bc80 Author: Rūdolfs Mazurs Date: Wed Dec 14 22:05:31 2016 +0200 Update Latvian translation po/lv.po | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) commit c45c69794788f5e4a811fb525b7b4b7673c8625d Author: Piotr Drąg Date: Sat Nov 26 17:25:46 2016 +0100 Update Polish translation po/pl.po | 153 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 76 insertions(+), 77 deletions(-) commit b8d9f195aaa5cc2f2869daa9099e5d9ea0c566e5 Author: Bastien Nocera Date: Thu Nov 24 16:56:20 2016 +0100 search: Better debug output when ignoring search providers So that running with debug is enough to know why a search provider was ignored. panels/search/cc-search-panel.c | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) commit 9f7f4e341baa15c7aa3f85bca83df357b3e4bc65 Author: Stas Solovey Date: Wed Nov 23 20:45:59 2016 +0000 Update Russian translation po/ru.po | 134 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 70 insertions(+), 64 deletions(-) commit 0aec131c5532bd2aa6a6a5fd4e722bfd907ce337 Author: hanniedu Date: Fri Nov 18 17:49:23 2016 +0100 Updated Dutch translation 3.22 po/nl.po | 1432 +++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 848 insertions(+), 584 deletions(-) commit b1dfe7db43f0099390507a9a3cd006af9f356f95 Author: Марко М. Костић Date: Fri Nov 18 08:47:52 2016 +0100 Updated Serbian translation po/sr.po | 323 +++++++++++++++++++++++++++++---------------------------- po/sr@latin.po | 323 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 326 insertions(+), 320 deletions(-) commit 3f4990d217c649ecbba1ccd2d7f725323b566868 Author: Felipe Borges Date: Wed Nov 16 16:05:57 2016 +0100 sharing: Hide Vino when using Wayland Since we don't support "Screen Sharing" under Wayland yet. https://bugzilla.gnome.org/show_bug.cgi?id=774553 panels/sharing/cc-sharing-panel.c | 8 ++++++++ 1 file changed, 8 insertions(+) commit 651d0fef0d040000af467af72bea191324d8d87a Author: Bastien Nocera Date: Wed Nov 16 17:50:59 2016 +0100 info: Print debug when get_renderer_from_helper() fails panels/info/cc-info-panel.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) commit 5726268e8e10902fde7a946a4e4d42b10b1d0a22 Author: Bastien Nocera Date: Wed Nov 16 17:00:58 2016 +0100 info: Also trim useless info when trailing ")" is missing As seen in attachment 339587 https://bugzilla.gnome.org/show_bug.cgi?id=774240 panels/info/info-cleanup-test.txt | 2 ++ panels/info/info-cleanup.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) commit 69e5019081760b5e317a6b54dff63e5152dda308 Author: Bastien Nocera Date: Wed Nov 16 16:52:56 2016 +0100 info: Lowercase APU/GPU names for AMD https://bugzilla.gnome.org/show_bug.cgi?id=774240 panels/info/info-cleanup-test.txt | 6 +++--- panels/info/info-cleanup.c | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) commit 8d809ae43f8117c74144f7c95b5ce681ee9a9e05 Author: Bastien Nocera Date: Wed Nov 16 16:44:43 2016 +0100 info: Add registered trademark symbol for AMD GPUs https://bugzilla.gnome.org/show_bug.cgi?id=774240 panels/info/info-cleanup-test.txt | 6 +++--- panels/info/info-cleanup.c | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) commit 3f651ef8d265c8ff7af0c5495cd471f3b19f6d85 Author: Bastien Nocera Date: Wed Nov 16 16:40:08 2016 +0100 info: Trim AMD renderer strings Remove the references to Gallium, and the exact versions of the DRM backend, the kernel and LLVM. Debug information can still be gathered in plenty of other ways. https://bugzilla.gnome.org/show_bug.cgi?id=774240 panels/info/info-cleanup-test.txt | 3 +++ panels/info/info-cleanup.c | 16 +++++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) commit b540bd74c00eae3e1d921d072646618a25e7ef3d Author: Bastien Nocera Date: Wed Nov 16 16:10:52 2016 +0100 info: Move duplicate space removal to info-cleanup.c So that we don't have to do that separately for CPUs. https://bugzilla.gnome.org/show_bug.cgi?id=774240 panels/info/cc-info-panel.c | 47 +++++---------------------------------- panels/info/info-cleanup-test.txt | 1 + panels/info/info-cleanup.c | 41 +++++++++++++++++++++++++++++++++- 3 files changed, 47 insertions(+), 42 deletions(-) commit 5c52c4a7b2792c6538eef1b4e1a59de7329c3a2a Author: Bastien Nocera Date: Wed Nov 16 16:03:03 2016 +0100 info: Add test case for trailing spaces As seen in: https://bugzilla.gnome.org/show_bug.cgi?id=773213#c4 panels/info/info-cleanup-test.txt | 1 + 1 file changed, 1 insertion(+) commit 59ad2792b091ce8888fda08e50c12dbe463d0f75 Author: Bastien Nocera Date: Wed Nov 16 15:20:39 2016 +0100 info: Add test suite for info cleanup https://bugzilla.gnome.org/show_bug.cgi?id=774240 panels/info/Makefile.am | 13 +++++- panels/info/info-cleanup-test.txt | 1 + panels/info/test-info-cleanup.c | 88 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 101 insertions(+), 1 deletion(-) commit a0378a1608ad3958642e81c3375062d54213369b Author: Bastien Nocera Date: Wed Nov 16 15:07:10 2016 +0100 info: Split off CPU and graphics strings cleanup https://bugzilla.gnome.org/show_bug.cgi?id=774240 panels/info/Makefile.am | 4 +- panels/info/cc-info-panel.c | 72 ++-------------------------------- panels/info/info-cleanup.c | 95 +++++++++++++++++++++++++++++++++++++++++++++ panels/info/info-cleanup.h | 23 +++++++++++ 4 files changed, 125 insertions(+), 69 deletions(-) commit 6b062c68ca699f8ba5c025e52487686881952feb Author: Rūdolfs Mazurs Date: Wed Nov 9 19:48:44 2016 +0200 Update Latvian translation po/lv.po | 133 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 68 insertions(+), 65 deletions(-) commit 7e2481145a2f3e4e89678ab8a629d142a0ee830a Author: Baurzhan Muftakhidinov Date: Fri Nov 4 04:32:01 2016 +0000 Update Kazakh translation po/kk.po | 305 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 159 insertions(+), 146 deletions(-) commit 319288580bb2b94ece81a51b5c29e7ba744c3552 Author: Gianvito Cavasoli Date: Wed Nov 2 10:58:39 2016 +0000 Update Italian translation po/it.po | 310 ++++++++++++++------------------------------------------------- 1 file changed, 68 insertions(+), 242 deletions(-) commit 761223d3ccac625547678d949694756efa443aff Author: Jiri Grönroos Date: Tue Nov 1 18:44:17 2016 +0000 Update Finnish translation po/fi.po | 286 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 146 insertions(+), 140 deletions(-) commit aa22719044e3957c0b1bf5680345859f876c7a71 Author: Aurimas Černius Date: Mon Oct 31 14:03:18 2016 +0200 Updated Lithuanian translation po/lt.po | 289 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 146 insertions(+), 143 deletions(-) commit d6acb8e70cd8a649e6074d284c33c6cfad8d113d Author: Dz Chen Date: Sun Oct 30 20:34:42 2016 +0800 Update zh_CN translation po/zh_CN.po | 4010 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 2257 insertions(+), 1753 deletions(-) commit dea9070918b1dfcea8542380e2f0155ab030c9d2 Author: Dušan Kazik Date: Sun Oct 30 07:45:05 2016 +0000 Update Slovak translation po/sk.po | 287 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 146 insertions(+), 141 deletions(-) commit 5f3ec4cdf84e9cb4039214a48f8de8a6363cfdb4 Author: Balázs Meskó Date: Sat Oct 29 14:28:17 2016 +0000 Update Hungarian translation po/hu.po | 287 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 146 insertions(+), 141 deletions(-) commit 99d952e68e470ff2c682c5bc3adba7260c400ca7 Author: Charles Monzat Date: Sat Oct 29 08:05:15 2016 +0000 Update French translation po/fr.po | 294 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 151 insertions(+), 143 deletions(-) commit ce9c93f3c16432be01a2b0d76f22e75ffd7bee04 Author: Mario Blättermann Date: Fri Oct 28 20:15:57 2016 +0000 Update German translation po/de.po | 285 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 145 insertions(+), 140 deletions(-) commit ab89ddddbb2e966f3ddb6837a1166cd70ff3f1f2 Author: Rafael Fontenelle Date: Fri Oct 28 14:31:44 2016 +0000 Update Brazilian Portuguese translation po/pt_BR.po | 130 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 68 insertions(+), 62 deletions(-) commit 8548ef111f185b75b6bae3da50bea22681c3ae0c Author: Marek Černocký Date: Fri Oct 28 09:20:34 2016 +0200 Updated Czech translation po/cs.po | 296 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 143 insertions(+), 153 deletions(-) commit 7478d861f6756c2d6f4cd12b5ccb7c0cbc1e81fb Author: Anders Jonsson Date: Thu Oct 27 20:48:19 2016 +0000 Update Swedish translation po/sv.po | 287 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 146 insertions(+), 141 deletions(-) commit e9520adfc0e67c562e55cab108c3364c33082809 Author: Piotr Drąg Date: Thu Oct 27 18:38:27 2016 +0200 Update Polish translation po/pl.po | 126 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 64 insertions(+), 62 deletions(-) commit 31d0a9ad8d65de7281eb22ea90c09957d6bee2bf Author: Piotr Drąg Date: Thu Oct 27 18:35:09 2016 +0200 Update POTFILES.in po/POTFILES.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6db951057655b01f432c7baf47ad3ae193910405 Author: Felipe Borges Date: Mon Oct 17 15:01:21 2016 +0200 mouse: Set min-content-height on the scrolled window Set a minimum content height of 490px for the panel when the allocated height is smaller than 490px. 490 is an estimated value for the panels to properly fit on netbook screens. See https://wiki.gnome.org/Design/SystemSettings#Notes This also drops the max-content-height limit for the scrolled window, as it is no longer necessary. https://bugzilla.gnome.org/show_bug.cgi?id=771743 panels/mouse/gnome-mouse-properties.c | 16 ++++++++++++++++ panels/mouse/gnome-mouse-properties.ui | 1 - 2 files changed, 16 insertions(+), 1 deletion(-) commit fe60b4ba14fc7f55d5d93ee00b8e223000c09fb3 Author: Muhammet Kara Date: Sun Oct 23 19:55:24 2016 +0000 Update Turkish translation po/tr.po | 369 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 193 insertions(+), 176 deletions(-) commit 5e3051aa5ab01ab76e3db79bf2bb6961bc8b6f41 Author: Bastien Nocera Date: Fri Oct 21 19:39:07 2016 +0200 info: Remove trailing spaces in renderer strings https://bugzilla.gnome.org/show_bug.cgi?id=773213#c4 panels/info/cc-info-panel.c | 1 + 1 file changed, 1 insertion(+) commit 5a4ebc736177e02629f0f143c2738f94bb6526ce Author: Bastien Nocera Date: Wed Oct 19 12:38:17 2016 +0200 info: Show both GPUs on dual-GPU machines Use "DRI_PRIME=1" trick to launch gnome-session's accelerated checks. https://bugzilla.gnome.org/show_bug.cgi?id=773213 panels/info/cc-info-panel.c | 96 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 79 insertions(+), 17 deletions(-) commit c5c3e04a3cbebbae7ecba64deb83a31970d7665a Author: Bastien Nocera Date: Tue Oct 11 13:41:16 2016 +0200 info: Get renderer from gnome-session under Wayland Now that gnome-session's acceleration helper can print the renderer under Wayland, launch it locally. We need to launch it locally as Wayland is not available at the time gnome-session would launch the helper, as there's no Wayland compositor yet. Note that this code expects the gnome-session helper scripts to live in $libexecdir, but distributions can use --with-gnome-session-libexecdir=DIR to pass another one. https://bugzilla.gnome.org/show_bug.cgi?id=756914 configure.ac | 12 ++++++++++++ m4/as-ac-expand.m4 | 43 +++++++++++++++++++++++++++++++++++++++++++ panels/info/Makefile.am | 13 +++++++------ panels/info/cc-info-panel.c | 39 +++++++++++++++++++++++++++++++-------- 4 files changed, 93 insertions(+), 14 deletions(-) commit 25c118b785ce22317f14fbb6fd8912742f36a6cb Author: Fabio Tomat Date: Mon Oct 17 14:33:41 2016 +0000 Update Friulian translation po/fur.po | 216 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 108 insertions(+), 108 deletions(-) commit 8ef868a0cf029141f2c11cdc5d23d764e19dfe26 Author: Kjartan Maraas Date: Sat Oct 15 16:43:01 2016 +0200 Updated Norwegian bokmål translation. po/nb.po | 1674 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 867 insertions(+), 807 deletions(-) commit 30f55ae6a9883a9b6500860fd594d2045ef90af3 Author: Theppitak Karoonboonyanan Date: Thu Oct 13 10:42:43 2016 +0700 Updated Thai translation po/th.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit ba51d050ebc9b05ad5bc49123840438403655030 Author: Felipe Borges Date: Sun Oct 9 16:07:52 2016 +0200 keyboard: Activate search-as-you-type in the scope of the panel https://bugzilla.gnome.org/show_bug.cgi?id=772564 panels/keyboard/cc-keyboard-panel.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) commit e87e0361b117f055ace2aa47cdddd0dc62a852f9 (tag: GNOME_CONTROL_CENTER_3_22_1)