summaryrefslogtreecommitdiff
path: root/ui/qt5/inputpage.cc
AgeCommit message (Collapse)AuthorFilesLines
2024-11-25Qt UI: Fixes for Installation Environment0.9.9A. Wilcox1-5/+4
Some typos and thinkos managed to slip through CI. Fix those. Fixes: d56707af8b9c ("Add friendly names for keymaps") Fixes: 4e77d86d6fc1 ("Qt UI: Fall back to non-sudo when launching KPM")
2024-10-05Add friendly names for keymapsA. Wilcox1-3/+9
This allows users to choose the "friendly name" for their keyboard layout instead of the internal XKB name. Closes: #386 Suggested-by: Jesse Smith <distro@distrowatch.com> Reviewed-by: Zach van Rijn <me@zv.io> In-memory-of: Sammie the Cat
2020-05-23Qt UI: Remove references to QDebugA. Wilcox1-1/+0
2019-12-18Qt UI: Make all QLabels word wrapA. Wilcox1-0/+1
This is necessary in case someone needs font sizes raised. Otherwise, content may be truncated.
2019-12-05Actually refactor valid_keymaps into a reusable componentA. Wilcox1-13/+1
2019-11-19Qt UI: Fix small memory leak issuesA. Wilcox1-1/+5
2019-11-10Qt UI: UI.Input: Use keyboard icon for keyboard layoutsA. Wilcox1-1/+3
2019-11-09Qt UI: Implement UI.Input pageA. Wilcox1-0/+99