summaryrefslogtreecommitdiffstats
path: root/src/input/frontend
Commit message (Expand)AuthorAgeFilesLines
...
* LCOV exclusion comments squashedPaul Lemire2016-11-234-10/+10
* QInputAspect: register functor to create PhysicalDeviceProxyPaul Lemire2016-11-191-0/+2
* QMouseDevice: add buttonIdentifier method which was missingPaul Lemire2016-11-192-0/+18
* QInputAspect: use the load device wrapper jobPaul Lemire2016-11-181-0/+11
* Input: move createPhysicalDevice into input handlerPaul Lemire2016-11-181-7/+1
* Add QAbstractPhysicalDeviceProxyPaul Lemire2016-11-184-2/+432
* QInputSettings: store connection in dptrPaul Lemire2016-11-143-6/+5
* Axes shouldn't change value when disabledKevin Ottens2016-10-291-0/+2
* Actions should not activate when disabledKevin Ottens2016-10-291-0/+2
* Respect logical devices enabled stateKevin Ottens2016-10-291-0/+4
* Merge branch '5.7' into 5.8Sean Harmer2016-10-102-1/+5
|\
| * Have sane default for QButtonAxisInput::scaleKevin Ottens2016-09-282-1/+5
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-202-57/+62
|\|
| * Improve QInputSettings docsMiikka Heikkinen2016-09-051-34/+22
| * Update QMouseDevice docsAntti Määttä2016-09-051-23/+40
* | Add Wheel axes to QMouseDevicePaul Lemire2016-09-082-5/+14
* | QInputAspect: slightly simplify createPhysicalDevicePaul Lemire2016-08-271-3/+4
* | Merge branch '5.7' into 5.8Sean Harmer2016-08-251-1/+0
|\|
| * QInputAspect::jobToExcute: time is in fact usedKevin Ottens2016-08-241-1/+0
* | Long live QAxisAccumulator!Sean Harmer2016-08-114-2/+465
|/
* QMouseHandler: proper bookkeeping of QMouseDevicePaul Lemire2016-06-301-0/+15
* QMouseHandler: fix onPressed/onPressAndHoldPaul Lemire2016-06-292-12/+25
* 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
* | Fix reset in input event filters in shutdownMäättä Antti2016-06-082-0/+15
|/
* Fix warning about unregistered metatype for QAbstractPhysicalDevicePaul Lemire2016-05-272-1/+1
* Add doc skeleton for Qt3DInputTomi Korpipää2016-05-2520-133/+509
* Shared node bookkeepingPaul Lemire2016-05-238-0/+63
* Use QVector instead of QVariantList propertiesKevin Ottens2016-05-233-9/+8
* 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
* Qt3D: replace QStringLiteral with QLatin1String when appending or comparingMarc Mutz2016-05-141-2/+2
* Remove QBackendNodePropertyChangeSean Harmer2016-05-133-7/+6
* Linear scaling for key controlled axisColin Ogilvie2016-05-123-0/+49
* Rename QNodeRemovedPropertyChange -> QPropertyNodeRemovedChangeSean Harmer2016-05-106-13/+13
* Rename QNodeAddedPropertyChange -> QPropertyNodeAddedChangeSean Harmer2016-05-106-13/+13
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-106-10/+10
* Remove QSceneChange::SenderTypeSean Harmer2016-05-103-7/+7
* Remove ChangeFlag from NodeUpdated change type ctorsSean Harmer2016-05-101-2/+2
* Rename NodeUpdated ChangeFlag to PropertyUpdatedSean Harmer2016-05-106-7/+7
* Add missing "We mean it" warningsSean Harmer2016-05-061-0/+11
* input/frontend: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-05-051-10/+12
* Change QList<int> properties to QVector<int>Kevin Ottens2016-05-044-20/+18
* Remove cloning from QGamepadInputMike Krus2016-05-032-16/+0