~vcs-imports/gnome-control-center/+git/gnome-control-center:wifi-refinements

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

Branch merges

Branch information

Recent commits

7a9a220... by Matthias Clasen <email address hidden>

network: No selection in the wifi list

Set the selection mode to none, to avoid a meaningless and
distracting blue selection in the wifi list.

960a27b... by Matthias Clasen <email address hidden>

network: Handle activation in the wifi list better

Instead of manually handling button release events on the
treeview, use activatable cell renderers for the ssid text
and for the arrow, and connect to activate signals for them.

We use cell area focus-sibling technology to make the keynav
in the list just have focus locations for the ssid and the
arrow.

This makes the details pages reachable by keynav, which was
not the case before.

3e21c78... by Matthias Clasen <email address hidden>

network: Add cell renderers

These are activatable variants of text and pixbuf cell
renderers. They emit an 'activate' signal when clicked
or activated by keyboard.

2eb8d9c... by Matthias Clasen <email address hidden>

network: Don't override cell renderer properties

The mode cell renderer had a property named 'mode', which
clashed with the GtkCellRenderer property of that name, which
confused the treeview keynav.

Rename the new property to ap-mode.

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

network: Avoid critical warnings

Remove the reference to the new longer existing viewport_list
widget, and be more careful about getting a NMRemoteSettings
object when calculating the last used time.

568bc03... by Matthias Clasen <email address hidden>

network: Improve the wifi list appearance

Use non-symbolic icons for the arrow, and add padding around the
arrow and the check mark.

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

51e7d43... by Matthias Clasen <email address hidden>

network: Remove one more reference to the subnet widgets

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

network: Remove a reference to a no-longer existing widget

898a727... by Matthias Clasen <email address hidden>

network: Small tweak for vpn page

Make selectable labels on the vpn page focusable as well.

34315b2... by Matthias Clasen <email address hidden>

network: Don't show subnet for wired either

We don't show it for wifi details, and it is causing ugly warnings
from the setting code.

At the same time, make all selectable labels on the wired page
focusable as well, to be consistent with wifi.