commit 66e4e8d434ad5cf850a31140ad3825e174640006 Author: Rui Matos Date: Tue May 12 16:41:43 2015 +0200 3.16.2 NEWS | 21 +++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) commit 5e0db6aaeb0e88161a0bb76fac5293c4dec22ed1 Author: Rui Matos Date: Tue May 12 16:50:28 2015 +0200 build: Work around distcheck issue po/POTFILES.skip | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) commit 75df3ebe8705f31bffc049ac6c8ccbafd3eed000 Author: Martin Hatina Date: Mon May 4 11:11:22 2015 +0200 notifications: Align icons Icons are now aligned even when they don't have same size. https://bugzilla.gnome.org/show_bug.cgi?id=711389 panels/notifications/cc-notifications-panel.c | 1 + panels/notifications/notifications.ui | 3 +++ 2 files changed, 4 insertions(+) commit ed37aa2cae1747253fc46fd301c2ffda7d8dc151 Author: Martin Hatina Date: Thu Apr 30 15:12:28 2015 +0200 notifications: Do not show nameless apps Apps with no name are not added to list. https://bugzilla.gnome.org/show_bug.cgi?id=693622 panels/notifications/cc-notifications-panel.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 3c710f1f32198a4b6cac9083ef89a28dca47180c Author: Martin Hatina Date: Tue May 5 09:45:25 2015 +0200 notifications: Make section headings accessible The section headings are useful to understand the content of this panel. https://bugzilla.gnome.org/show_bug.cgi?id=746757 panels/notifications/cc-notifications-panel.c | 10 ++++++++++ 1 file changed, 10 insertions(+) commit 2fcce8dbf39f3216c10e98f994261c4c69773d9e Author: Cédric Valmary Date: Sun May 10 21:26:27 2015 +0000 Updated Occitan translation po/oc.po | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit ef7766f968917d1c239ce6fff02eda0b4f963a86 Author: Cédric Valmary Date: Sun May 10 21:22:53 2015 +0000 Updated Occitan translation po/oc.po | 5710 ++++++++++++++++++++++++-------------------------------------- 1 file changed, 2245 insertions(+), 3465 deletions(-) commit aed63bfe9a20cb35035ba5075ff233c72f3d0e8f Author: Cédric Valmary Date: Sun May 10 21:02:31 2015 +0000 Updated Occitan translation po/oc.po | 13344 ++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 7442 insertions(+), 5902 deletions(-) commit 8e2d34a7a3c46627883349aa3bb9e8977b48a103 Author: Alexandre Franke Date: Sat May 9 08:16:42 2015 +0000 Updated French translation po/fr.po | 430 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 222 insertions(+), 208 deletions(-) commit 7fdb31bc2d57877333668d40a1fba8e5c2186baf Author: Piotr Drąg Date: Mon May 4 20:22:27 2015 +0200 Updated Polish translation po/pl.po | 261 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 132 insertions(+), 129 deletions(-) commit 2b41edeb69336915cd370fb192e957769d4ada6e Author: osfans Date: Sun May 3 10:23:39 2015 +0800 update zh_CN translation po/zh_CN.po | 538 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 286 insertions(+), 252 deletions(-) commit 67990c9ff69ee88819bf7b423408350edd8b83ce Author: Yosef Or Boczko Date: Fri May 1 12:01:15 2015 +0300 Updated Hebrew translation po/he.po | 434 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 222 insertions(+), 212 deletions(-) commit adb82f0d007ffea36545ed4e3428cb08d61770e2 Author: Carlos Garnacho Date: Wed Apr 29 19:29:08 2015 +0200 wacom: Drop usage of last-calibration-resolution This is gone from the g-s-d schema, so just stop setting it. https://bugzilla.gnome.org/show_bug.cgi?id=748660 panels/wacom/cc-wacom-page.c | 8 -------- 1 file changed, 8 deletions(-) commit 996017572f2155aa62171cace7ec4e7262011160 Author: laurent Soleil Date: Tue Apr 28 13:17:59 2015 +0000 Updated Occitan translation po/oc.po | 11900 +++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 8042 insertions(+), 3858 deletions(-) commit 6e971eb0388b3f5746c9ab18c70b010fca1e5483 Author: Daniel Martinez Date: Mon Apr 27 20:27:06 2015 +0200 Update Aragonese translation po/an.po | 1736 +++++++++++++++++++------------------------------------------- 1 file changed, 517 insertions(+), 1219 deletions(-) commit f5a5f1a582fe5a6bf5e65e489154dc61aa5411bc Author: Sveinn í Felli Date: Mon Apr 27 15:11:54 2015 +0000 Updated Icelandic translation po/is.po | 392 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 202 insertions(+), 190 deletions(-) commit fd7d7d4c108056aefc63ee490be54bcb734de04f Author: Mario Sanchez Prada Date: Mon Apr 27 11:38:44 2015 +0100 sharing: Use g_variant_get_{string|variant}() instead of g_variant_get() Besides being a better practice, this changes also fixes 2 memory leaks when handling strings boxed inside GVariant objects. https://bugzilla.gnome.org/show_bug.cgi?id=748411 panels/sharing/cc-remote-login.c | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) commit 9ff192ab2ed599ce619701d65a39f0b94aac5185 Author: Mario Sanchez Prada Date: Mon Apr 27 11:38:15 2015 +0100 power: Use g_variant_get_string() instead of g_variant_get() Fixes a memory leak as the "(s)" format string was being used, but no call to g_free() was happening afterwards. https://bugzilla.gnome.org/show_bug.cgi?id=748411 panels/power/cc-power-panel.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit efba5c012053a4d0a01b3f50eb56e354b91fb001 Author: Cheng-Chia Tseng <> Date: Mon Apr 27 02:00:54 2015 +0000 Updated Chinese (Taiwan) translation po/zh_TW.po | 392 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 202 insertions(+), 190 deletions(-) commit 34bd9fd76f35285bf6c2b226d55629c4e9241885 Author: Kristjan SCHMIDT Date: Thu Apr 23 23:02:01 2015 +0200 Updated Esperanto translation po/eo.po | 858 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 429 insertions(+), 429 deletions(-) commit 685ad20ff7551d38e57f57f09bef12b4b0df9e4c Author: Daniel Mustieles Date: Thu Apr 23 10:46:27 2015 +0200 Updated Spanish translation po/es.po | 439 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 223 insertions(+), 216 deletions(-) commit 93427f8b35882a82f7b3694ded8e5dd010eeceba Author: Matthias Clasen Date: Mon Apr 13 11:52:33 2015 -0400 network: Stop "gateway" entry from becoming too wide https://bugzilla.gnome.org/show_bug.cgi?id=732974 panels/network/network-vpn.ui | 2 ++ 1 file changed, 2 insertions(+) commit 98221832a894a552205d5d839c3d059192c822d9 Author: Bastien Nocera Date: Tue Apr 21 14:27:57 2015 +0200 network: Stop "Bridge slaves" entry from becoming too wide https://bugzilla.gnome.org/show_bug.cgi?id=732974 panels/network/net-virtual-device.c | 1 + 1 file changed, 1 insertion(+) commit 425c83fe828caffe70f2acd7c2f4dc24c5a098c5 Author: Rafael Ferreira Date: Thu Apr 16 18:07:01 2015 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 405 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 208 insertions(+), 197 deletions(-) commit 30a743a94c6073445acf0cc7007ff338a50f34cd Author: Marek Kasik Date: Thu Apr 16 15:08:51 2015 +0200 printers: Update printer options correctly Set 'ppd_filename_set' and 'destination_set' always to FALSE before requesting the destination and updated PPD file so we can distinguish when we have all information needed for update of the PpPPDOptionWidget. https://bugzilla.redhat.com/show_bug.cgi?id=1211580 panels/printers/pp-ppd-option-widget.c | 3 +++ 1 file changed, 3 insertions(+)