summaryrefslogtreecommitdiffstats
path: root/src/input/frontend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bring more type safety to the buttons propertiesKevin Ottens2016-05-026-22/+24
* Make QInputDevicePlugin and friends privateKevin Ottens2016-05-028-66/+77
* Turn QAxisInput into QAbstractAxisInputKevin Ottens2016-05-0214-65/+50
* Split QAnalogAxisInput out of QAxisInputKevin Ottens2016-05-029-25/+261
* Splitting of QAxisInputRobert Brock2016-05-028-45/+293
* Q_NULLPTR -> nullptrSean Harmer2016-05-0128-40/+40
* QNodeRemovedChange: contains QNodeIdTypePairPaul Lemire2016-05-016-7/+7
* QNodeAddedChange: contains a QNodeIdTypePairPaul Lemire2016-05-016-7/+7
* Strip out cloning subsystemSean Harmer2016-04-2927-161/+0
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-04-271-2/+2
* AbstractPhysicalDevice use new added/removed change typesSean Harmer2016-04-271-2/+19
* QLogicalDevice/LogicalDevice use new added/removed change typesSean Harmer2016-04-271-9/+7