~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/gbsneto/remove-old-shell

Last commit made on 2017-11-28
Get this branch:
git clone -b wip/gbsneto/remove-old-shell https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
wip/gbsneto/remove-old-shell
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

5cd6c83... by Georges Basile Stavracas Neto

shell-model: Remove hidden category

No more panels are hidden now.

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

5075b44... by Georges Basile Stavracas Neto

project: Remove CcInfoPanel

This panel was hidden in the new shell, and now that
we don't have the old one, can be safely dropped.

Minor adjustments were made to the other panels to
properly remove this panel.

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

5a198ba... by Georges Basile Stavracas Neto

shell-model: Remove old categories

Since we don't maintain two different shells anymore, there
is no need to maintain the two different sets of categories
in the desktop files.

This commit also drops the "#ifdef CC_ENABLE_ALT_CATEGORIES"
blocks, since the previous commit removed that define.

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

e5fc54d... by Georges Basile Stavracas Neto

project: Drop the old shell

This is not used anymore, and is only consuming compile
time now.

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

5d32d85... by jimmac

icons: ship app icon

- to move to the great new Flatpak future, Apps should rely on shiping
  their own app icons, their identity. For more context, see

  https://wiki.gnome.org/action/edit/Design/Whiteboards/CoreAppPresentation

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

b083343... by Julian Sparber

privacy: update location state in panel when it changes

Add a signal handler for changes of the location setting to update
(on/off/In use) lable.

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

5d4cb8e... by Felipe Borges <email address hidden>

printer: Don't show the supply level bar by default

We were checking for the ink supply level at the callback of the
supply bar "draw" signal. This way we were making the the widget
visible, causing it to allocate vertical space even when it isn't
desired.

Now we check for the supply level before setting the visiblity of
the supply level widget.

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

950ca7f... by Felipe Borges <email address hidden>

printers: Allow printer name and location labels to hexpand

Since the main control-center window can now be resized, there's
no reason for us to constrain the printer name and location labels
from expanding horizontally.

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

fb43d37... by Felipe Borges <email address hidden>

printers: Set default text and sensitivity for the Jobs button

This way we make sure that the right size is allocated at the
creation time and no undesirable resizes occur after a refresh.

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

09b6a53... by Felipe Borges <email address hidden>

window: Add accessible-name for the Search button

The search toggle button in the upper-left corner of the Window
lacks an accessible name. Thus when it gains focus, screen readers
cannot present what this widget does; only that it is a toggle button.

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