summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qinputaspect.cpp
Commit message (Expand)AuthorAgeFilesLines
* QInputAspect: slightly simplify createPhysicalDevicePaul Lemire2016-08-271-3/+4
* QInputAspect::jobToExcute: time is in fact usedKevin Ottens2016-08-241-1/+0
* More doc for input ModuleColin Ogilvie2016-06-031-1/+1
* Transfer previously written doc for input moduleColin Ogilvie2016-06-031-5/+12
* Add doc skeleton for Qt3DInputTomi Korpipää2016-05-251-1/+23
* De-inline dtors of aspect classesMarc Mutz2016-05-141-0/+5
* Use some constructor delegationMarc Mutz2016-05-141-1/+7
* input/frontend: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-05-051-10/+12
* Make QInputDevicePlugin and friends privateKevin Ottens2016-05-021-1/+1
* Turn QAxisInput into QAbstractAxisInputKevin Ottens2016-05-021-2/+0
* Split QAnalogAxisInput out of QAxisInputKevin Ottens2016-05-021-1/+2
* Splitting of QAxisInputRobert Brock2016-05-021-0/+3
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-4/+4
* Make QGenericInputDevice privateMike Krus2016-03-241-1/+1
* Fix install with GamepadAnton Kudryavtsev2016-03-231-1/+1
* Set objectName for aspects to help with debug outputSean Harmer2016-03-201-0/+1
* Remove QAbstractAspect::onCleanup()Sean Harmer2016-03-171-1/+1
* Rename QAbstractAspect::onInitialized() to onRegistered()Sean Harmer2016-03-161-2/+1
* Class QKeyboardController rename to QKeyboardDeviceFranck Arrecot2016-03-161-4/+4
* QMouseController changes and renameFranck Arrecot2016-03-111-4/+4
* Renamed to QKeyboardHandlerMike Krus2016-03-051-3/+3
* Rename to QMouseInput to QMouseHandlerMike Krus2016-03-051-3/+3
* QInputAspect cleanupPaul Lemire2016-03-041-7/+16
* Inputs overhauledPaul Lemire2016-02-291-25/+6
* QBackendNodeFunctor -> QBackendNodeMapperPaul Lemire2016-02-231-16/+16
* Add GamepadInput supportBogDan Vatra2016-02-041-0/+8
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-4/+0
|\
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-251-4/+0
* | Unify license header usageAntti Kokko2016-01-261-11/+14
* | QInputAspect: create EventSourceSetterHelper in main threadPaul Lemire2016-01-221-7/+2
* | QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-221-3/+3
* | QInputAspect: hookup EventSourceHelper/InputSetingsPaul Lemire2016-01-191-0/+2
* | QInputAspect/InputHandler: add EventSourceSetterHelper memberPaul Lemire2016-01-191-1/+10
* | QInputAspect: register backend type for QInputSettingsPaul Lemire2016-01-191-0/+4
* | Aggregate action functionalityColin Ogilvie2016-01-191-1/+1
* | Move QCamera/QCameraLens to Qt3DRenderPaul Lemire2016-01-161-15/+0
* | Backend Nodes for Aggregate ActionsColin Ogilvie2016-01-161-0/+6
* | Say hello to GenericDeviceBogDan Vatra2016-01-161-2/+5
|/
* Move services() and jobManager() to the pimplKevin Ottens2015-12-171-1/+1
* Remove useless reimplementationsKevin Ottens2015-12-161-8/+0
* Implement dead zone supportSean Harmer2015-12-161-2/+2
* Turn all services private for nowKevin Ottens2015-12-121-2/+2
* Input: make KeyboardController a physical devicePaul Lemire2015-12-071-0/+7
* Transmit axis/action updates to QAxisActionHandlerPaul Lemire2015-12-041-11/+19
* Store vector of active AxisActionHandlersPaul Lemire2015-12-041-4/+9
* Add backend class for axis-action handlerSean Harmer2015-12-041-0/+3
* Factor out in QAbstractAspect common behaviorKevin Ottens2015-12-031-30/+0
* Move the QT3D_REGISTER_*_ASPECT macros to QAbstractAspectKevin Ottens2015-12-011-1/+0
* QInputAspect: launch an axis/action update framePaul Lemire2015-11-301-4/+15
* LogicalDeviceManager: store vector of active LogicalDevice instancesPaul Lemire2015-11-301-1/+6