summaryrefslogtreecommitdiffstats
path: root/src/input
Commit message (Expand)AuthorAgeFilesLines
* QBackendNode::peerUuid() renamed to peerId()Paul Lemire2016-03-057-22/+22
* QAxis: remove name propertyPaul Lemire2016-03-054-30/+0
* Renamed to QKeyboardHandlerMike Krus2016-03-0518-212/+213
* Rename to QMouseInput to QMouseHandlerMike Krus2016-03-0514-150/+144
* QInputAspect cleanupPaul Lemire2016-03-046-10/+26
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-012-2/+2
* QAction: remove name propertyPaul Lemire2016-02-294-34/+0
* QActionInput and QAxisInput keys to buttonsRobert Brock2016-02-299-62/+62
* QInputSequence renamed interval to buttonIntervalRobert Brock2016-02-294-27/+27
* QInputChord renamed tolerance to timeoutRobert Brock2016-02-295-24/+24
* Inputs overhauledPaul Lemire2016-02-2918-1050/+37
* QAxis: add value propertyPaul Lemire2016-02-292-0/+32
* QAction: add an active propertyPaul Lemire2016-02-292-4/+31
* QAxisSetting renamed filter to smoothRobert Brock2016-02-285-22/+22
* QAxisSetting renamed deadZone to deadZoneRadiusRobert Brock2016-02-285-21/+21
* QBackendNodeFunctor -> QBackendNodeMapperPaul Lemire2016-02-2312-30/+30
* const QNodeId & -> QNodeIdPaul Lemire2016-02-2224-57/+57
* Handle event filters more gracefullyMike Krus2016-02-181-1/+1
* Doc: More Documentation for the input moduleColin Ogilvie2016-02-087-43/+400
* Doc: Added doc for action inputsColin Ogilvie2016-02-086-29/+289
* Removed factory member variableRobert Brock2016-02-0717-26/+17
* Add GamepadInput supportBogDan Vatra2016-02-044-0/+211
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2615-17/+184
|\
| * Doc: Fix documentation macro and other issuesTopi Reinio2016-01-261-1/+1
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-253-12/+0
| * Add missing Q_DECL_OVERRIDESergio Martins2016-01-231-1/+1
| * Doc: Add skeletal doc structure for the QML types of Qt3D Input moduleVenugopal Shivashankar2016-01-2211-4/+183
* | Unify license header usageAntti Kokko2016-01-26119-1309/+1666
* | QInputAspect: create EventSourceSetterHelper in main threadPaul Lemire2016-01-225-16/+33
* | QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-222-4/+4
* | QInputSettings: add missing export and clone macrosPaul Lemire2016-01-191-1/+3
* | QInputAspect: hookup EventSourceHelper/InputSetingsPaul Lemire2016-01-196-4/+24
* | QInputAspect/InputHandler: add EventSourceSetterHelper memberPaul Lemire2016-01-193-4/+29
* | Add EventSourceHelperSetterPaul Lemire2016-01-193-2/+169
* | QInputAspect: register backend type for QInputSettingsPaul Lemire2016-01-191-0/+4
* | InputSettings: add creator functorPaul Lemire2016-01-192-0/+52
* | Add InputSettings member on InputHandlerPaul Lemire2016-01-192-0/+12
* | InputSettings: backend for QInputSettings addedPaul Lemire2016-01-193-2/+156
* | QInputSettings addedPaul Lemire2016-01-194-2/+224
* | Aggregate action functionalityColin Ogilvie2016-01-197-18/+173
* | QAxisActionHandler: properly set parent on QLogicalDevicePaul Lemire2016-01-192-4/+7
* | Move QCamera/QCameraLens to Qt3DRenderPaul Lemire2016-01-167-572/+4
* | Added link for inputs between sequential front and back endColin Ogilvie2016-01-163-4/+37
* | Backend Nodes for Aggregate ActionsColin Ogilvie2016-01-1610-2/+405
* | Added initial parameters to input sequence and inputchordColin Ogilvie2016-01-164-0/+96
* | Say hello to GenericDeviceBogDan Vatra2016-01-1617-28/+540
* | Merge branch '5.6' into devSean Harmer2016-01-156-11/+11
|\|
| * Make axisIdentifier & buttonIdentifier constBogDan Vatra2016-01-145-10/+10
| * "cleanup" method needs to be virtual.BogDan Vatra2016-01-121-1/+1
* | Don't use deprecated API for plugin loadingSean Harmer2016-01-151-2/+2