commit 631b182406b92ab8a4baac6b78158bb19e93e016 Author: Bastien Nocera Date: Thu Apr 30 14:09:33 2015 +0200 3.14.5 NEWS | 25 +++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) commit a83054532d0b9f253f9bef16eca0a8779bde8d7f 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 ead5ab1fc577245e250082a1d87effe53a02524f Author: Sveinn í Felli Date: Fri Apr 24 08:25:44 2015 +0000 Updated Icelandic translation po/is.po | 4821 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 2338 insertions(+), 2483 deletions(-) commit 989e1597185578e9c207ec2a6b7007a81aa0559e 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 3f24bcbc378748e8ab4af8b8785d6b9ddd9208a2 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 2ed8ec114ff3420c4380047b8da1dee5bff20e37 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(+) commit 0adfbd8f3eee2d6cad5048f238bdae042f2287c2 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 75cb96d077c488d9d3e86cc5e9b30587a4ef34cd 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 a963a9c3f4c605b9465392774900171c7eb5721b 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 c730ebc4b68b1338bf3f7ada98df94a67fce5fe1 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 f5b0b2c76c9efbac4907ca88b1b8cf727cf8c39a 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 5536d86d05af401d7714ce056221b224121c5b70 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 3656d8bf96bfac9bd1964a33859456780ad78df8 Author: Bastien Nocera Date: Mon Mar 30 10:51:14 2015 +0200 users: Require newer AccountService act_user_is_logged_in_anywhere() is used, and appeared in 0.6.33, require at least that version. https://bugzilla.gnome.org/show_bug.cgi?id=746444 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1faa4acd9e9d51987b19ddf9377a87a9420d0321 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 dd5b1f06571c9ed0f0e7b1cadf65d65aa9c63fda Author: Christian Kirbach Date: Sat Mar 21 00:30:14 2015 +0100 Update German translation po/de.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit 7af640c766b95865c025a0ae7fb52ff528b0d12c Author: Christian Kirbach Date: Sat Mar 21 00:10:47 2015 +0100 Update German translation po/de.po | 1345 ++++++++++++++++++++++---------------------------------------- 1 file changed, 476 insertions(+), 869 deletions(-) commit b3d4453d081ebf282bfaad81ac4b25605d245fed Author: Anders Jonsson Date: Thu Mar 19 22:33:09 2015 +0000 Updated Swedish translation po/sv.po | 843 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 380 insertions(+), 463 deletions(-)