summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandkeyboard.cpp
Commit message (Expand)AuthorAgeFilesLines
* tests: fix tst_WaylandCompositor::simpleKeyboard()Andrey Butirsky2023-03-311-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-101-29/+3
* compositor: Fix build without xkbcommonSamuli Piippo2022-05-101-1/+1
* Clear keyboard modifier state when application deactivatesEskil Abrahamsen Blomfeldt2022-05-031-8/+32
* Move internal function to private classPaul Olav Tvete2022-03-291-13/+12
* Send correct modifier state for non-windowsystem key eventsPaul Olav Tvete2022-03-151-0/+48
* CMake: Regenerate and adjust projects after mergeAlexandru Croitor2020-03-261-0/+2
* Update QtWaylandCompositor license headers to GPL 3v5.14.0-beta2Paul Olav Tvete2019-10-161-15/+5
* compositor: ensure keymap always contains 'us' layoutGatis Paeglis2019-08-191-0/+7
* Eradicate Q_FOREACH loops [1/2]: trivial casesMarc Mutz2019-05-211-2/+4
* remove useless indirectionGatis Paeglis2019-04-251-9/+4
* drop qwaylandxkb and share the logic with X11Gatis Paeglis2019-04-251-2/+1
* rework key handlingGatis Paeglis2019-04-171-18/+22
* xkbcommon: replace deprecated APIsv5.13.0-beta3Gatis Paeglis2019-04-161-4/+4
* compositor: rework xkb context/keymap/state handlingGatis Paeglis2019-04-161-48/+37
* [doc] Fix mismatch in function signature to address a qdoc warningKavindra Palaraja2019-03-191-1/+1
* use new feature name xkbcommon_evdev -> xkbcommonGatis Paeglis2018-12-051-11/+11
* Don't use members of wl_resourceJohan Klokkhammer Helsing2018-09-181-1/+1
* Compositor: Rename QWaylandKeyboard::toScanCode to keyToScanCodeJohan Klokkhammer Helsing2018-09-171-1/+1
* Add QWaylandSeat::sendKeyEvent(int qtKey, bool pressed)Johan Klokkhammer Helsing2018-04-271-0/+41
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-271-16/+1
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-201-5/+5
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-2/+2
* Fix licensingv5.9.0-beta4Jani Heikkinen2017-05-041-13/+16
* Fix build when xkbcommon is disabledGiulio Camuffo2017-03-081-0/+8
* Use the feature system internallyLars Knoll2016-11-231-8/+9
* Documentation: Remove tech preview statusJohan Klokkhammer Helsing2016-10-031-1/+1
* Make QWaylandKeymap a QObjectJohan Klokkhammer Helsing2016-09-301-32/+33
* Merge remote-tracking branch 'qt/5.7' into 5.8v5.8.0-alpha1Liang Qi2016-08-281-1/+1
|\
| * Doc: Language editsVenugopal Shivashankar2016-08-171-1/+1
* | Compositor API: rename QWaylandInputDevice to QWaylandSeatJohan Klokkhammer Helsing2016-08-111-8/+8
|/
* Mark the QtWaylandCompositor API as \preliminaryPaul Olav Tvete2016-05-121-0/+1
* Initial compositor support for xdg-shell wayland extensionJohan Klokkhammer Helsing2016-03-241-7/+1
* Send keyboard repeat informationPier Luigi Fiorini2016-03-221-12/+14
* Encapsulate conversion from scancodes to Waylands xkb_v1 keymap formatJohan Klokkhammer Helsing2016-03-181-7/+10
* Add clients with the correct versionPier Luigi Fiorini2015-11-281-2/+2
* Add keyboard repeat rate and delayPier Luigi Fiorini2015-11-281-0/+62
* Fix copyright headersPaul Olav Tvete2015-11-091-1/+1
* Merge branch '5.6' into wip-compositor-apiLaszlo Agocs2015-10-271-15/+40
* Add documentation to Qt Wayland CompositorEskil Abrahamsen Blomfeldt2015-10-261-2/+47
* Rename QWaylandExtensionContainer to QWaylandObjectPaul Olav Tvete2015-10-231-1/+1
* Merge branch 'qt/5.6' into wip-compositor-apiPaul Olav Tvete2015-10-131-22/+38
* Remove the keyboard grabberPaul Olav Tvete2015-09-151-36/+4
* Remove global coordinatesJørgen Lind2015-09-141-1/+1
* Fix missing sending of modifiersJørgen Lind2015-09-101-9/+8
* Rename QtCompositor to QtWaylandCompositorJørgen Lind2015-09-101-4/+4
* Make the default wl_shell available from QMLJørgen Lind2015-08-281-2/+2
* Move QWaylandKeyboardPrivate away from wayland_wrapperJørgen Lind2015-08-281-18/+322
* Remove transient(inactive|parent|offset) from QWaylandSurfaceJørgen Lind2015-08-281-2/+2
* Remove the static instance of a compositor.Jørgen Lind2015-08-281-1/+13