summaryrefslogtreecommitdiffstats
path: root/src/input/backend
Commit message (Expand)AuthorAgeFilesLines
* Unify license header usageAntti Kokko2016-01-2659-649/+826
* QInputAspect: create EventSourceSetterHelper in main threadPaul Lemire2016-01-224-9/+31
* QInputAspect: hookup EventSourceHelper/InputSetingsPaul Lemire2016-01-195-4/+22
* QInputAspect/InputHandler: add EventSourceSetterHelper memberPaul Lemire2016-01-192-3/+19
* Add EventSourceHelperSetterPaul Lemire2016-01-193-2/+169
* 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
* Aggregate action functionalityColin Ogilvie2016-01-196-17/+172
* QAxisActionHandler: properly set parent on QLogicalDevicePaul Lemire2016-01-191-4/+2
* Move QCamera/QCameraLens to Qt3DRenderPaul Lemire2016-01-164-544/+4
* Added link for inputs between sequential front and back endColin Ogilvie2016-01-162-2/+14
* Backend Nodes for Aggregate ActionsColin Ogilvie2016-01-169-2/+399
* Say hello to GenericDeviceBogDan Vatra2016-01-169-17/+280
* Merge branch '5.6' into devSean Harmer2016-01-151-1/+1
|\
| * "cleanup" method needs to be virtual.BogDan Vatra2016-01-121-1/+1
* | Start at implementing QAbstractAction InputColin Ogilvie2016-01-121-2/+2
|/
* Add "We mean it" warningSean Harmer2016-01-021-0/+11
* Make QInputDeviceIntegration::initialize() saferKevin Ottens2015-12-172-3/+3
* 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-168-15/+178
* Turn all services private for nowKevin Ottens2015-12-121-1/+1
* Rename Q3D*Event to Q*Event and handle namespaceMike Krus2015-12-1016-49/+47
* Use lists of ints for axes on axis settingsSean Harmer2015-12-092-5/+19
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-092-12/+12
* Add sensitivity property to QMouseControllerSean Harmer2015-12-072-3/+11
* MouseController: various fixesPaul Lemire2015-12-073-10/+24
* 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-074-6/+66
* Input: make KeyboardController a physical devicePaul Lemire2015-12-076-6/+702
* QAxisInput/QActionInput: use list of int rather than int maskPaul Lemire2015-12-045-17/+41
* AxisActionHandlerJob: use better names for better understandingPaul Lemire2015-12-044-20/+21
* Further improve axis/action dispatchPaul Lemire2015-12-046-48/+108
* Changes to make buttons able to trigger actionsSean Harmer2015-12-044-3/+24
* Transmit axis/action updates to QAxisActionHandlerPaul Lemire2015-12-046-3/+330
* Store vector of active AxisActionHandlersPaul Lemire2015-12-043-0/+50
* Add backend class for axis-action handlerSean Harmer2015-12-047-2/+178
* 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
* QInputAspect: launch an axis/action update framePaul Lemire2015-11-305-2/+250
* Axis: store an axisValue flagPaul Lemire2015-11-302-0/+10
* Action: store an actionTriggered flagPaul Lemire2015-11-302-0/+10
* LogicalDeviceManager: store vector of active LogicalDevice instancesPaul Lemire2015-11-303-0/+51
* Export QAbstractPhysicalDeviceBackendNodePaul Lemire2015-11-301-1/+2
* QAbstractPhysicalDeviceBackendNode: updated APIPaul Lemire2015-11-301-5/+3