summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3d
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2325-500/+500
* Update commercial license headersTarja Sundqvist2021-02-0225-500/+500
* Doc: Fix incorrect use of \default QDoc commandTopi Reinio2020-03-051-1/+1
* Fix deprecation handlingMike Krus2020-01-141-0/+1
* qquaternionanimation.cpp: Fix warning suppressionFriedemann Kleint2019-12-111-1/+1
* Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-06-033-9/+102
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-291-7/+7
| |\
| | * Clean up warningsMike Krus2019-05-281-7/+7
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-263-2/+95
| |\|
| | * Update Qt3D color handlingMichael Brasser2019-05-153-2/+95
* | | Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-3/+0
* | | Remove compatibility code for transition from QQmlV4Handle to QV4::ValueUlf Hermann2019-05-101-8/+0
* | | qt3dquick_global: remove qv8engine includePaul Lemire2019-05-101-1/+0
* | | Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-05-091-3/+0
|\| |
| * | Merge remote-tracking branch 5.12 into 5.13Paul Lemire2019-04-261-3/+0
| |\|
| | * Cleanup debug output in Quick3DEntityLoaderPrivateJ-P Nurmi2019-04-181-3/+0
* | | Fix changed import for qml model typesLiang Qi2019-05-071-3/+3
* | | Fix Quick3D value type providers following QQmlV4Handle removalPaul Lemire2019-04-161-0/+8
|/ /
* | Switch export macros to standard formKai Koehne2019-04-0211-23/+23
* | Suppress warning about cast across function typesThiago Macieira2019-02-271-0/+3
|/
* Fix sourceComponent property of EntityLoaderFriedemann Kleint2019-01-031-1/+1
* 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