Monster
d2abde0349
keyboard: Remove periods in descriptions
2024-02-05 10:57:11 +00:00
Marcos Miller
2e96b6d8cd
keyboard: port ShortcutEditor from GtkDialog for AdwWindow/AdwToolbarView
...
See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2624
2023-11-24 10:26:31 +00:00
Automeris naranja
ea31bb091e
keyboard-shortcut-editor: Add mnemonic to the "Set Shortcut" button
...
Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2049 >
2023-11-24 00:23:21 +00:00
Marcos Miller
f35779a0b0
Keyboard: elements jump in UI
...
When editing shortcut key combination and this new combination already
exists in another shortcut, a message (new_shortcut_conflict_label) is
shown, but when clicking on the reset button (reset_custom_button) the
elements Name, Command and Shortcut skip.
It turned out that these jumps were due to the current values of the
width_chars and max_width_chars properties of the new_shortcut_conflict_label
element. So by setting these properties to zero the jumps don't occur.
2023-07-03 10:33:39 +00:00
Marcos Miller
e7de7e3941
Keyboard: Align button to create shortcut
...
The 'Set Shortcut...' button is inside a GtkStack having only one
column, not allowing to expand it.
I removed GtkStack keeping its 'Set Shortcut' child taking up two
columns.
[Issue #2107 ](https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2107 )
2023-07-03 10:33:39 +00:00
Robert Ancell
a06914a60c
keyboard: Do signal handlers in swapped form
2023-05-30 08:36:22 +00:00
Georges Basile Stavracas Neto
261545b6cb
keyboard: Set mnemonics to header buttons
...
Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1863
2022-05-25 16:41:28 +00:00
Lukáš Tyrychtr
31d6c7704c
Add some missing a11y labels in the keyboard panel
2022-05-10 04:00:40 +00:00
Georges Basile Stavracas Neto
d7e794e7ab
keyboard: Port to GTK4
...
Drop the wm-common insanity.
2021-12-14 22:34:21 -03:00
Ian Douglas Scott
57a0f909d4
keyboard: fix gtk_widget_get_can_default assertion error
...
Occured when showing the "Replace" button.
2020-09-25 03:24:59 +00:00
Ian Douglas Scott
7244bd997d
keyboard: unify standard_edit_box
and custom_edit_box
...
The redundant design here seemed awkward when I was thinking about how
to implement support for displaying multiple conflicts as needed by
https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/776
and https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1041 .
This should be more maintainable.
2020-07-01 10:38:30 -07:00
Robert Ancell
ef9b0c7313
keyboard: Replace GtkStack child names with widget references
...
The child names are easier to break if widgets are changed - this can't be
detected by the compiler.
2020-03-30 01:49:50 +00:00
Robert Ancell
6fc8e57bdd
keyboard: Make .ui filename match the .c filename
2019-09-09 21:58:01 +00:00