summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3d
Commit message (Expand)AuthorAgeFilesLines
* Quick3DEntityLoaderPrivateSubject: Fix warning about unused variableFriedemann Kleint2018-09-171-2/+0
* EntityLoader: add sourceComponent propertyPaul Lemire2018-08-203-5/+53
* Fix deprecated function call warningSimon Hausmann2018-07-181-1/+1
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-191-1/+1
* Fix build without features.qml-delegate-modelTasuku Suzuki2018-05-151-2/+24
* Fix for a missing headerNikolay Zamotaev2018-05-041-0/+1
* Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-162-10/+2
* Merge branch '5.10' into devSean Harmer2018-01-171-2/+4
|\
| * Merge branch '5.9' into 5.10Sean Harmer2018-01-121-2/+4
| |\
| | * Quick3DNodeInstantiatorPrivate: Fix build after private API changeFriedemann Kleint2017-12-141-2/+4
* | | Remove hardcoded C++ version for MinGW/GCCKai Koehne2018-01-111-3/+0
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-1/+1
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-253-15/+15
|/ /
* | Re-enable the QQmlType code paths in the node factoriesSean Harmer2017-08-252-6/+2
* | Merge branch '5.9' into devSean Harmer2017-08-192-1/+3
|\|
| * Fix Quick3DNode factories following QQmlType changesPaul Lemire2017-08-162-5/+3
| * Disable QQmlType codepathsPaul Lemire2017-08-031-0/+2
* | Add extension object for QJoint to manage child joints from QMLSean Harmer2017-08-163-2/+187
|/
* Update NodeInstantiator's children on parent updateMauro Persano2017-06-162-0/+15
* Fix memory leak in Quick3DNodeInstantiatorPrivateMauro Persano2017-06-141-1/+2
* Don't use a static value for the value type providerv5.9.0-rc2v5.9.0-rc1v5.9.0Sean Harmer2017-05-191-3/+6
* Fix qmlClearTypeRegistrations for Qt 3DMäättä Antti2017-05-122-1/+7
* Silence warning about unused parameterThiago Macieira2017-04-081-0/+1
* Merge branch '5.8' into 5.9Sean Harmer2017-04-0218-37/+47
|\
| * Coding convention fix for Src/Quick3DRobert Brock2017-04-0118-37/+47
* | QNode PropertyTrackMode cleanupPaul Lemire2017-02-243-2/+316
* | Quick3DEntity: use dedicated list of QML componentsPaul Lemire2017-02-122-3/+5
* | Allow Quick3DEntityLoader to work when created from C++Kevin Ottens2017-01-271-5/+34
* | EntityLoader: add a status propertyPaul Lemire2017-01-253-2/+64
* | Merge branch '5.8' into devSean Harmer2017-01-101-1/+10
|\|
| * Update EntityLoader docsAntti Määttä2017-01-101-1/+10
* | Merge branch '5.8' into devSean Harmer2016-12-212-1/+8
|\|
| * Merge branch '5.8.0' into 5.8Sean Harmer2016-12-162-1/+8
| |\
| | * Only pass static metaobjects around and fix EntityLoaderPaul Lemire2016-12-162-1/+8
* | | Add missing emit keyword when calling signalsSergio Martins2016-12-181-9/+9
|/ /
* / Doc: Specify #include path for each \classTopi Reinio2016-12-071-0/+1
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-3/+3
|\
| * Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-11-241-1/+1
| |\
| | * NodeInstantiator created nodes go to its parentv5.7.1Kevin Ottens2016-10-141-1/+1
| * | Fix NodeInstantiator::objectAdded docsDaniel Vrátil2016-11-011-2/+2
| |/
* | Remove CONFIG+=static when gcov is enabledPaul Lemire2016-11-231-1/+0
* | LCOV exclusion comments squashedPaul Lemire2016-11-231-1/+1
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-5/+22
|\|
| * Update QEntity docsAntti Määttä2016-09-021-5/+22
* | Adjust to qtConfig() changes in qtbaseLiang Qi2016-08-211-2/+0
|/
* Add hook to set QNode parent when creating a QNode in QMLSean Harmer2016-05-231-0/+27
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-192-0/+6
* Enable QT_NO_FOREACH for all Qt3D libraries and pluginsMarc Mutz2016-05-141-0/+3
* Quick3DNode: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-05-141-2/+2
* quick3d: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-05-143-8/+10