| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review: gui/platform/unix/* | Liang Qi | 2025-09-25 | 1 | -0/+1 |
| * | Add Qt::Key_Keyboard | Kai Uwe Broulik | 2025-02-17 | 1 | -0/+1 |
| * | qxkbcommon: map XKB_KEY_XF86Calculator to Qt::Key_Calculator | Yifan Zhu | 2024-01-31 | 1 | -0/+1 |
| * | QXkbCommon: Use isKeypad() to replace duplicate logic | Lu YaNing | 2023-11-09 | 1 | -1/+1 |
| * | xkb: fix build with libxkbcommon 1.6.0 and later | Liang Qi | 2023-10-10 | 1 | -0/+4 |
| * | Implement XCB key mapper in terms of QPlatformKeyMapper | Tor Arne Vestbø | 2023-10-09 | 1 | -9/+22 |
| * | revert "xkbcommon: make shortcuts persistent across layouts" | Tor Arne Vestbø | 2023-09-29 | 1 | -3/+36 |
| * | Avoid crash when keysymToQtKey(keysym, Qt::ControlModifier) is called | Alexander Volkov | 2023-09-28 | 1 | -0/+2 |
| * | qxkbcommon: Amend comment for Qt::Key upper-case transformation | Andrey Butirsky | 2023-04-20 | 1 | -6/+6 |
| * | QXkbCommon: set Qt::KeypadModifier when keypad button is pressed | Mario Roessel | 2023-04-20 | 1 | -1/+4 |
| * | xkbcommon: make shortcuts persistent across layouts | Andrey Butirsky | 2023-01-31 | 1 | -36/+3 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 1 | -2/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtGui: replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-04-28 | 1 | -1/+1 |
| * | Gui: Do not depend on transitive includes | Fabian Kosmale | 2022-03-17 | 1 | -0/+1 |
| * | qxkbcommon: UCS-4-encode surrogate characters in QKeyEvent::key() | Gatis Paeglis | 2021-12-06 | 1 | -1/+5 |
| * | gui: Fix typos in source code comments | Jonas Kvinge | 2021-10-12 | 1 | -1/+1 |
| * | qxkbcommon: Map Super/Hyper to Meta early enough to have an effect | Andrey Butirsky | 2021-05-25 | 1 | -6/+6 |
| * | qxkbcommon: Keep lower case as Qt key when upper case is not in Latin1 | Andrey Butirsky | 2021-05-25 | 1 | -0/+8 |
| * | fix Alt+` shortcut on non-US layouts | Andrey Butirsky | 2021-04-07 | 1 | -6/+6 |
| * | Fix no mapping for SysReq key | Andrey Butirsky | 2021-03-25 | 1 | -0/+1 |
| * | Fix XCB launch key mapping | Allan Sandfeld Jensen | 2021-01-15 | 1 | -18/+17 |
| * | Un-special-case macOS in handling of QKeyEvent::nativeScanCode() | Tor Arne Vestbø | 2020-10-06 | 1 | -0/+3 |
| * | Long live QKeyCombination! | Giuseppe D'Angelo | 2020-09-03 | 1 | -2/+2 |
| * | Use QList instead of QVector in gui implementation | Jarek Kobus | 2020-07-07 | 1 | -1/+1 |
| * | Move xkbcommon to QtGui | Friedemann Kleint | 2020-07-04 | 1 | -0/+828 |