gnome-control-center/panels/keyboard
Eric Daigle 322830e3cc keyboard: fix input row movement options
As described in #2565, the "Move Up" and "Move Down" popover menu options
are currently displayed for all input rows in the list, doing nothing if clicked
when a row is at the top or bottom of the list respectively. This commit adds
checks when creating and moving the input rows and disables these options at the
top and bottom of the list respectively, removing a useless menu option.

Fixes #2565
2023-07-17 09:19:09 +00:00
..
icons Add individual app icons 2022-01-31 14:08:22 +00:00
00-multimedia.xml.in keyboard: Add microphone mute key 2019-05-27 20:48:35 +00:00
01-input-sources.xml.in build: Migrate from Intltool to Gettext 2018-01-23 10:49:31 +01:00
01-launchers.xml.in build: Migrate from Intltool to Gettext 2018-01-23 10:49:31 +01:00
01-system.xml.in build: Migrate from Intltool to Gettext 2018-01-23 10:49:31 +01:00
50-accessibility.xml.in Fix minor typos 2020-07-20 10:38:09 +03:00
cc-ibus-utils.c Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-ibus-utils.h Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-input-chooser.c keyboard: Connect signal handlers in swapped form 2023-06-07 09:12:54 +12:00
cc-input-chooser.h Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-input-chooser.ui general: Add placeholder text to various search entries 2023-04-21 12:40:42 +00:00
cc-input-list-box.c keyboard: fix input row movement options 2023-07-17 09:19:09 +00:00
cc-input-list-box.h keyboard: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-input-list-box.ui keyboard: Handle keynav-failed on input source list 2022-02-13 13:33:25 +00:00
cc-input-row.c keyboard: fix input row movement options 2023-07-17 09:19:09 +00:00
cc-input-row.h keyboard: Subclass AdwActionRow for InputRow 2022-02-13 13:33:25 +00:00
cc-input-row.ui Add some missing a11y labels in the keyboard panel 2022-05-10 04:00:40 +00:00
cc-input-source-ibus.c Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-input-source-ibus.h Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-input-source-xkb.c Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-input-source-xkb.h Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-input-source.c Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-input-source.h Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
cc-keyboard-item.c keyboard: item: Notify is-value-default on key changes 2022-12-05 20:50:15 +00:00
cc-keyboard-item.h keyboard: item: Add an API to check if a string matches the item 2022-12-05 20:50:15 +00:00
cc-keyboard-manager.c keyboard: manager: Add shortcuts-loaded signal 2022-12-05 20:50:15 +00:00
cc-keyboard-manager.h keyboard: Refactoring of CcKeyboardItem handling of multiple combos 2020-09-14 17:19:33 +00:00
cc-keyboard-panel.c keyboard: Drop "Left Alt" as compose key option 2023-05-31 20:43:24 +00:00
cc-keyboard-panel.h keyboard: Move keyboard shortcuts configuration to a dialog window 2020-12-18 07:55:38 -08:00
cc-keyboard-panel.ui keyboard: Do signal handlers in swapped form 2023-05-30 08:36:22 +00:00
cc-keyboard-shortcut-dialog.c keyboard: Connect signal handlers in swapped form 2023-06-07 09:12:54 +12:00
cc-keyboard-shortcut-dialog.h keyboard: shortcut-dialog: Refactor 2022-12-05 20:50:15 +00:00
cc-keyboard-shortcut-dialog.ui keyboard-shortcut-dialog: Add mnemonic to the "Add Shortcut" button 2023-06-27 16:23:42 -03:00
cc-keyboard-shortcut-editor.c keyboard: replace 'gtk_widget_hide' and 'gtk_widget_show' 2023-07-03 10:33:39 +00:00
cc-keyboard-shortcut-editor.h keyboard: Replace ifdefs with #pragma once 2018-05-29 15:44:19 +00:00
cc-keyboard-shortcut-editor.ui Keyboard: elements jump in UI 2023-07-03 10:33:39 +00:00
cc-keyboard-shortcut-group.c Replace all occurrences of 'gtk_widget_show' 2023-03-29 14:26:55 +13:00
cc-keyboard-shortcut-group.h Add cc-keyboard-shortcut-group 2022-12-05 20:50:15 +00:00
cc-keyboard-shortcut-row.c keyboard: shortcut-row: Add API to get shortcut item 2022-12-05 20:50:15 +00:00
cc-keyboard-shortcut-row.h keyboard: shortcut-row: Add API to get shortcut item 2022-12-05 20:50:15 +00:00
cc-keyboard-shortcut-row.ui keyboard: shortcut-row: Use CSS classes to embolden text 2022-12-05 20:50:15 +00:00
cc-xkb-modifier-dialog.c keyboard: Do signal handlers in swapped form 2023-05-30 08:36:22 +00:00
cc-xkb-modifier-dialog.h keyboard: Rename XkbOption and XkbModifier with Cc prefix 2021-05-19 03:20:41 +00:00
cc-xkb-modifier-dialog.ui keyboard: Do signal handlers in swapped form 2023-05-30 08:36:22 +00:00
enter-keyboard-shortcut.svg keyboard: add enter-new-shortcut asset 2016-09-08 17:12:17 +02:00
gnome-keybindings.pc.in [keyboard] Rename keybindings to keyboard 2010-10-31 23:58:35 -04:00
gnome-keyboard-panel.desktop.in keyboards: Add "Character" keyword 2023-03-31 10:33:57 +00:00
keyboard-shortcuts.c keyboard: Handle shift shortcut modifier the same way as the shell does 2022-08-22 12:49:13 +00:00
keyboard-shortcuts.h keyboard: Split out function to normalize keyval and modifier mask 2022-08-22 12:49:13 +00:00
keyboard.gresource.xml Move input sources from region panel to keyboard panel 2020-12-18 07:55:41 -08:00
meson.build all: meson: do not specify resources from gresource files as dependencies 2023-05-24 08:34:14 +00:00