Commit graph

4 commits

Author SHA1 Message Date
Automeris naranja
3e5982c6f8 keyboard: Turn CcXkbModifierDialog into a subpage
Doing so, the navigation in Settings will be more consistent, see
https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/3020
2024-06-19 07:19:49 +00:00
Maximiliano Sandoval R
abab4956ad
xkb-modifier-dialog: Port to AdwWindow
We add a toolbar view containing a scrolled window.

- We set the margins to 12 instead of 18
- Use AdwHeaderBar
- Set minimum size and default size
- Make resizable so it fits on small screens

See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2624
2023-10-22 10:19:39 +02:00
Ian Douglas Scott
e224e5177a keyboard: Rename XkbOption and XkbModifier with Cc prefix 2021-05-19 03:20:41 +00:00
Ian Douglas Scott
8b7eac0a7b keyboard: replace CcAltCharsKeyDialog with a generic XkbModifierDialog
Previously, there were multiple redundant lists of possible values for
this setting. This uses one struct to define not only all the possible
values, but also anything specific to the alternate characters key, so
this can be used for other modifiers.

This also changes the style of the dialog to use a GtkListBox.
2020-10-19 04:00:32 +00:00
Renamed from panels/keyboard/cc-alt-chars-key-dialog.h (Browse further)