~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/jimmac/privacy-icons

Last commit made on 2022-02-14
Get this branch:
git clone -b wip/jimmac/privacy-icons https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
wip/jimmac/privacy-icons
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

d15c054... by jimmac

shell: add local symbolics

- add privacy icon
- add lock icon

(unlocking some panels in a message bar)

Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1621

9a2cd1b... by Christopher Davis <email address hidden>

keyboard: Don't dim input chooser icons

We generally don't dim icons in rows anymore.

4ccf6e6... by Christopher Davis <email address hidden>

keyboard: Adjust input chooser widgetry

Adjusts the widgetry of the input chooser to clamp
the list and add a separator between the search bar
and the list.

The list's shadow is no longer clipped, and keyboard
navigation now scrolls.

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

keyboard: Handle `keynav-failed` on input source list

Fixes keynav with arrows between the input list
group and other groups.

1a3971f... by Christopher Davis <email address hidden>

keyboard: Allow input list rows to manage their own size

Using GtkSizeGroup causes weird jumping,
and size groups generally should not be used for
boxed list rows.

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

keyboard: Use GAction and GMenuModel for input row popovers

Gives these menus proper styling without having to
roll our own widgets.

Also removes the Remove button when the action is
disabled.

530fbac... by Christopher Davis <email address hidden>

keyboard: Subclass AdwActionRow for InputRow

485dd45... by Christopher Davis <email address hidden>

keyboard: Use AdwActionRow for input switch rows

84becfb... by Christopher Davis <email address hidden>

keyboard: Use AdwPreferences{Page,Group}

328da2f... by Christopher Davis <email address hidden>

diagnostics: Use AdwPreferences{Page,Group}, AdwActionRow