commit 5d384e274de8c10155fb555998d36d5576fd4873 Author: Bastien Nocera Date: Mon Mar 23 11:57:32 2015 +0100 3.16.0 NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) commit 364731cae84525c318cfcfb0d69b005e3d9e03a7 Author: Tom Tryfonidis Date: Mon Mar 23 12:40:04 2015 +0200 Updated Greek translation po/el.po | 181 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 90 insertions(+), 91 deletions(-) commit ca0c62f29dc61681d0f02217462411662c6cc350 Author: Marek Černocký Date: Mon Mar 23 11:34:40 2015 +0100 Updated Czech translation po/cs.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 586dfe2dacdbc223f4143033f7ca9628b3fcae31 Author: Akom Chotiphantawanon Date: Mon Mar 23 16:21:15 2015 +0700 Updated Thai translation po/th.po | 3150 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 1663 insertions(+), 1487 deletions(-) commit a98dce89c27c8ad2e28cd92aed1767c1e3075f32 Author: Christian Kirbach Date: Sun Mar 22 22:53:28 2015 +0100 Update German translation po/de.po | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) commit e904648936222f5350418ca82fbefe27d91341ef Author: Jiro Matsuzawa Date: Mon Mar 23 02:38:16 2015 +0900 l10n: Update Japanese translation po/ja.po | 148 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 73 insertions(+), 75 deletions(-) commit 7509af9d225a2f5ba29b5eda261962be894757ad Author: Debarshi Ray Date: Fri Mar 20 20:16:11 2015 +0100 online-accounts: Don't scroll single entry lists Create the scrolled window with vertical scrolling turned off. Turn it on when there are more than one items in the list. Note that the immediate parent of the list is a GtkViewport, so we need to explicitly look for the GtkScrolledWindow. https://bugzilla.gnome.org/show_bug.cgi?id=745584 .../online-accounts/cc-online-accounts-add-account-dialog.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) commit bbe05e718c33e97952aa002763fb9a85c8e9391a Author: Aurimas Černius Date: Sat Mar 21 17:39:43 2015 +0200 Fix string in Lithuanian translation po/lt.po | 171 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 82 insertions(+), 89 deletions(-) commit 4390f987b21bb9ade6923a964de995713a1fe6a8 Author: Andre Klapper Date: Sat Mar 21 14:57:20 2015 +0100 Fix broken Slovenian translation po/sl.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 2ecc904859bf16128bed714e3dbe0473904ff58a Author: Andre Klapper Date: Sat Mar 21 14:55:47 2015 +0100 Fix broken Bosnian translation po/bs.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 6220aa8cb53302dc06dc1ee6c9f9d3e360600535 Author: Inaki Larranaga Murgoitio Date: Sat Mar 21 12:12:55 2015 +0100 Updated Basque language po/eu.po | 470 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 254 insertions(+), 216 deletions(-) commit db596eeb82726ead977986d1da9a0c11fed3e43d Author: Yuri Myasoedov Date: Sat Mar 21 08:18:54 2015 +0000 Updated Russian translation po/ru.po | 85 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 42 insertions(+), 43 deletions(-) commit 40c1ac6780a588693df40421609969bc3aa2a9b9 Author: Gábor Kelemen Date: Fri Mar 20 23:58:28 2015 +0000 Updated Hungarian translation po/hu.po | 116 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 55 insertions(+), 61 deletions(-) commit 0225021b41ba3551131f754426fadf64e45f3361 Author: Christian Kirbach Date: Sat Mar 21 00:24:41 2015 +0100 Update German translation po/de.po | 1276 +++++++++++++++++++++----------------------------------------- 1 file changed, 432 insertions(+), 844 deletions(-) commit 7de50b4c8b935022b221395d33d18598aa8fb0b1 Author: Christian Kirbach Date: Sat Mar 21 00:16:14 2015 +0100 Update German translation po/de.po | 344 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 188 insertions(+), 156 deletions(-) commit f6f4e7b774cf33f6841db328042e44a4c39df310 Author: Bastien Nocera Date: Wed Mar 18 18:16:26 2015 +0100 network: Remove use of temporary variable No need to copy a static string before using it. https://bugzilla.gnome.org/show_bug.cgi?id=746411 panels/network/cc-network-panel.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) commit ba6da7636ef2135586475784120aa7b5cd50e71c Author: Bastien Nocera Date: Wed Mar 18 18:15:35 2015 +0100 network: Fix warning on panel exit Now that the VPN object is getting finalized, make sure not to warn if the NMClient is already gone. https://bugzilla.gnome.org/show_bug.cgi?id=746411 panels/network/net-vpn.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit 2cf597eb973d3a3692467129cb45be9dec4381b3 Author: Bastien Nocera Date: Wed Mar 18 18:59:24 2015 +0100 network: Fix reference leak of NetProxy Every time we got the list of devices from the devices GtkListStore, we were leaking the only element that wasn't a NetDevice, the proxy page. Make sure to unref' it by hand if we're not going to add it to the list (the elements of which will be unref'ed properly). https://bugzilla.gnome.org/show_bug.cgi?id=746411 panels/network/cc-network-panel.c | 2 ++ 1 file changed, 2 insertions(+) commit a6781932e96822f4f9f94d3d0087d9bb47a42a37 Author: Bastien Nocera Date: Wed Mar 18 19:01:13 2015 +0100 network: Fix reference leak of NetVirtualDevices The only reference is owned by the devices GtkListStore. https://bugzilla.gnome.org/show_bug.cgi?id=746411 panels/network/cc-network-panel.c | 1 + 1 file changed, 1 insertion(+) commit eb14e558e557165779239d037a1f9caaf99193be Author: Bastien Nocera Date: Wed Mar 18 18:14:48 2015 +0100 network: Fix reference leak of NetVpn The only reference is owned by the devices GtkListStore. https://bugzilla.gnome.org/show_bug.cgi?id=746411 panels/network/cc-network-panel.c | 1 + 1 file changed, 1 insertion(+) commit 234ed231384abb0b7f23db9637836592c411eba8 Author: Bastien Nocera Date: Wed Mar 18 13:24:47 2015 +0100 network: Add sanity checks NetDevice and NetObject https://bugzilla.gnome.org/show_bug.cgi?id=746411 panels/network/net-device.c | 1 + panels/network/net-object.c | 2 ++ 2 files changed, 3 insertions(+) commit 219a94ed1ec3404c1893446e0590dc079e988921 Author: Bastien Nocera Date: Wed Mar 18 16:15:43 2015 +0100 network: Fix GtkListStore leak in IPv{4,6} dialogues https://bugzilla.gnome.org/show_bug.cgi?id=746411 panels/network/connection-editor/ce-page-ip4.c | 1 + panels/network/connection-editor/ce-page-ip6.c | 1 + 2 files changed, 2 insertions(+) commit 0e428f2881aebf877836e04bc4bd799c8df40bc1 Author: Bastien Nocera Date: Wed Mar 18 16:01:28 2015 +0100 network: Remove unused GtkListStore objects https://bugzilla.gnome.org/show_bug.cgi?id=746411 panels/network/network-vpn.ui | 14 -------------- panels/network/network.ui | 44 ------------------------------------------- 2 files changed, 58 deletions(-) commit 60f6ba1d723d67f7821a4beda125d99932202317 Author: Bastien Nocera Date: Wed Mar 18 13:22:47 2015 +0100 network: Fix the network panel being kept alive NetObjects and CcNetworkPanel aren't widgets, and hold references to each other. Simplify things by having NetObject hold a pointer to CcNetworkPanel (and the singletons NMRemoteSettings and NMClient) instead, and clear their pointers when the original object is unref'ed. https://bugzilla.gnome.org/show_bug.cgi?id=746411 panels/network/net-object.c | 47 +++++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 21 deletions(-) commit 2bb1e3bb78e435876ea9339e94a43fbc65712978 Author: Andika Triwidada Date: Wed Mar 18 15:30:20 2015 +0000 Updated Indonesian translation po/id.po | 295 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 160 insertions(+), 135 deletions(-) commit f69b68c2f8cc858dc0cc3c335758b4170de50563 Author: Daniel Martinez Date: Tue Mar 17 19:56:16 2015 +0100 Update Aragonese translation po/an.po | 303 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 165 insertions(+), 138 deletions(-)