commit aaedfe956f62b521400912477378398d338fde2c Author: Bastien Nocera Date: Tue Sep 15 14:25:47 2015 +0200 3.17.92 NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) commit 2bdcec6c01a33cb87330886c881edcc1d9de3b05 Author: Bastien Nocera Date: Mon Aug 17 20:25:15 2015 +0200 build: Bump required gnome-bluetooth version Now that there is a release with that version configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 4216163744886ee6b83e2d1d8d3d1a58f65382d5 Author: Ting-Wei Lan Date: Thu Aug 6 20:43:16 2015 +0800 build: Add missing backslashes https://bugzilla.gnome.org/show_bug.cgi?id=753316 configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 6109e0766c1a120a859f4a442ec45e149c4271c9 Author: Milo Casagrande Date: Tue Sep 15 11:33:41 2015 +0000 Updated Italian translation po/it.po | 781 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 406 insertions(+), 375 deletions(-) commit ac6b1acc1f6972e79776fb5d7f5b85d06fbc8cb7 Author: Felipe Borges Date: Thu Sep 3 13:16:37 2015 +0200 printers: avoid crashes when searching for printers w/ special chars Since the dialog considers just the hostname part from the URL, unespacing the url avoids a backend crash. https://bugzilla.gnome.org/show_bug.cgi?id=754248 panels/printers/pp-new-printer-dialog.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit a81a5994e4e7e0600bfec48eab612f9716d3c74e Author: Fran Dieguez Date: Mon Sep 14 16:38:22 2015 +0200 Updated Galician translations po/gl.po | 732 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 380 insertions(+), 352 deletions(-) commit 7a811e7dfb9c1e919ea46198639c676c82497969 Author: Marek Černocký Date: Mon Sep 14 13:32:48 2015 +0200 Updated Czech translation po/cs.po | 278 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 159 insertions(+), 119 deletions(-) commit 18c69bc98cde291d04ad27693667eadf7f674c9a Author: Josef Andersson Date: Sun Sep 13 15:36:06 2015 +0000 Updated Swedish translation po/sv.po | 698 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 391 insertions(+), 307 deletions(-) commit fd0cb303a6391675df44c9de30d202171c8eff25 Author: Jiro Matsuzawa Date: Mon Sep 14 00:14:30 2015 +0900 Updated Japanese translation po/ja.po | 688 ++++++++++++++++++--------------------------------------------- 1 file changed, 196 insertions(+), 492 deletions(-) commit b6cf3257245820e43d3db3b2ee2f7b0bcabfefb0 Author: Erwan Georget Date: Sat Sep 12 07:57:09 2015 +0000 Updated French translation po/fr.po | 526 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 282 insertions(+), 244 deletions(-) commit 296b216b8f879a288a936275fac1e7848e7846a4 Author: Arash Mousavi Date: Fri Sep 11 23:53:31 2015 +0430 Updated Persian translation po/fa.po | 3167 +++++++++++++++++++++++++++----------------------------------- 1 file changed, 1353 insertions(+), 1814 deletions(-) commit 9f774e8286b1b30fe6c3c076d0de63107d750578 Author: Jiri Grönroos Date: Thu Sep 10 18:44:49 2015 +0300 Finnish translation update po/fi.po | 1022 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 531 insertions(+), 491 deletions(-) commit 40988d3677a0b533218d3b1644d25ce494df677d Author: Cosimo Cecchi Date: Tue Sep 8 10:06:48 2015 -0700 power: refresh ALS state when a Screen proxy is created The ALS state depends on both the Screen and IIO dbus proxies; refresh it when the screen proxy is created. https://bugzilla.gnome.org/show_bug.cgi?id=754735 panels/power/cc-power-panel.c | 1 + 1 file changed, 1 insertion(+) commit db449dc49ea1145f0139562fc7d0797bfaaa16e9 Author: Cosimo Cecchi Date: Tue Sep 8 10:02:00 2015 -0700 power: don't assume we have a Screen proxy when IIO proxy is ready On panel construction, we trigger asynchronous creation of a GDBusProxy for the IIO sensors daemon and one for the Screen g-s-d interface. Since there's no guarantee we'll have the screen proxy ready by the time the IIO proxy is constructed, guard for (priv->screen_proxy != NULL), or we'll hit a critical. https://bugzilla.gnome.org/show_bug.cgi?id=754735 panels/power/cc-power-panel.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) commit 3af59f7c03cb81c7f9801890415bcef1dea76820 Author: Cosimo Cecchi Date: Tue Sep 8 10:01:21 2015 -0700 power: add debug output when IIO proxy creation fails https://bugzilla.gnome.org/show_bug.cgi?id=754735 panels/power/cc-power-panel.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) commit 3b14056a01b2dd16880e9f936de8be3cf13cc96f Author: Rui Matos Date: Thu Sep 3 19:24:00 2015 +0200 region: Fix the input chooser add button sensitiveness logic Going back when the back row just gets selected breaks keyboard navigation. This behavior got introduced by mistake in commit f28e06a4. Instead, let's just do the add button sensitiveness logic here. The back row still works when activated. https://bugzilla.gnome.org/show_bug.cgi?id=754524 panels/region/cc-input-chooser.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) commit 958c0140bbc3e9094c29d85bb088956e7e70ba39 Author: Rui Matos Date: Mon Sep 7 15:38:07 2015 +0200 user-accounts: Avoid a crash when gdm's schemas aren't installed Commit de821d592294de94659b316792a1395fd08352bb implicitly added a runtime dependency on gdm's settings schemas being installed. Since GSettings aborts if schemas aren't installed this means we new crash on systems without gdm. See https://bugzilla.redhat.com/show_bug.cgi?id=1259935 . https://bugzilla.gnome.org/show_bug.cgi?id=754682 panels/user-accounts/um-user-panel.c | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) commit ec11928157263609e64a1e1c608e23702ddd71ba Author: Benjamin Steinwender Date: Sat Sep 5 20:24:07 2015 +0000 Updated German translation po/de.po | 1283 +++++++++++++++++++++----------------------------------------- 1 file changed, 431 insertions(+), 852 deletions(-) commit 21d9693ede129f242ea721bd9db43b2122c9a508 Author: Changwoo Ryu Date: Sun Sep 6 01:59:05 2015 +0900 Updated Korean translation po/ko.po | 823 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 428 insertions(+), 395 deletions(-) commit 01ca1bed46a59148097c0a1d66084a18c62a46ea Author: Baurzhan Muftakhidinov Date: Fri Sep 4 15:51:59 2015 +0000 Updated Kazakh translation po/kk.po | 797 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 416 insertions(+), 381 deletions(-) commit febc6b59f0fc5f240b539f143d663910b71ee98d Author: Aurimas Černius Date: Thu Sep 3 14:36:39 2015 +0300 Updated Lithuanian translation po/lt.po | 48 +++++++++++++++++++----------------------------- 1 file changed, 19 insertions(+), 29 deletions(-) commit 110ad0af1efae5b6d40cb4bb6f6391a0b943f610 Author: Sveinn í Felli Date: Wed Sep 2 16:36:35 2015 +0000 Updated Icelandic translation po/is.po | 213 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 124 insertions(+), 89 deletions(-) commit c9569e15f1a53259c763d2167939c0a2bea48899 Author: Paul Seyfert Date: Tue Sep 1 21:55:12 2015 +0000 Updated German translation po/de.po | 1420 +++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 933 insertions(+), 487 deletions(-) commit ab05c0c1d4d8bec1f917f01d4b28218678d00d82 Author: Umarzuki Bin Mochlis Moktar Date: Mon Aug 31 09:31:54 2015 +0000 Updated Malay translation po/ms.po | 1031 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 491 insertions(+), 540 deletions(-) commit d8c211a38df70895824522851add82ebd4ec8bec Author: Jiro Matsuzawa Date: Sat Aug 29 08:50:49 2015 +0900 Updated Japanese translation po/ja.po | 1500 ++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 921 insertions(+), 579 deletions(-) commit 7c0f539ebd484508f62dcadd40f2b13645cd7cc2 Author: Stas Solovey Date: Thu Aug 27 22:37:17 2015 +0000 Updated Russian translation po/ru.po | 490 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 265 insertions(+), 225 deletions(-) commit ff1c490f4a081c40661716838c3759736b82d5ab Author: Yosef Or Boczko Date: Thu Aug 27 23:36:12 2015 +0300 Updated Hebrew translation po/he.po | 200 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 115 insertions(+), 85 deletions(-) commit 4157f0e5f4ab2c713cd1cc8a2352cd05ef515c1f Author: Anders Jonsson Date: Thu Aug 27 08:37:37 2015 +0000 Updated Swedish translation po/sv.po | 796 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 416 insertions(+), 380 deletions(-) commit 256c50cdf41b72733cc9e755482bf1c4fe3b30f7 Author: Chao-Hsiung Liao Date: Tue Aug 25 12:57:36 2015 +0000 Updated Chinese (Taiwan) translation po/zh_TW.po | 724 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 386 insertions(+), 338 deletions(-) commit 4a91056bb74c8377c5c837614205be327428ecc4 Author: Rui Matos Date: Wed Aug 19 15:50:29 2015 +0200 region: If language isn't set in AccountsService, show current locale For newly created user accounts, AccountsService won't have the language property set. Instead of defaulting to en_US in that case, let's fallback to the current locale. https://bugzilla.gnome.org/show_bug.cgi?id=753828 panels/region/cc-region-panel.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit ff5a17a34aaf90b9f1c3e5ecb27e7df88c2b16f7 Author: Piotr Drąg Date: Mon Aug 24 16:04:34 2015 +0200 Updated Polish translation po/pl.po | 518 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 251 insertions(+), 267 deletions(-) commit c57eb376c0482cd0f1b7a647880c71664d5fecc8 Author: Jordi Mas Date: Sat Aug 22 08:57:06 2015 +0200 Fixes to Catalan translation po/ca.po | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) commit 4be67c813921e4a7519105486452e5376687f5e8 Author: Gábor Kelemen Date: Wed Aug 19 10:13:06 2015 +0000 Updated Hungarian translation po/hu.po | 217 +++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 128 insertions(+), 89 deletions(-)