summaryrefslogtreecommitdiffstats
path: root/src/input/backend/inputhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash if MouseHandler has already been destroyedJoni Poikelin14 days1-2/+4
* build system: fix unity buildsTim Blechmann2024-02-071-3/+2
* Remove Qt6 QT_VERSION checks from the code basePaul Lemire2023-02-101-4/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-5/+5
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Fix some compile warningsMike Krus2022-06-031-0/+1
* Handle API changes for event handlingMike Krus2020-12-011-1/+6
* InternalEventFilter: forward some missing eventsPaul Lemire2020-08-061-0/+10
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-1/+1
* Input Aspect: Dispatch events directlyMike Krus2020-07-011-148/+164
* Clean input event handlingMike Krus2020-06-231-35/+47
* QResourcesManager: switch to std::vectorPaul Lemire2020-05-201-1/+1
* Remove the Aspect ThreadPaul Lemire2019-08-071-12/+8
* Iterate by const reference on handlesMike Krus2018-01-131-3/+3
* Fix build for -no-feature-wheeleventStephan Binner2017-04-271-4/+16
* Coding convention fix for Src/inputRobert Brock2017-03-161-9/+10
* Add plumbing and process AxisAccumulators each frameSean Harmer2016-12-071-0/+2
* Input: move createPhysicalDevice into input handlerPaul Lemire2016-11-181-0/+11
* Add PhysicalDeviceProxy: backend for QAbstractPhysicalDeviceProxyPaul Lemire2016-11-181-0/+2
* MouseDevice: add wheel axes handlingPaul Lemire2016-09-081-0/+1
* Add convenience to look for action inputs by idKevin Ottens2016-08-241-0/+10
* Fix MouseHandler/SourceDevice mouse event dispatchingPaul Lemire2016-06-301-7/+14
* Fix reset in input event filters in shutdownMäättä Antti2016-06-081-0/+8
* Qt3DInput: eradicate remaining Q_FOREACH loopMarc Mutz2016-05-141-10/+10
* Turn QAxisInput into QAbstractAxisInputKevin Ottens2016-05-021-2/+0
* Split QAnalogAxisInput out of QAxisInputKevin Ottens2016-05-021-0/+2
* Splitting of QAxisInputRobert Brock2016-05-021-0/+2
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-2/+2
* Fix memory leaks in inputMäättä Antti2016-04-281-0/+15
* Add Mouse Wheel event handling in the backendPaul Lemire2016-04-211-13/+32
* Class QKeyboardController rename to QKeyboardDeviceFranck Arrecot2016-03-161-13/+13
* QMouseController changes and renameFranck Arrecot2016-03-111-7/+7
* QBackendNode::peerUuid() renamed to peerId()Paul Lemire2016-03-051-1/+1
* Inputs overhauledPaul Lemire2016-02-291-1/+0
* const QNodeId & -> QNodeIdPaul Lemire2016-02-221-1/+1
* Unify license header usageAntti Kokko2016-01-261-11/+14
* QInputAspect: create EventSourceSetterHelper in main threadPaul Lemire2016-01-221-1/+9
* QInputAspect: hookup EventSourceHelper/InputSetingsPaul Lemire2016-01-191-0/+10
* QInputAspect/InputHandler: add EventSourceSetterHelper memberPaul Lemire2016-01-191-1/+12
* Add InputSettings member on InputHandlerPaul Lemire2016-01-191-0/+7
* Backend Nodes for Aggregate ActionsColin Ogilvie2016-01-161-0/+2
* Say hello to GenericDeviceBogDan Vatra2016-01-161-1/+12
* Turn all services private for nowKevin Ottens2015-12-121-1/+1
* Rename Q3D*Event to Q*Event and handle namespaceMike Krus2015-12-101-8/+8
* MouseController: various fixesPaul Lemire2015-12-071-1/+1
* Input: fix, event filters can't be registered with the same priorityPaul Lemire2015-12-071-2/+2
* QMouseController: converted to QAbstractPhysicalDevicePaul Lemire2015-12-071-0/+1
* Input: make KeyboardController a physical devicePaul Lemire2015-12-071-0/+1
* Add backend class for axis-action handlerSean Harmer2015-12-041-0/+1
* QInputAspect: launch an axis/action update framePaul Lemire2015-11-301-0/+10