summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3dinput
Commit message (Expand)AuthorAgeFilesLines
* Update QtQuick API to build with 5.15Mike Krus2021-01-111-0/+4
* Update QQMLPropertyList APIMike Krus2021-01-0812-248/+178
* Follow up on change of QQmlListProperty to qsizetypeMike Krus2020-11-2012-32/+32
* Use internal CMake APIMike Krus2020-10-071-2/+2
* Add support for building with CMakeMike Krus2020-05-221-0/+50
* Remove custom deprecation macroPaul Lemire2020-02-121-1/+0
* Merge remote-tracking branch 5.15 into devMike Krus2020-02-071-0/+1
|\
| * Fix deprecation handlingMike Krus2020-01-141-0/+1
* | Update dependenciesMike Krus2020-02-071-1/+1
|/
* Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-3/+0
* Switch export macros to standard formKai Koehne2019-04-028-12/+12
* Remove hardcoded C++ version for MinGW/GCCKai Koehne2018-01-111-3/+0
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
* Re-enable the QQmlType code paths in the node factoriesSean Harmer2017-08-252-4/+2
* Merge branch '5.9' into devSean Harmer2017-08-192-2/+3
|\
| * Fix Quick3DNode factories following QQmlType changesPaul Lemire2017-08-162-6/+3
| * Disable QQmlType codepathsPaul Lemire2017-08-031-0/+2
|/
* Coding convention fix for Src/Quick3DRobert Brock2017-04-0115-24/+31
* Remove CONFIG+=static when gcov is enabledPaul Lemire2016-11-231-1/+0
* Adjust to qtConfig() changes in qtbaseLiang Qi2016-08-211-2/+0
* Enable QT_NO_FOREACH for all Qt3D libraries and pluginsMarc Mutz2016-05-141-0/+3
* quick3d: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-05-146-7/+14
* Introduce local macros for declaring types as movable/primitive/sharedMarc Mutz2016-05-051-1/+1
* Turn QAxisInput into QAbstractAxisInputKevin Ottens2016-05-022-14/+14
* Make QAbstractNodeFactory privateSean Harmer2016-05-011-1/+1
* Q_NULLPTR -> nullptrSean Harmer2016-05-017-9/+9
* Merge branch '5.6' into 5.7Sean Harmer2016-04-162-7/+3
|\
| * standardize statement order in project files a bitOswald Buddenhagen2016-02-251-2/+1
| * rely on the automatically defined QT_BUILD_*_LIBOswald Buddenhagen2016-02-252-3/+1
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-2/+1
* | Remove QAbstractAggregateActionInputPaul Lemire2016-04-155-30/+211
* | Quick3DAxis: make inputs the default propertyPaul Lemire2016-02-291-0/+1
* | Quick3DAction: make inputs the default propertyPaul Lemire2016-02-291-0/+1
* | Unify license header usageAntti Kokko2016-01-2615-165/+210
* | Added QML bindings for new aggregate actionsColin Ogilvie2016-01-163-2/+178
* | Start at implementing QAbstractAction InputColin Ogilvie2016-01-122-14/+14
|/
* Add extension class for AxisSettings list propertySean Harmer2015-11-293-2/+178
* Quick3DLogicalDevice: QML extension for QLogicalDevicePaul Lemire2015-11-283-2/+220
* Added Quick3DAction QML extensionPaul Lemire2015-11-283-2/+179
* Added Quick3DAxis QML extensionPaul Lemire2015-11-283-2/+179
* Add a quick3dinput subprojectPaul Lemire2015-11-287-0/+397