commit 478cbd32b99ea9cad34832d1df57b14af9ada25e Author: Bastien Nocera Date: Wed Apr 15 16:54:58 2015 +0200 3.16.1 NEWS | 47 +++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) commit afe0a6226724571f263f9f11f00897bc4458380e Author: Ondrej Holy Date: Wed Sep 17 14:35:46 2014 +0200 user-accounts: show restart notification when account type changed https://bugzilla.gnome.org/show_bug.cgi?id=674429 panels/user-accounts/um-user-panel.c | 7 +++++++ 1 file changed, 7 insertions(+) commit b1f3f3e458ccbafd9254185afb2ecaf1ce220686 Author: Ondrej Holy Date: Wed Apr 15 15:27:19 2015 +0200 mouse: Fix tap-to-click toggle sensitivity with libinput Set tap_to_click_toggle sensitive if there is any device which supports tapping. https://bugzilla.gnome.org/show_bug.cgi?id=745601 panels/mouse/gnome-mouse-properties.c | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) commit 155d440623c1af67f3594c7508d9b7f44c83dae6 Author: Ondrej Holy Date: Wed Apr 15 11:27:02 2015 +0200 mouse: Fix sensitivity of two-finger toggle with libinput Check "libinput Scroll Methods Available" and set two_finger_scroll_toggle sensitivity appropriately. Many libinput devices don't have edge scroll, see http://who-t.blogspot.cz/2015/03/why-libinput-doesnt-support-edge.html Allow changing scroll methods only if both two-finger and edge scroll is supported. https://bugzilla.gnome.org/show_bug.cgi?id=745601 panels/mouse/gnome-mouse-properties.c | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) commit 2f8453438825d6862e08025446c10a2a4485362f Author: Ondrej Holy Date: Wed Apr 15 11:12:15 2015 +0200 mouse: Fix checking capabilities for multiple devices Two finger scroll toggle should be sensitive if at least one of the devices support it. g-s-d is responsible to set edge-scroll for the devices which don't support double touch. https://bugzilla.gnome.org/show_bug.cgi?id=745601 panels/mouse/gnome-mouse-properties.c | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) commit d9d5c429549a10aceb4187c1c3121521e7bf7081 Author: Fran Dieguez Date: Tue Apr 14 23:31:01 2015 +0000 Updated Galician translation po/gl.po | 383 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 198 insertions(+), 185 deletions(-) commit e01951ede84c320ac0e51c6943f3c6184d66abb7 Author: Prince781 Date: Tue Apr 14 15:40:36 2015 +0200 printers: Recognize more supply types Recognize 'inkCartridge' and 'tonerCartridge' supply types. https://bugzilla.gnome.org/show_bug.cgi?id=743331 panels/printers/cc-printers-panel.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 3594f12cea21a548be4a46b7fa4b5e9066e67e59 Author: Ondrej Holy Date: Tue Mar 17 09:02:38 2015 +0100 mouse: remove unused graphics Commit eee381a introduced unused graphics file double-click-gegl.png. The file should be removed. https://bugzilla.gnome.org/show_bug.cgi?id=746344 panels/mouse/double-click-gegl.png | Bin 9568 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) commit 073d49ea88dd163aab36db46972b553f37c9580a Author: Damián Nohales Date: Tue Apr 14 12:54:38 2015 +0100 color: Allow to change profile color by activating the list box row panels/color/cc-color-panel.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) commit d45f093fbffb11ea0a97284e2a3efd12b904149d Author: Debarshi Ray Date: Fri Mar 20 17:26:29 2015 +0100 online-accounts: Widen the accounts list https://bugzilla.gnome.org/show_bug.cgi?id=746538 panels/online-accounts/online-accounts.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cff4336032b73f641fd3439aed2918eb2c82e576 Author: Bastien Nocera Date: Fri Apr 10 16:38:50 2015 +0200 online-accounts: Prevent the attention-needed icon from getting hidden By making sure that the label inside each of the list items gets only whatever space is left by the left and right-side icons. https://bugzilla.gnome.org/show_bug.cgi?id=746538 panels/online-accounts/cc-online-accounts-panel.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 6365dafd925aa7f1203bb87a930e6d4fd2eb6682 Author: Carlos Garnacho Date: Mon Apr 13 14:36:35 2015 +0200 wacom: Sync gsd-wacom-device.[ch] with g-s-d And use the GdkDevice getter where it applies. panels/wacom/cc-wacom-page.c | 4 ++-- panels/wacom/gsd-wacom-device.c | 6 ++++++ panels/wacom/gsd-wacom-device.h | 2 ++ 3 files changed, 10 insertions(+), 2 deletions(-) commit b24bfa819742019506d3bda1c3ba09789c8d5298 Author: Debarshi Ray Date: Tue Sep 30 16:52:09 2014 +0200 online-accounts: Disable the remove button for locked accounts Bump required GOA version for the IsLocked property. https://bugzilla.gnome.org/show_bug.cgi?id=737665 configure.ac | 2 +- panels/online-accounts/cc-online-accounts-panel.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) commit 03d9a96c672148de8d740855be1b49a3de513d25 Author: Rui Matos Date: Thu Mar 26 16:01:04 2015 +0100 display: Close the dialog when the RR configuration changes We assume that the RR configuration is valid in various callbacks from both our modal dialogs which doesn't hold if there's an hotplug while a dialog is open (e.g. monitor is plugged/unplugged). Closing the dialog in that case seems the right thing to do since it would be operating on an outdated view of the world otherwise and likely end up crashing. https://bugzilla.gnome.org/show_bug.cgi?id=655041 panels/display/cc-display-panel.c | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) commit 0d6369a76206a4beb64df8fb2ef829f432415482 Author: Rui Matos Date: Wed Mar 25 18:58:14 2015 +0100 display: Don't leak GnomeRRModes GnomeRRMode is a boxed type which means that if stored as such in a tree model, the model creates a copy to use internally. In addition, it means that gtk_tree_model_get() will also get a copy which must be freed by the caller which we were not doing. In this case though, we don't need the copies since all the GnomeRRModes that we use outlive the model so we can simplify things by just storing a plain pointer in the model instead. https://bugzilla.gnome.org/show_bug.cgi?id=655041 panels/display/cc-display-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5e0b26dac5a63e7feaa31117d12bc91d76bce2bd Author: Rui Matos Date: Fri Mar 27 14:45:58 2015 +0100 display: Fix GtkListStore leak in setup dialog https://bugzilla.gnome.org/show_bug.cgi?id=655041 panels/display/cc-display-panel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 1875445965262fcc3a995475446744336eda0e55 Author: Gábor Kelemen Date: Sun Apr 12 09:08:56 2015 +0000 Updated Hungarian translation po/hu.po | 205 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 109 insertions(+), 96 deletions(-) commit 102a12734019b688201b4d1c34c9e5a425f81d09 Author: Kjartan Maraas Date: Sun Apr 12 10:54:35 2015 +0200 Updated Norwegian bokmål translation. po/nb.po | 428 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 224 insertions(+), 204 deletions(-) commit 42e8474cc9c625639bed2b24f319a5ac6b17c227 Author: Anders Jonsson Date: Sun Apr 12 07:21:54 2015 +0000 Updated Swedish translation po/sv.po | 761 +++++++++++++++++++++++++++++---------------------------------- 1 file changed, 346 insertions(+), 415 deletions(-) commit d8ea269acbb9d5f119feffb4e5a7fa8b23510e12 Author: Aurimas Černius Date: Sat Apr 11 15:35:49 2015 +0300 Updated Lithuanian translation po/lt.po | 166 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 91 insertions(+), 75 deletions(-) commit a14e772cad832ba41c68ddaae44c3c276005c345 Author: Matthias Clasen Date: Wed Mar 25 12:13:45 2015 -0400 power: Make section headings accessible The section headings are useful to understand the content of this panel. Sadly, orca does not currently read them at all. We can fix this by setting up accessible relations that help orca figure this out. https://bugzilla.gnome.org/show_bug.cgi?id=746755 panels/power/cc-power-panel.c | 60 +++++++++++++++++++++++++++++++------------ 1 file changed, 44 insertions(+), 16 deletions(-) commit 3b9f5c64db6084313ac76d53ae5383462bacf4ac Author: Sveinn í Felli Date: Fri Apr 10 08:01:27 2015 +0000 Updated Icelandic translation po/is.po | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) commit 59eb93504b8cd32f28ec2f25b2cea327b5ce7e0b Author: Milo Casagrande Date: Fri Apr 10 06:49:06 2015 +0000 Updated Italian translation po/it.po | 1365 +++++++++++++++++++++----------------------------------------- 1 file changed, 456 insertions(+), 909 deletions(-) commit 388fd537b5e06ea82dd71eb290ec8a6ca9b1807a Author: Changwoo Ryu Date: Fri Apr 10 12:48:51 2015 +0900 Updated Korean translation po/ko.po | 261 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 140 insertions(+), 121 deletions(-) commit 159cf523037c90bb0fc197cda021f9ccdbf7752b Author: Bastien Nocera Date: Thu Apr 9 12:54:47 2015 +0200 build: Make some panels requirements on Linux The Network, Bluetooth, Printers and Wacom panels are not optional on Linux systems (except S390 which doesn't have USB support). configure.ac | 15 +++++++++++++++ 1 file changed, 15 insertions(+) commit a43d59dc86d507945f92816deb18117a417114b4 Author: Bastien Nocera Date: Thu Apr 9 12:53:06 2015 +0200 build: Require udev for Wayland support If GTK+ was built with Wayland support, we'll enable the udev "GsdDeviceManager". But that needs udev to be available. https://bugzilla.gnome.org/show_bug.cgi?id=747548 configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) commit f754c33f91ca7fd83ccafd9163b2638700e61627 Author: Sveinn í Felli Date: Thu Apr 9 09:37:06 2015 +0000 Updated Icelandic translation po/is.po | 525 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 297 insertions(+), 228 deletions(-) commit 07d7cee0f2d0a24f2d4d6662b797a30b28ab1ce5 Author: Andika Triwidada Date: Thu Apr 9 09:21:51 2015 +0000 Updated Indonesian translation po/id.po | 169 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 92 insertions(+), 77 deletions(-) commit c554e8f0118d86b9ee9b65994112cdeb7fccd104 Author: Mattias Põldaru Date: Wed Apr 8 20:20:06 2015 +0300 [l10n] Updated Estonian translation po/et.po | 354 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 216 insertions(+), 138 deletions(-) commit b4b2eec103d1bc1598af7f194995c66412f11367 Author: Tom Tryfonidis Date: Wed Apr 8 12:37:54 2015 +0000 Updated Greek translation po/el.po | 122 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 69 insertions(+), 53 deletions(-) commit 7d8d45b8dabb3159b461dea5e9b31f4f2bbf0675 Author: Victor Ibragimov Date: Tue Apr 7 05:24:21 2015 +0000 Updated Tajik translation po/tg.po | 957 +++++++++++++++++++++++++++------------------------------------ 1 file changed, 407 insertions(+), 550 deletions(-) commit 2d53a6899a9545c0b1911d6fd64b40ff0b67515e Author: Matej Urbančič Date: Sun Apr 5 20:00:36 2015 +0200 Updated Slovenian translation po/sl.po | 925 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 414 insertions(+), 511 deletions(-) commit d61cec6d9217f2f045c45647a3bf4857e512931b Author: Dušan Kazik Date: Sat Apr 4 20:12:25 2015 +0000 Updated Slovak translation po/sk.po | 238 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 125 insertions(+), 113 deletions(-) commit f124ddc4fee4925d4167dd8aa834b567f02c3fb8 Author: Inaki Larranaga Murgoitio Date: Sat Apr 4 13:05:11 2015 +0200 Updated Basque language po/eu.po | 144 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 74 insertions(+), 70 deletions(-) commit b13bbb5c712c9d3cd41044121831f6142ef13e95 Author: Rūdolfs Mazurs Date: Fri Apr 3 18:42:21 2015 +0300 Updated Latvian translation po/lv.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 18595fcd1bbd66cb2e7a18db06a965b7d65d7153 Author: Rūdolfs Mazurs Date: Fri Apr 3 18:40:45 2015 +0300 Updated Latvian translation po/lv.po | 1219 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 654 insertions(+), 565 deletions(-) commit 3df0b9840b2ab9ab80e2717263bba73dada9965c Author: Hannie Dumoleyn Date: Fri Apr 3 10:55:03 2015 +0200 Updated Dutch translation 3.16 po/nl.po | 196 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 94 insertions(+), 102 deletions(-) commit 3a3dea74d403d6ea8d81c0cf945dbf7eaf834c62 Author: Baurzhan Muftakhidinov Date: Fri Apr 3 08:43:08 2015 +0000 Updated Kazakh translation po/kk.po | 169 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 91 insertions(+), 78 deletions(-) commit 3cd3c0d1385e816a9a03fc87b7ed8add8d6fdb92 Author: Trần Ngọc Quân Date: Fri Apr 3 14:24:55 2015 +0700 Updated Vietnamses translation Signed-off-by: Trần Ngọc Quân po/vi.po | 170 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 93 insertions(+), 77 deletions(-) commit 1a96955878ab83ac1839d51e4dc52bfc02fc1b3c Author: Stas Solovey Date: Thu Apr 2 21:52:44 2015 +0000 Updated Russian translation po/ru.po | 134 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 75 insertions(+), 59 deletions(-) commit 91c692f4920b19b4ba89ee5449543c40bb3c676a Author: Marek Černocký Date: Thu Apr 2 22:16:18 2015 +0200 Udated Czech translation po/cs.po | 245 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 130 insertions(+), 115 deletions(-) commit 5378cfd448c22f4b203122835d7272796e4a939c Author: Piotr Drąg Date: Thu Apr 2 21:11:41 2015 +0200 Updated Polish translation po/pl.po | 245 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 130 insertions(+), 115 deletions(-) commit 9f1a354e187f648a25d9001761b0cc3bfc325d45 Author: Piotr Drąg Date: Thu Apr 2 21:08:21 2015 +0200 Updated POTFILES.in po/POTFILES.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7ae145cc2be4254e0dd7fe8873fbc69e668f7606 Author: Bastien Nocera Date: Wed Apr 1 14:13:34 2015 +0200 sound: Update submodule to fix duplicated Bluetooth devices https://bugzilla.gnome.org/show_bug.cgi?id=697545 panels/sound/gvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2e18538cc85c055d86c5e1899a1cde6447d10efd Author: Bastien Nocera Date: Wed Apr 1 12:45:56 2015 +0200 sound: Remove unused enumeration Left-over from when we had a separate hardware tab. panels/sound/gvc-mixer-dialog.c | 11 ----------- 1 file changed, 11 deletions(-) commit daed241f9a05325b8a3b2e26445d922dc3bd4447 Author: Richard Hughes Date: Mon Mar 30 10:52:59 2015 +0100 Add a simple AppData file This is needed for three reasons: * To be able to arrange the icon into a folder in GNOME Software * So that we do not allow the application to be removed * To show the update description not in the 'OS Updates' package section configure.ac | 1 + po/POTFILES.in | 1 + shell/Makefile.am | 2 ++ shell/appdata/Makefile.am | 12 ++++++++++++ shell/appdata/gnome-control-center.appdata.xml.in | 19 +++++++++++++++++++ 5 files changed, 35 insertions(+) commit e2a14f4d4ce434b4ade6d9b6fa4185804ae76e83 Author: Benjamin Tissoires Date: Fri Mar 13 17:09:12 2015 -0400 wacom: add an icon for stylii without an eraser wacom-stylus-no-eraser.svg is an adaptation of wacom-stylus.svg https://bugzilla.gnome.org/show_bug.cgi?id=746117 panels/wacom/cc-wacom-stylus-page.c | 4 +- panels/wacom/wacom-stylus-no-eraser.svg | 118 ++++++++++++++++++++++++++++++++ panels/wacom/wacom.gresource.xml | 1 + 3 files changed, 120 insertions(+), 3 deletions(-) commit e463a1eb555d45874dc96644d33a675995ccd52e Author: Benjamin Tissoires Date: Fri Mar 13 17:08:00 2015 -0400 wacom: Update from gnome-settings-daemon https://bugzilla.gnome.org/show_bug.cgi?id=746117 panels/wacom/gsd-wacom-device.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit 66cb45bdad214ef9ce6db7316fb13a8417b28647 Author: Benjamin Tissoires Date: Fri Mar 13 13:11:10 2015 -0400 wacom: do not bail out if the tablet doesn't have an eraser Tablets have not always an eraser (most of the generic tablets like Huion, UC-Logic, etc... don't). We should not reject such tablets. Commit 54849a9 (wacom: Only the stylus and eraser tools need to exist) mentioned that we were not sure about eraser, and I think we should not assume one either. To do so, we simply ignore the eraser xinput node and rely on libwacom to actually provide the eraser information. If the stylus does not have the eraser tip, we may fall in the LAYOUT_OTHER case. We have a picture of a generic Wacom pen with an eraser, and the leaders linking the widget to the picture are scrambled. To prevent that, gray out the eraser pressure slider so that we do not break the layout. https://bugzilla.gnome.org/show_bug.cgi?id=746117 panels/wacom/cc-wacom-page.c | 24 +++++---------------- panels/wacom/cc-wacom-page.h | 2 -- panels/wacom/cc-wacom-panel.c | 14 +++++-------- panels/wacom/cc-wacom-stylus-page.c | 42 +++++++++++++++++++++++-------------- panels/wacom/cc-wacom-stylus-page.h | 3 +-- panels/wacom/test-wacom.c | 2 +- 6 files changed, 38 insertions(+), 49 deletions(-) commit 28574f0386d5db06ee421bb990f4c5c5b3f12373 Author: Jordi Mas Date: Sat Mar 28 07:46:11 2015 +0100 Update Catalan translation po/ca.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit c12cb2106503ce8a5561df42008e485aa013dccd Author: Rui Matos Date: Fri Mar 27 14:37:51 2015 +0100 network: Fix a crash on IPv6 settings dialog Commit 219a94ed1ec3404c1893446e0590dc079e988921 added a g_object_unref() on the wrong line. panels/network/connection-editor/ce-page-ip6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ff16c19832bfddd5f4fb4c115a5a798942f675da Author: Richard Hughes Date: Wed Mar 25 13:46:57 2015 +0000 color: Set the users profile title when generating a profile panels/color/cc-color-panel.c | 1 + 1 file changed, 1 insertion(+) commit d94d512dd1ccf07a792066e6ec0d5340f8ed0724 Author: Richard Hughes Date: Wed Mar 25 13:46:28 2015 +0000 color: Set the default profile quality at startup I assume once we got a spurious callback from GTK to set this. panels/color/cc-color-panel.c | 1 + 1 file changed, 1 insertion(+) commit 3b15d1219889d33b30915425dfe1497fdfef556e Author: Khaled Hosny Date: Tue Mar 24 23:49:17 2015 +0200 Update Arabic translation po/ar.po | 2029 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 1101 insertions(+), 928 deletions(-)