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

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

Branch merges

Branch information

Recent commits

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

network: Implement the new design for wired

This expands the connection editor to cover ethernet,
and adds support for multiple wired profiles.

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

network: Implement the "Reset" button in the connection editor

For now, this has the same effect as canceling and reopening the
dialog. Maybe something else is desired here, but I don't know
where those defaults should come from.

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

network: Listen for permission changes

Also, add a net_connection_editor_run() function to match the
NMConnectionEditor api.

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

Implement the 'Forget' button in the connection-editor

099523b... by Matthias Clasen <email address hidden>

network: break out the details dialog

This code is fairly independent of the rest, and we don't want
net-device-wifi.c to become too massive and unmaintainable.

The code in connection-editor/ is fairly similar to
nm-connection-editor, with some simplification because we
currently only edit wireless connections.

The code in wireless-security/ is almost a straight copy
of the same code in nm-connection-editor, with some changes
to the .ui files to make them fit better in the new design.

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

network: Remove more dead code

These callbacks were used by buttons on the now-removed
details tab.

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

network: Fix hotspot switch getting out of sync

When the user switches the hotspot switch off, we present a
confirmation dialog which can be canceled. We do keep the
hotspot running in that case, but we forget to set the switch
back to 'on'. Fix that.

63b37d2... by Matthias Clasen <email address hidden>

network: Remove unused tabs

The details and hidden tabs are never used in the code, so
get rid of them.

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

network: Turn wifi details into a popup

This is following the new network panel design. This is just
an intermediate step, we still have the 'Settings' button for
launching nm-connection-editor. Eventually, that will be replaced
by full editing support in the new popup.

60abe82... by Matthias Clasen <email address hidden>

network: Add status label and icon to wifi header

This is part of the design refresh for the network panel.