calamares/src/modules/keyboard
Adriaan de Groot ae15c17060 Keyboard: avoid multiple connects
When selecting keyboard layout, pause, then select another, the
QTimer wasn't being disconnected from the previously selected
language, so the second selection would fire the timeout, and
then call *two* slots .. and then three, ... Disconnect when
the timer fires, too.
2017-06-07 00:13:23 +02: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 Do not LINK_PUBLIC by default. 2016-12-14 09:01:10 +01:00
kbd-model-map Update 'kbd-model-map' from Upstream 2015-02-18 10:06:37 -05:00
keyboard.conf Make writeEtcDefaultKeyboard an option in keyboard.conf. 2016-09-28 21:19:56 +02: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 Keyboard: avoid multiple connects 2017-06-07 00:13:23 +02:00
KeyboardPage.h Make writeEtcDefaultKeyboard an option in keyboard.conf. 2016-09-28 21:19:56 +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 Provide default for m_writeEtcDefaultKeyboard in KeyboardViewStep. 2016-12-14 09:01:56 +01:00
KeyboardViewStep.h Make writeEtcDefaultKeyboard an option in keyboard.conf. 2016-09-28 21:19:56 +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 Make writeEtcDefaultKeyboard an option in keyboard.conf. 2016-09-28 21:19:56 +02:00
SetKeyboardLayoutJob.h Make writeEtcDefaultKeyboard an option in keyboard.conf. 2016-09-28 21:19:56 +02:00

Keyboard layout configuration viewmodule

Requires ckbcomp script.