calamares/src/modules/keyboard
Andrius Štikonas 9f0ca042fe Port away from most cases of Q_FOREACH to C++11 ranged for loop.
In order to avoid deep copies, Qt containers over which we iterate must be const
The remaining unported cases require qAsConst (Qt 5.7) or std::as_const (C++17)
2016-09-01 16:46:14 +01:00
..
images New keyboard viewmodule, based on the one from Manjaro's minst. 2014-07-04 15:33:59 +02:00
keyboardwidget Port away from most cases of Q_FOREACH to C++11 ranged for loop. 2016-09-01 16:46:14 +01:00
CMakeLists.txt New KeyboardLayoutModel. 2016-05-31 19:06:07 +02:00
kbd-model-map Update 'kbd-model-map' from Upstream 2015-02-18 10:06:37 -05:00
keyboard.conf keyboard: Allow absolute paths for the xOrgConfFileName setting. 2014-11-11 14:59:30 +01:00
keyboard.qrc keyboard: Write the keyboard model and layout settings to the root mount point. 2014-11-11 04:48:03 +01:00
KeyboardLayoutModel.cpp Fix build on very old GCC. 2016-06-13 17:47:54 +02:00
KeyboardLayoutModel.h New KeyboardLayoutModel. 2016-05-31 19:06:07 +02:00
KeyboardPage.cpp Port away from most cases of Q_FOREACH to C++11 ranged for loop. 2016-09-01 16:46:14 +01:00
KeyboardPage.h Use KeyboardLayoutModel+QListView instead of QListWidget, and defer setxkbmap until keyboardSearch is over. 2016-05-31 19:06:53 +02:00
KeyboardPage.ui Use KeyboardLayoutModel+QListView instead of QListWidget, and defer setxkbmap until keyboardSearch is over. 2016-05-31 19:06:53 +02:00
KeyboardViewStep.cpp PluginFactory in Keyboard module. 2015-09-15 16:48:42 +02:00
KeyboardViewStep.h PluginFactory in Keyboard module. 2015-09-15 16:48:42 +02:00
module.desc Big configuration overhaul. 2014-08-06 11:54:45 +02:00
README.md New keyboard viewmodule, based on the one from Manjaro's minst. 2014-07-04 15:33:59 +02:00
SetKeyboardLayoutJob.cpp Add debug output to SetKeyboardLayoutJob. 2015-04-03 15:04:24 +02:00
SetKeyboardLayoutJob.h keyboard: Pass settings directly, not through GlobalStorage. 2014-11-11 14:37:05 +01:00

Keyboard layout configuration viewmodule

Requires ckbcomp script.