commit 810a5962880ffc9e61f86bb207696904376f5277 Author: Matthias Clasen Date: Wed Feb 6 23:31:17 2013 -0500 3.7.5.1 NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) commit 2de037d88266980bfba6a8771ba1e45979eaaa87 Author: Matthias Clasen Date: Fri Feb 1 08:34:54 2013 -0500 network: More consistent page headings The vlan page (and other virtual devices) use network-simple.ui, and the off switch in that pages heading was not centered relative to the rest of the heading, as it is in other pages. This shows up as the switch jumping up and down as you switch pages. https://bugzilla.gnome.org/show_bug.cgi?id=693004 panels/network/network-simple.ui | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) commit 28ea402af2cad6c3a77798600bcc90a7f6bd3362 Author: Matthias Clasen Date: Wed Feb 6 20:12:01 2013 -0500 network: more consistent page headings The new design has left-aligned page headings. Make it so for all pages. The ones still centered were mobile, proxy and vpn. https://bugzilla.gnome.org/show_bug.cgi?id=693003 panels/network/network-mobile.ui | 163 +++++++++++++++++++++------------------ panels/network/network-proxy.ui | 162 +++++++++++++++++++++----------------- panels/network/network-vpn.ui | 156 ++++++++++++++++++++----------------- 3 files changed, 267 insertions(+), 214 deletions(-) commit 0c57d5c19cdac398074c32bd89f98731ff3797a3 Author: Fran DiƩguez Date: Thu Feb 7 00:58:05 2013 +0100 Updated Galician translations po/gl.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 7f13d109d7a724e8c2c505a6165dbf4b0187f5c7 Author: Matthias Clasen Date: Wed Feb 6 17:15:07 2013 -0500 network: Sort out symbolic icons In bug 689638, the designers only asked for the list icons to be symbolic, not the big icons in the page headings. The current code was failing on both ends: virtual devices like vlan still had non-symbolic icons in the list, and several pages (e.g mobile and proxy) had symbolic icons in the headings. https://bugzilla.gnome.org/show_bug.cgi?id=693001 panels/network/cc-network-panel.c | 6 +++--- panels/network/net-device-ethernet.c | 2 +- panels/network/net-device-simple.c | 2 +- panels/network/net-proxy.c | 2 +- panels/network/net-virtual-device.c | 2 +- panels/network/network-mobile.ui | 2 +- panels/network/network-proxy.ui | 2 +- panels/network/network-vpn.ui | 2 +- panels/network/panel-common.c | 20 +++++++++++++------- panels/network/panel-common.h | 3 ++- 10 files changed, 25 insertions(+), 18 deletions(-) commit f85aed9516aa9f4c27007315461fe59f9a7aa46c Author: Dan Winship Date: Mon Feb 4 17:36:23 2013 -0500 network: disable "Apply" in editor if connection hasn't changed https://bugzilla.gnome.org/show_bug.cgi?id=692925 panels/network/connection-editor/net-connection-editor.c | 4 +++- panels/network/connection-editor/net-connection-editor.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) commit ec704ab62f0ad6b96736e04375d9af851c146217 Author: Dan Winship Date: Mon Jan 14 10:24:56 2013 -0500 network: Allow compiling against NM 0.9.6 NM 0.9.7 has still not been released, even as a tarball, so allow compiling against 0.9.6 (without certain bits of new functionality). https://bugzilla.gnome.org/show_bug.cgi?id=691721 configure.ac | 13 +++++-- panels/network/cc-network-panel.c | 21 +++++++++++ .../connection-editor/net-connection-editor.c | 2 ++ panels/network/net-device-bridge.c | 4 +++ panels/network/net-device-wifi.c | 2 ++ panels/network/panel-common.c | 41 ++++++++++++++++++++++ panels/network/panel-common.h | 1 + 7 files changed, 81 insertions(+), 3 deletions(-) commit 3ac77e5d47d023634cd4754681c51f66198c0637 Author: Richard Hughes Date: Wed Feb 6 15:22:04 2013 +0000 color: Do not unselect the first GtkTreeView item on realize as it makes the UI flicker panels/color/cc-color-panel.c | 22 ---------------------- 1 file changed, 22 deletions(-) commit edc9286a0afdcbd33c071d66d2b4153e80bf44b9 Author: Richard Hughes Date: Wed Feb 6 13:24:07 2013 +0000 color: Do not show the user display types the selected sensor does not support Additionally, hide the display types page if the sensor only supports one display technology. panels/color/cc-color-calibrate.c | 4 +- panels/color/cc-color-panel.c | 87 +++++++++++++++++++++++++++++++++++++-- panels/color/color.ui | 55 +++++++++++++++---------- 3 files changed, 119 insertions(+), 27 deletions(-) commit dc77c05e9126a3997577750fe7bb3074cb63283e Author: Richard Hughes Date: Wed Feb 6 12:39:45 2013 +0000 color: Set the default calibration quality to medium panels/color/cc-color-panel.c | 24 ++++++++++++++++++++++-- panels/color/color.ui | 1 + 2 files changed, 23 insertions(+), 2 deletions(-)