summaryrefslogtreecommitdiffstats
path: root/src/input/backend/inputhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-231-19/+19
* Update commercial license headersTarja Sundqvist2021-02-021-19/+19
* QResourcesManager: switch to std::vectorPaul Lemire2020-06-041-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
* Register backend type for AxisSettingSean Harmer2015-11-291-0/+1
* InputAspect: register creator for Axis/Action/LogicalDevices/AxisInput/Action...Paul Lemire2015-11-281-0/+5
* Reorganize Input aspect sources into backend/frontendPaul Lemire2015-11-281-0/+194