commit ed1c8d668cd3cfc9ca9d3000fd6cf27640d7ed8f Author: Bastien Nocera Date: Thu Jun 4 17:45:01 2015 +0200 3.17.2 NEWS | 21 +++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) commit 499e8b1ff68b30b38b555e902ae1764edb8262a9 Author: Marek Černocký Date: Tue Jun 2 09:52:41 2015 +0200 Updated Czech translation po/cs.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit 9134fe02390d03a94a22827e123925133a4945cd Author: Bastien Nocera Date: Mon Jun 1 14:47:32 2015 +0100 power: Remove unused variables Follow-up to commit 008d7c1468854ec17a25397e353f987b858405cf, a number of variables ended up being unused, so remove them. panels/power/cc-power-panel.c | 30 ------------------------------ 1 file changed, 30 deletions(-) commit a221ba789e5f0026e61cb078e73075f859c83c74 Author: Marek Černocký Date: Sun May 31 22:26:47 2015 +0200 Updated Czech translation po/cs.po | 424 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 206 insertions(+), 218 deletions(-) commit 1cd186eaad29dd44fb1cbc71212655f5dc5c1edb Author: Victor Ibragimov Date: Thu May 28 06:40:01 2015 +0000 Updated Tajik translation po/tg.po | 434 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 217 insertions(+), 217 deletions(-) commit c42f7d2d91e8977eaeb654d898006bf0f8a73da2 Author: Rui Matos Date: Wed May 27 16:45:03 2015 +0200 network: Prevent a use after free crash when removing virtual devices When a virtual device is removed and the instance gets finalized we're not disconnecting from the real NMDevice's notify signal and thus end up crashing when the signal fires afterwards. Avoid that by using g_signal_connect_object() so that when we're finalized the disconnection happens automatically. https://bugzilla.gnome.org/show_bug.cgi?id=749972 panels/network/net-device-bond.c | 4 ++-- panels/network/net-device-bridge.c | 4 ++-- panels/network/net-device-team.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) commit 3b283b78b0f3e6b8a26d117c4c47cfea455385fa Author: Bastien Nocera Date: Tue May 26 13:32:50 2015 +0200 network: Fix freeing const pointer From coverity: gnome-control-center-3.14.5/panels/network/connection-editor/firewall-helpers.c:75:9: warning: passing argument 1 of 'g_free' discards 'const' qualifier from pointer target type [enabled by default] https://bugzilla.gnome.org/show_bug.cgi?id=749897 panels/network/connection-editor/firewall-helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3569b2d289b2ae443db995ce559b57431fd8e195 Author: Bastien Nocera Date: Tue May 26 13:22:29 2015 +0200 network: Fix gtk_tree_model_get_iter_first() retval And don't select the first item when removing the item fails. https://bugzilla.gnome.org/show_bug.cgi?id=749892 panels/network/cc-network-panel.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 3ff7c61db17d8f078719b2861fae0707eaf1048e Author: Bastien Nocera Date: Tue May 26 13:22:20 2015 +0200 shell: Fix gtk_tree_model_get_iter_first() retval https://bugzilla.gnome.org/show_bug.cgi?id=749892 shell/cc-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 93414609faa8d506c43392fe80bb549a36471afa Author: Bastien Nocera Date: Tue May 26 13:22:12 2015 +0200 user-accounts: Fix gtk_tree_model_get_iter_first() retval https://bugzilla.gnome.org/show_bug.cgi?id=749892 panels/user-accounts/um-user-panel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit b410ec353cca6333fcb7b8e40db9c36ac3f69e78 Author: Bastien Nocera Date: Tue May 26 13:22:03 2015 +0200 sound: Fix gtk_tree_model_get_iter_first() retval https://bugzilla.gnome.org/show_bug.cgi?id=749892 panels/sound/gvc-sound-theme-chooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 71de309ff2de901642119e5234525cce5853158c Author: Bastien Nocera Date: Tue May 26 13:21:52 2015 +0200 keyboard: Fix gtk_tree_model_get_iter_first() retval https://bugzilla.gnome.org/show_bug.cgi?id=749892 panels/keyboard/keyboard-shortcuts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 41bb1a6ff21d91a5229983e51bd25a8e50feefa7 Author: Bastien Nocera Date: Tue May 26 13:21:07 2015 +0200 common: Fix gtk_tree_model_get_iter_first() retval https://bugzilla.gnome.org/show_bug.cgi?id=749892 panels/common/cc-common-language.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8f2fdf574c993116eb99fdab852445c5b3856621 Author: Daniel Mustieles Date: Tue May 26 19:27:54 2015 +0200 Updated Spanish translation po/es.po | 230 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 115 insertions(+), 115 deletions(-) commit 068ca2c554f04c5ca069dd0a63392419b370aa0e Author: Benjamin Steinwender Date: Mon May 25 11:55:05 2015 +0000 Updated German translation po/de.po | 228 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 114 insertions(+), 114 deletions(-) commit 0622883025d411f5e38a95f5799fde853bc83360 Author: Matthias Clasen Date: Thu Mar 5 15:48:23 2015 -0500 network: Follow through on the original design GTK+ can now do circular buttons with ease, so make this page a little more fancy by following the original design. https://bugzilla.gnome.org/show_bug.cgi?id=745703 panels/network/cc-network-panel.c | 9 +++++++++ panels/network/net-device-wifi.c | 1 + 2 files changed, 10 insertions(+) commit 2093f6c7eac69215e1ceb096da67d47375660c72 Author: Matthias Clasen Date: Thu Mar 5 15:31:59 2015 -0500 network: Move firewall zone to security This is where people expect it (whether that is correct or not). https://bugzilla.gnome.org/show_bug.cgi?id=745702 .../network/connection-editor/ce-page-security.c | 14 ++++++++++ .../network/connection-editor/ce-page-security.h | 2 ++ panels/network/connection-editor/ce-page-wifi.c | 8 ------ panels/network/connection-editor/security-page.ui | 32 ++++++++++++++++++++++ panels/network/connection-editor/wifi-page.ui | 30 -------------------- 5 files changed, 48 insertions(+), 38 deletions(-) commit 58542b31d27edfaad49a750eb96afa67f002f016 Author: Dušan Kazik Date: Sat May 23 10:36:43 2015 +0000 Updated Slovak translation po/sk.po | 385 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 193 insertions(+), 192 deletions(-) commit 95012f2b02a0c3fbb11a0fee6802dcec58e6a9e8 Author: Jordi Mas Date: Sat May 23 08:51:54 2015 +0200 Fixes to Catalan translation po/ca.po | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit 63ca2fd1b857ee9437e72043f10396c42909d494 Author: Richard Hughes Date: Tue Feb 24 21:59:18 2015 +0000 power: Add support for dimming using an ambient light sensor panels/power/cc-power-panel.c | 127 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 126 insertions(+), 1 deletion(-) commit 34baa0bdf65278665bfd89d9c67a5f58f8277d87 Author: Christian Kirbach Date: Wed May 20 17:07:46 2015 +0000 Updated German translation po/de.po | 345 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 179 insertions(+), 166 deletions(-) commit bfebaa2a1db2ba797542241e45b1247d9e39f788 Author: Akom Chotiphantawanon Date: Wed May 20 16:38:23 2015 +0700 Updated Thai translation po/th.po | 500 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 253 insertions(+), 247 deletions(-) commit 008d7c1468854ec17a25397e353f987b858405cf Author: Bastien Nocera Date: Mon May 18 14:38:23 2015 +0200 power: Remove "When battery power is critical" label With UPower 1.0, the critical action to take when the battery level is too low isn't in the hands of the user anymore, but in the hands of the system. It's now handled by UPower directly, through the CriticalPowerAction configuration option. Instead of asking logind whether the system supports hibernation, remove the action label altogether. https://bugzilla.gnome.org/show_bug.cgi?id=749436 panels/power/cc-power-panel.c | 81 ------------------------------------------- panels/power/power.ui | 18 ---------- 2 files changed, 99 deletions(-) commit b83a939199bb8584b1791f9331e247399debfd59 Author: Bastien Nocera Date: Mon May 18 14:36:14 2015 +0200 build: Bump version to devel values configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5f7ee29a44cd6e9a28df56bf4d9a7ea8ce10b478 Author: Christophe Fergeau Date: Thu May 14 16:12:03 2015 +0200 keyboard: Honor immutable command/name in custom commands If the gsettings key for the command or name of a custom shortcut is not writable, the keyboard panel still lets you edit them. This commits makes the corresponding widgets unsensitive when the gsettings key is not writable. https://bugzilla.gnome.org/show_bug.cgi?id=749381 panels/keyboard/keyboard-shortcuts.c | 4 ++++ 1 file changed, 4 insertions(+) commit 4257d8723d7a5fd47801e0bc52824d96297cde1a Author: Christophe Fergeau Date: Tue Jul 29 15:41:01 2014 +0200 keyboard: Remove unused CcKeyboardItem::group The BindingGroupType is stored in the section tree model instead. https://bugzilla.gnome.org/show_bug.cgi?id=749381 panels/keyboard/cc-keyboard-item.h | 1 - panels/keyboard/keyboard-shortcuts.c | 1 - 2 files changed, 2 deletions(-) commit b442126db14d576e2fd3126bb28237c22e5dedb0 Author: Christophe Fergeau Date: Sun Jun 29 19:21:37 2014 +0200 keyboard: Remove 'gettext_package' handling It's part of CcKeyboardItem but nothing uses it. It's also parsed when loading KeyListEntry XML, but never used. The key description is translated using Keylist::package before gettext_package is assigned. https://bugzilla.gnome.org/show_bug.cgi?id=749381 panels/keyboard/cc-keyboard-item.c | 1 - panels/keyboard/cc-keyboard-item.h | 1 - panels/keyboard/keyboard-shortcuts.c | 3 --- 3 files changed, 5 deletions(-) commit 241b4034ce688664f6e1017957d7238213c586c8 Author: Christophe Fergeau Date: Sun Jun 29 19:41:51 2014 +0200 keyboard: Remove unused cc_keyboard_item_get_binding https://bugzilla.gnome.org/show_bug.cgi?id=749381 panels/keyboard/cc-keyboard-item.c | 8 -------- panels/keyboard/cc-keyboard-item.h | 1 - 2 files changed, 9 deletions(-) commit b7a2d1754880f194b3b9f0c1c9e1d0f980655982 Author: Christophe Fergeau Date: Sun Jun 29 19:20:16 2014 +0200 keyboard: Make CcKeyboardItem::binding private It's not used outside of CcKeyboardItem https://bugzilla.gnome.org/show_bug.cgi?id=749381 panels/keyboard/cc-keyboard-item.c | 28 ++++++++++++++++------------ panels/keyboard/cc-keyboard-item.h | 1 - 2 files changed, 16 insertions(+), 13 deletions(-) commit 86374b2545dc64d3e60e889323cef4ca9759bf97 Author: Bastien Nocera Date: Wed May 13 11:47:51 2015 +0200 power: Hide Bluetooth power section when w/o BT When a Bluetooth airplane mode isn't available (whether hardware or software) it means there are no Bluetooth adapters, even turned off. Hide the Bluetooth section in that case.\ https://bugzilla.gnome.org/show_bug.cgi?id=749140 panels/power/cc-power-panel.c | 72 +++++++++++++++++++++++++++---------------- 1 file changed, 45 insertions(+), 27 deletions(-) commit a8f2adb18a4f18a8cbadcfb3db7ba0772efe7d40 Author: Daniel Șerbănescu Date: Wed May 13 15:16:06 2015 +0200 Updated Romanian Translation po/ro.po | 5000 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 2646 insertions(+), 2354 deletions(-)