summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qinputaspect.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QInputAspect: add a comments regarding QInputDeviceIntegration::initializePaul Lemire2015-11-301-0/+4
* Register backend type for AxisSettingSean Harmer2015-11-291-0/+3
* QInputAspect: createPhysicalDevicePaul Lemire2015-11-281-0/+13
* InputAspect: register creator for Axis/Action/LogicalDevices/AxisInput/Action...Paul Lemire2015-11-281-0/+18
* Start refactoring the input device pluginSean Harmer2015-11-281-9/+9
* Reorganize Input aspect sources into backend/frontendPaul Lemire2015-11-281-0/+191