~vcs-imports/gnome-control-center/+git/gnome-control-center:extensible-shell

Last commit made on 2010-05-21
Get this branch:
git clone -b extensible-shell https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Recent commits

30dcaf1... by Frédéric Péters

Fixed window manager configure check (GNOME bug 619326)

67bf5e2... by Thomas Wood <email address hidden>

default-applications: add the correct CFLAGS/LIBS

Add the correct CFLAGS and LIBS entries to allow the default-applications
application to compile and link successfully.

48cc93d... by Thomas Wood <email address hidden>

Revert "[about-me] add a --socket option"

This reverts commit 567c780dcce1ac69301b3703a945808a493567ac.

847a50d... by Thomas Wood <email address hidden>

Revert "[display] add a --socket option"

This reverts commit e94adcf7e9d99b24ab9e8c82d1e2bba66dd6414d.

7a64835... by Thomas Wood <email address hidden>

shell: make sure the main view can always be made smaller

This prevents the situation where the main view was made larger, but then
cannot shrink because it is inside a viewport which does not request the
smaller size.

5750eb1... by Thomas Wood <email address hidden>

network: remove debugging output

aed85d8... by Thomas Wood <email address hidden>

network: make sure widgets are available before updating status

Some widgets were being updated before they were created.

f25f935... by Thomas Wood <email address hidden>

network: Move the "Delete Location" button to the top of the panel

In single window mode, it makes more sense for the Delete Location button
to be next to the list of locations.

7118c99... by Thomas Wood <email address hidden>

network: remove the unnecessary GtkNotebook from the panel

The Notebook only had one page and displayed no tabs, so was not used in
any meaningful way. It also added an unnecessary extra frame.

0fe9413... by Thomas Wood <email address hidden>

shell: cancel the startup notification when raising another instance

GTK+ only automatically cancels startup notification when the first window
is shown. Therefore, when the shell is raising an existing window rather
than creating a new one, the startup notification should be cancelled
manually.