summaryrefslogtreecommitdiffstats
path: root/src/input
Commit message (Expand)AuthorAgeFilesLines
* Fix build in C++98 mode: enums aren't namespacesv5.6.0Thiago Macieira2016-03-031-4/+4
* 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
* Make axisIdentifier & buttonIdentifier constBogDan Vatra2016-01-145-10/+10
* "cleanup" method needs to be virtual.BogDan Vatra2016-01-121-1/+1
* 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
* AxisActionHandlerJob: use better names for better understandingPaul Lemire2015-12-044-20/+21
* Further improve axis/action dispatchPaul Lemire2015-12-047-60/+122
* Changes to make buttons able to trigger actionsSean Harmer2015-12-044-3/+24
* Transmit axis/action updates to QAxisActionHandlerPaul Lemire2015-12-049-14/+371
* Store vector of active AxisActionHandlersPaul Lemire2015-12-044-4/+59
* QAxisActionHandler: make ctor explicitPaul Lemire2015-12-041-1/+1
* Add backend class for axis-action handlerSean Harmer2015-12-048-2/+181
* Add signal and normalise signatures in QAxisActionHandlerSean Harmer2015-12-041-2/+3
* Rename QActionHandler to QAxisActionhandlerSean Harmer2015-12-044-28/+28
* Store logical device in QActionHandlerSean Harmer2015-12-043-19/+5
* Add started() and finished() signals to QActionSean Harmer2015-12-041-0/+3
* Store logical device in QActionHandlerSean Harmer2015-12-043-4/+46
* Add QActionHandler frontend classSean Harmer2015-12-044-2/+227
* Factor out in QAbstractAspect common behaviorKevin Ottens2015-12-032-35/+0
* Unit tests for AxisInputPaul Lemire2015-12-011-2/+2
* AxisInput export for unit testsPaul Lemire2015-12-011-3/+1
* ActionInput export for unit testsPaul Lemire2015-12-011-3/+1
* Action export for unit testingPaul Lemire2015-12-011-3/+2
* Axis export for unit testingPaul Lemire2015-12-011-3/+2