summaryrefslogtreecommitdiffstats
path: root/src/input/frontend
Commit message (Expand)AuthorAgeFilesLines
* More doc for input ModuleColin Ogilvie2016-06-0317-77/+573
* Transfer previously written doc for input moduleColin Ogilvie2016-06-038-48/+262
* 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
* QInputSequence/InputSequence use new added/removed change typesSean Harmer2016-04-271-5/+4
* QInputChord/InputChord use new added/removed change typesSean Harmer2016-04-271-4/+4
* QAxis/Axis use new added/removed change typesSean Harmer2016-04-271-4/+4
* QAction/Action use new added/removed change typesSean Harmer2016-04-271-4/+4
* Fix QGamepadInputPaul Lemire2016-04-262-6/+0
* QNode: make cleanup a private slotPaul Lemire2016-04-2328-105/+0
* Rename QBackendScenePropertyChange -> QBackendNodePropertyChangeSean Harmer2016-04-223-7/+7
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-216-22/+22
* Merge branch '5.6' into 5.7Sean Harmer2016-04-168-13/+15
|\
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-03-211-4/+4
| |\
| | * Fix build in C++98 mode: enums aren't namespacesv5.6.0Thiago Macieira2016-03-031-4/+4
| * | Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-018-14/+14