~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/cdavis/40-consistency

Last commit made on 2021-02-18
Get this branch:
git clone -b wip/cdavis/40-consistency https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
wip/cdavis/40-consistency
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

d8f6f2e... by Christopher Davis <email address hidden>

user-accounts: Use rounded lists and HdyPreferencesGroup

59036c4... by Christopher Davis <email address hidden>

location: Use HdyStatusPage

88a5aa8... by Christopher Davis <email address hidden>

thunderbolt: Use HdyStatusPage

Use HdyStatusPage, the pre-made status widget, for the
empty state.

d04a956... by Christopher Davis <email address hidden>

search: Use libhandy preferences widgets and styling

93b3cd3... by Christopher Davis <email address hidden>

mouse: Use libhandy preference widgets

f6aa4f2... by Christopher Davis <email address hidden>

wifi-panel: Use GNOME 40 list and status page styling

In GNOME 40 we have HdyStatusPage and rounded lists.
In this instance, we can't use HdyStatuPage, so we should
adjust our own status pages to match.

7776d8d... by Christopher Davis <email address hidden>

cc-applications-panel: Use libhandy preferences styling

libhandy has pre-built widgets we can use for preference
styling. Make use of them here.

f7b6582... by Christopher Davis <email address hidden>

applications: Use HdyStatusPage for empty state

libhandy provides a pre-built widget for empty states.
Instead of rolling our own, we should make use of that.

d2c471a... by Christopher Davis <email address hidden>

applications: Re-arrange hierarchy of panel

To make the use of HdyStatusPage and HdyPreferencesPage
easier, we need to change how the widgets are set up so
that the statuspage is separate from the scrolledwindow.

759f04e... by Christopher Davis <email address hidden>

online-accounts: Use libhandy preferences styling

See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1190