summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/unix/qxkbcommon.cpp
Commit message (Expand)AuthorAgeFilesLines
* qxkbcommon: map XKB_KEY_XF86Calculator to Qt::Key_CalculatorYifan Zhu2024-01-311-0/+1
* QXkbCommon: Use isKeypad() to replace duplicate logicLu YaNing2023-11-091-1/+1
* xkb: fix build with libxkbcommon 1.6.0 and laterLiang Qi2023-10-101-0/+4
* Implement XCB key mapper in terms of QPlatformKeyMapperTor Arne Vestbø2023-10-091-9/+22
* revert "xkbcommon: make shortcuts persistent across layouts"Tor Arne Vestbø2023-09-291-3/+36
* Avoid crash when keysymToQtKey(keysym, Qt::ControlModifier) is calledAlexander Volkov2023-09-281-0/+2
* qxkbcommon: Amend comment for Qt::Key upper-case transformationAndrey Butirsky2023-04-201-6/+6
* QXkbCommon: set Qt::KeypadModifier when keypad button is pressedMario Roessel2023-04-201-1/+4
* xkbcommon: make shortcuts persistent across layoutsAndrey Butirsky2023-01-311-36/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-281-1/+1
* Gui: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* qxkbcommon: UCS-4-encode surrogate characters in QKeyEvent::key()Gatis Paeglis2021-12-061-1/+5
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* qxkbcommon: Map Super/Hyper to Meta early enough to have an effectAndrey Butirsky2021-05-251-6/+6
* qxkbcommon: Keep lower case as Qt key when upper case is not in Latin1Andrey Butirsky2021-05-251-0/+8
* fix Alt+` shortcut on non-US layoutsAndrey Butirsky2021-04-071-6/+6
* Fix no mapping for SysReq keyAndrey Butirsky2021-03-251-0/+1
* Fix XCB launch key mappingAllan Sandfeld Jensen2021-01-151-18/+17
* Un-special-case macOS in handling of QKeyEvent::nativeScanCode()Tor Arne Vestbø2020-10-061-0/+3
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-2/+2
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-1/+1
* Move xkbcommon to QtGuiFriedemann Kleint2020-07-041-0/+828