summaryrefslogtreecommitdiffstats
path: root/src/input
Commit message (Expand)AuthorAgeFilesLines
* UpdateAxisActionJob: remove misleading redundant checkMarc Mutz2016-10-111-3/+2
* Export AxisSetting for unit testsPaul Lemire2016-10-101-1/+1
* QAbstractPhysicalDeviceBackendNode: remove assert that conflicts with testsPaul Lemire2016-10-101-1/+0
* QAbstractPhysicalDeviceBackendNode: fix bad erasePaul Lemire2016-10-101-1/+3
* Have sane default for QButtonAxisInput::scaleKevin Ottens2016-09-282-1/+5
* Improve QInputSettings docsMiikka Heikkinen2016-09-051-34/+22
* Update QMouseDevice docsAntti Määttä2016-09-051-23/+40
* Frontend is in ms but backend in nsKevin Ottens2016-08-255-12/+14
* Fix order handling in input sequencesKevin Ottens2016-08-241-0/+3
* Fix spurious sequence trigger on first key pressKevin Ottens2016-08-241-0/+1
* Fix timeout handling in input chordsKevin Ottens2016-08-241-9/+15
* Fix spurious chord trigger on first key pressKevin Ottens2016-08-241-0/+1
* Move input, chord and sequence logic out of jobKevin Ottens2016-08-244-61/+62
* Add convenience to look for action inputs by idKevin Ottens2016-08-242-0/+14
* Action input nodes inherit from the abstract classKevin Ottens2016-08-246-15/+36
* Add an AbstractActionInput base classKevin Ottens2016-08-243-0/+139
* QInputAspect::jobToExcute: time is in fact usedKevin Ottens2016-08-241-1/+0
* MouseDevice: initialize m_inputHandlerEdward Welbourne2016-08-161-0/+1
* MouseDevice: do not reset the MouseState if we have not received eventsPaul Lemire2016-07-191-6/+4
* KeyboardDevice: do not store handles/ids of input devicesPaul Lemire2016-06-304-32/+3
* Fix MouseHandler/SourceDevice mouse event dispatchingPaul Lemire2016-06-304-39/+14
* QMouseHandler: proper bookkeeping of QMouseDevicePaul Lemire2016-06-301-0/+15
* QMouseHandler: fix onPressed/onPressAndHoldPaul Lemire2016-06-292-12/+25
* Input: set profiling type on the jobsPaul Lemire2016-06-284-0/+8
* Input: add job types to ease profilingPaul Lemire2016-06-282-1/+81
* Fix -Wreorder warning in MouseDeviceSean Harmer2016-06-211-1/+1
* Merge branch '5.7.0' into 5.7Sean Harmer2016-06-1418-89/+799
|\
| * More doc for input ModuleColin Ogilvie2016-06-0317-77/+573
| * Transfer previously written doc for input moduleColin Ogilvie2016-06-038-48/+262
* | Avoiding badly quantized axis input valuesSean Harmer2016-06-111-2/+6
* | Don't jump input when releasing and pressing mouse button elsewhereSean Harmer2016-06-112-2/+8
* | Fix reset in input event filters in shutdownMäättä Antti2016-06-086-0/+34
|/
* Fix warning about unregistered metatype for QAbstractPhysicalDevicePaul Lemire2016-05-272-1/+1
* Add doc skeleton for Qt3DInputTomi Korpipää2016-05-2520-133/+509
* Unit tests for QKeyboardHandlerKevin Ottens2016-05-234-5/+8
* Shared node bookkeepingPaul Lemire2016-05-238-0/+63
* Repair AxisSetting handling in physical devicesKevin Ottens2016-05-232-19/+36
* Use QVector instead of QVariantList propertiesKevin Ottens2016-05-234-24/+10
* De-inline some more dtors of non-leaf Private classesMarc Mutz2016-05-196-3/+21
* Introduce QAbstractActionInputPrivateMarc Mutz2016-05-1910-23/+101
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-1935-0/+106
* Remove #if defined(Q_COMPILER_TEMPLATE_ALIAS)Sean Harmer2016-05-181-11/+0
* Add more explicitMarc Mutz2016-05-141-2/+2
* De-inline dtors of aspect classesMarc Mutz2016-05-142-0/+6
* Use some constructor delegationMarc Mutz2016-05-142-1/+8
* Enable QT_NO_FOREACH for some librariesMarc Mutz2016-05-141-0/+3
* Qt3DInput: eradicate remaining Q_FOREACH loopMarc Mutz2016-05-141-10/+10
* Qt3D: replace QStringLiteral with QLatin1String when appending or comparingMarc Mutz2016-05-141-2/+2
* Remove QBackendNodePropertyChangeSean Harmer2016-05-137-17/+18
* Linear scaling for key controlled axisColin Ogilvie2016-05-127-1/+102