summaryrefslogtreecommitdiffstats
path: root/src/input/backend
Commit message (Expand)AuthorAgeFilesLines
* Fix crash if MouseHandler has already been destroyedJoni Poikelin2025-06-181-2/+4
* build system: fix unity buildsTim Blechmann2024-02-073-5/+6
* Remove qmake build filesMike Krus2023-03-171-67/+0
* Remove Qt6 QT_VERSION checks from the code basePaul Lemire2023-02-102-13/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-2010-18/+18
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-2/+1
* Qt3DInput: includemocsMike Krus2022-06-221-0/+2
* Use SPDX license identifiersLucie Gérard2022-06-2262-2356/+124
* Fix some compile warningsMike Krus2022-06-031-0/+1
* Make sure all private headers include at least one otherThiago Macieira2022-03-084-9/+8
* Drop use of QVector in MovingAverageMike Krus2021-01-052-3/+4
* Enable compiling non-QML API against Qt 5.15Mike Krus2021-01-052-2/+0
* Restore use of QVector in private APIMike Krus2021-01-051-1/+1
* Handle API changes for event handlingMike Krus2020-12-012-1/+15
* Fix deprecated API usage and compile warningsMike Krus2020-11-202-5/+5
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-022-3/+3
* InternalEventFilter: forward some missing eventsPaul Lemire2020-08-061-0/+10
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-0923-68/+61
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-022-3/+3
* Input Aspect: Dispatch events directlyMike Krus2020-07-0115-957/+201
* Add ; to Q_UNUSEDLars Schmertmann2020-06-244-5/+5
* Clean input event handlingMike Krus2020-06-236-230/+53
* MouseEventFilter: use QMouseEvent::position for move eventsPaul Lemire2020-06-161-1/+1
* Update dependenciesPaul Lemire2020-06-121-3/+3
* QResourcesManager: switch to std::vectorPaul Lemire2020-05-201-1/+1
* Fix build for Qt6Mike Krus2020-05-061-0/+1
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-271-0/+1
|\
| * Implement Mouse Click and Double Click on MouseHandlerMike Krus2020-03-191-0/+1
* | Add QBackendNode::syncFromFrontEnd to public APIMike Krus2020-02-271-1/+1
* | Remove deprecated classes and functionsPaul Lemire2020-02-1119-30/+30
|/
* QMouseDevice: add updateAxesContinuously propertyPaul Lemire2020-01-282-2/+11
* Revert "Update jobs to remove post FF changes"Mike Krus2019-12-0312-7/+19
* Update jobs to remove post FF changesMike Krus2019-10-2212-19/+7
* Fix Coverity warningsMike Krus2019-10-212-0/+2
* Clean up old property update codeMike Krus2019-10-202-2/+0
* Update MouseEventDispatcherJob to use direct syncMike Krus2019-10-114-44/+45
* Update LoadProxyDeviceJob to use direct syncMike Krus2019-10-113-12/+41
* Update keyboard handling jobs to use direct syncMike Krus2019-10-116-33/+78
* Update AxisAccumulatorJob to use direct syncMike Krus2019-10-113-23/+40
* Update UpdateAxisActionJob to use direct syncMike Krus2019-10-094-25/+63
* Clean up includesMike Krus2019-10-0111-20/+0
* Update QPhysicalDeviceProxy to use direct syncMike Krus2019-10-012-11/+18
* Update QInputSettings to use direct syncMike Krus2019-10-012-20/+10
* Update QLogicalDevice to use direct syncMike Krus2019-10-012-38/+12
* Update input action classes to use direct syncMike Krus2019-10-018-115/+34
* Update Axis Input classes to use direct syncMike Krus2019-10-016-66/+30
* Update QMouseHandler to use direct syncMike Krus2019-10-012-24/+13
* Update QAxisAccumulator to use direct syncMike Krus2019-10-012-32/+17
* Update QKeyboardHandler to use direct syncMike Krus2019-10-012-29/+21
* Update device nodes to use direct syncMike Krus2019-10-019-109/+57