~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/power

Last commit made on 2012-12-12
Get this branch:
git clone -b wip/power https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Recent commits

9736002... by Matthias Clasen <email address hidden>

power: Don't use never,never scrolled windows

We can use frames for the visual grouping here, and not using
scrolled windows avoids size allocation problems where we end
up with clipped lists.

8eea4ce... by Matthias Clasen <email address hidden>

power: Fix criticals when tearing down the panel

Another instance of death-by-floating-reference.

1d70968... by Matthias Clasen <email address hidden>

power: More generous horizontal padding

This was requested in review.

f902e5f... by Matthias Clasen <email address hidden>

power: Fix top padding

Pointed out in review.

2331b2d... by Matthias Clasen <email address hidden>

power: Make the panel larger

For now, just set a height of 490 pixels. To do much better here,

6d4d2d0... by Matthias Clasen <email address hidden>

Shell: Allow panels to go up to the edge

This is necessary for new scrolling panel designs, where we
expect the scrollbar to sit directly at the edge of the window.

https://bugzilla.gnome.org/show_bug.cgi?id=689878

051cb44... by Matthias Clasen <email address hidden>

Make secondary battery test easier available

No need for double-if-oh.

d222008... by Matthias Clasen <email address hidden>

Incorporate review feedback

Add a scrollbar for the whole panel, add frames around each
section, make all rows the same height, make level bars and
scale the same width, fix clipping of combo boxes and reword
some labels.

https://bugzilla.gnome.org/show_bug.cgi?id=689614

9802472... by Matthias Clasen <email address hidden>

power: add a wifi switch

This is using NMClient. The exact semantics of what the switch
should do are still up for discussion, I think. For now, it
turns off wireless by calling nm_client_set_wireless_enabled().

29d31a7... by Matthias Clasen <email address hidden>

power: fix some ltr issues