summaryrefslogtreecommitdiffstats
path: root/src/input
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use a more suitable name for qt3d input devices.BogDan Vatra2016-01-142-1/+2
* | Added front end classes as a start to support aggregate actionsColin Ogilvie2016-01-128-2/+533
* | Start at implementing QAbstractAction InputColin Ogilvie2016-01-128-18/+137
|/
* Add "We mean it" warningSean Harmer2016-01-021-0/+11
* Stop using enum references that require C++11.Raphael Kubo da Costa2015-12-302-27/+27
* Allow device integration impls to see the aspectKevin Ottens2015-12-212-0/+9
* Move services() and jobManager() to the pimplKevin Ottens2015-12-171-1/+1
* QInputDeviceIntegration can register backend typesKevin Ottens2015-12-173-2/+24
* Make QInputDeviceIntegration::initialize() saferKevin Ottens2015-12-175-4/+17
* Add missing pimpl to QInputeDeviceIntegrationKevin Ottens2015-12-174-2/+91
* Remove useless reimplementationsKevin Ottens2015-12-162-10/+0
* Only aspect subclasses register backend typesKevin Ottens2015-12-161-0/+2
* Smoothly transition from deadzone by adjusting gradient of responseSean Harmer2015-12-161-2/+25
* Implement low pass filtering of axis valuesSean Harmer2015-12-164-7/+38
* Implement dead zone supportSean Harmer2015-12-169-17/+180
* Turn all services private for nowKevin Ottens2015-12-122-3/+3
* Rename Q3D*Event to Q*Event and handle namespaceMike Krus2015-12-1026-197/+196
* Use lists of ints for axes on axis settingsSean Harmer2015-12-094-13/+27
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-0916-51/+58
* Add sensitivity property to QMouseControllerSean Harmer2015-12-075-4/+47
* MouseController: various fixesPaul Lemire2015-12-074-10/+26
* KeyboardController: fix PageUp positionPaul 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-077-15/+138
* Input: make KeyboardController a physical devicePaul Lemire2015-12-0711-13/+910
* QAxisInput/QActionInput: use list of int rather than int maskPaul Lemire2015-12-049-31/+53
* QAbstractPhysicalDevice: Remove axis/buttons methodsPaul Lemire2015-12-041-3/+0