summaryrefslogtreecommitdiff
path: root/Userland/Applications/KeyboardSettings/KeyboardSettingsWidget.cpp
AgeCommit message (Expand)Author
2023-04-09KeyboardSettings: Port to `Core::File`Cameron Youell
2023-03-31KeyboardSettings: Add checkbox to enable Caps Lock mapping to Ctrlsbcohen2000
2023-03-05KeyboardSettings: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05LibCore+Everywhere: Return an Error from DirIterator::error()Sam Atkins
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-27KeyboardSettings: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-10KeyboardSettings: Disable "activate keymap" button if keymap is activeArda Cinar
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-06-03Applications: Use spawn_or_show_error() for common spawn patternMacDue
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-12KeyboardSettings: Set window modified stateSam Atkins
2022-05-08KeyboardSettings: Also activate keymap via ListView's on_activationRomain Chardiny
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-22KeyboardSettings: Allow changing and applying active keymapNícolas F. R. A. Prado
2022-03-22KeyboardSettings: Rename m_current_applied_keymapNícolas F. R. A. Prado
2022-03-02KeyboardSettings: Highlight default keymap in Keyboard Settings dialogThomas
2022-03-02KeyboardSettings: Fix adding empty keymapsThomas
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-03Base+WindowsServer+keymap: Store multiple keymaps in a configTimur Sultanov
2022-01-29KeyboardSettings: Set icons from GMLDylan Katz
2021-11-20KeyboardSettings: Add iconsSam Atkins
2021-11-20KeyboardSettings: Add text area to test the currently selected keymapSam Atkins
2021-11-20KeyboardSettings: Migrate to using SettingsWindow :^)Sam Atkins