commit 379757e15516609d787a27df5ba1a359ed80f45d (HEAD -> gnome-3-24) Author: Bastien Nocera Date: Wed Apr 12 11:31:29 2017 +0200 3.24.1 NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) commit d205cdc203b9a952f9087ed4ad70e9ce2a9763e5 Author: Bastien Nocera Date: Thu Apr 6 15:17:20 2017 +0200 sound: Memory leaks and Bluetooth handling fixes panels/sound/gvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f1e8aebf219b470e163aa1b4a48dd42c97fcb012 (origin/gnome-3-24) Author: Emmanuele Bassi Date: Fri Apr 7 12:46:09 2017 +0100 display: Load appropriate assets for the night light panel We hard-code a 16x16 asset for sunrise and sunset icons, which makes them look blurry at higher scaling factors. Let's look in the icon theme to see if there's an icon for sunrise and sunset; if not, we can still use the assets we ship, but we also attempt to load them from different resource paths, depending on the scale factor. We will need to update the assets to include a 32x32 rendering of the sunrise and sunset icons. https://bugzilla.gnome.org/show_bug.cgi?id=781029 panels/display/Makefile.am | 6 +-- panels/display/cc-night-light-widget.c | 93 +++++++++++++++++++++++++--------- panels/display/display.gresource.xml | 4 +- 3 files changed, 75 insertions(+), 28 deletions(-) commit b892a02c7467788b209de3f30d3e7f3ba70743a1 Author: Tom Tryfonidis Date: Sat Apr 8 19:08:09 2017 +0000 Update Greek translation po/el.po | 1983 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 1082 insertions(+), 901 deletions(-) commit 36f8c3a7c59bf1185972eba03c6e5fdc6283dd83 Author: gogo Date: Sat Apr 8 14:37:57 2017 +0000 Update Croatian translation po/hr.po | 1715 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 944 insertions(+), 771 deletions(-) commit c8ec9aabcb9b14fe5888dbfb01345f908cafd1b2 Author: Dušan Kazik Date: Thu Apr 6 16:30:20 2017 +0000 Update Slovak translation po/sk.po | 124 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 62 insertions(+), 62 deletions(-) commit 8b8795f632681ecd234ac08850920cc271aa4840 Author: Stas Solovey Date: Wed Mar 29 21:29:21 2017 +0000 Update Russian translation po/ru.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 6a5133795f23ceb5ae6ac3990d493526cf0a5e02 Author: Stas Solovey Date: Wed Mar 29 19:59:11 2017 +0000 Update Russian translation po/ru.po | 164 +++++++++++++++++++++++++-------------------------------------- 1 file changed, 65 insertions(+), 99 deletions(-) commit a16ea8c9409ae70ebef58b48bbd6cf0e870bcdd3 Author: Felipe Borges Date: Mon Mar 20 13:29:59 2017 +0100 printers: Make actualize_printers_list cancellable This way we can safely interrupt an update without crashing g-c-c. https://bugzilla.gnome.org/show_bug.cgi?id=780299 panels/printers/cc-printers-panel.c | 32 ++++++++++++++++++++++++++++---- panels/printers/pp-cups.c | 6 +++++- 2 files changed, 33 insertions(+), 5 deletions(-) commit 6acf065a0830f098c3d6af3c0a51e62c1fe6f8be Author: Piotr Drąg Date: Mon Mar 27 21:49:24 2017 +0200 Update Polish translation po/pl.po | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) commit 1eb572d1109cceb9ec34dd28b80944578a3a5844 Author: Piotr Drąg Date: Sat Mar 25 20:10:22 2017 +0100 Update Polish translation po/pl.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 708e915761712ee8f7b54d11f4455f56c110cd90 Author: Kjartan Maraas Date: Sat Mar 25 12:04:26 2017 +0100 Updated Norwegian bokmål translation. po/nb.po | 210 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 105 insertions(+), 105 deletions(-) commit bbcc4341ffd52b27d2f9bdb419fa50951aae1230 Author: Piotr Drąg Date: Thu Mar 23 21:24:07 2017 +0100 Update Polish translation po/pl.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit b8f7065031bc9cba0cb53e7d58d86e48beecb49c Author: Rui Matos Date: Fri Mar 17 15:08:05 2017 +0100 keyboard: Fix check for existing shortcut settings From a Coverity scan: panels/keyboard/cc-keyboard-manager.c:208: unreachable: Since the loop increment "i++;" is unreachable, the loop body will never execute more than once. This seems like a logic thinko introduced in commit 3207fe97ec516c11f2f781269f9342f36fa8161b . In practice it was unlikely to be a problem since we don't have repeated shortcut gsettings key names in all our KeyListEntries files. panels/keyboard/cc-keyboard-manager.c | 2 -- 1 file changed, 2 deletions(-) commit 7fdc1caaef3de48b65a221b31b01cf0eb76c07c0 Author: Alain Lojewski Date: Tue Mar 21 12:09:59 2017 +0000 Update French translation po/fr.po | 281 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 129 insertions(+), 152 deletions(-) commit b0538ef84a5cca7dad7928707824ecbf1fb31c0f (tag: GNOME_CONTROL_CENTER_3_24_0)