calamares/src/modules/keyboard
Harald Sitter 311af6de5d [locale] prefer native language and country names when available
This basically means we talk about localization in the respective
localized variant. e.g. "German (Germany)" ➡ "Deutsch (Deutschland)".

If geoip lookup failed or isn't configured for whatever reason it's a
stretch to expect the user to know english enough to find their own
language. Preferring the localized strings resolves this issue.

Additionally this happens to bypass #712 respectively
https://bugreports.qt.io/browse/QTBUG-34287
as the native names are properly spelled. So, as long as Qt has localized
names the names will also be properly spelled.
2018-12-13 23:18:37 +01:00
..
images New keyboard viewmodule, based on the one from Manjaro's minst. 2014-07-04 15:33:59 +02:00
keyboardwidget Copyright: update copyright lines on files touched in 2018 2018-06-15 05:59:11 -04:00
CMakeLists.txt Do not LINK_PUBLIC by default. 2016-12-07 16:37:29 +01:00
kbd-model-map [keyboard] Add Austrian keyboard layout 2018-09-26 16:54:39 +02:00
keyboard.conf Keyboard: warn about missing ckbcomp, thanks @abucodonosor 2017-10-23 11:52:11 -04: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 Merge branch 'master' into i689-kayboard-layout 2018-01-08 16:19:27 +01:00
KeyboardLayoutModel.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
KeyboardPage.cpp [locale] prefer native language and country names when available 2018-12-13 23:18:37 +01:00
KeyboardPage.h Merge branch 'master' into i689-kayboard-layout 2018-01-08 16:19:27 +01: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 Merge branch 'master' into i689-kayboard-layout 2018-01-08 16:19:27 +01:00
KeyboardViewStep.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00
README.md New keyboard viewmodule, based on the one from Manjaro's minst. 2014-07-04 15:33:59 +02:00
SetKeyboardLayoutJob.cpp [keyboard] Improve debugging output 2018-09-27 13:35:33 +02:00
SetKeyboardLayoutJob.h Documentation: change http links to GitHub to https 2017-12-20 08:39:09 -05:00

Keyboard layout configuration viewmodule

Requires ckbcomp script.