summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3d
Commit message (Expand)AuthorAgeFilesLines
* Remove the Quick3DConfiguration HackPaul Lemire2016-01-163-190/+0
* Stop using enum references that require C++11.Raphael Kubo da Costa2015-12-301-2/+2
* Add QuaternionAnimationLaszlo Agocs2015-12-173-3/+391
* Remove initialize/shutdown from APIv5.6.0-beta1Kevin Ottens2015-12-141-1/+0
* Quick3D: QMatrix4x4 add translate overloadPaul Lemire2015-12-071-0/+1
* Doc: Fix QDoc warnings and do further cleanupTopi Reinio2015-11-231-12/+11
* Remove transforms property of QTransformSean Harmer2015-11-173-194/+0
* Handle creating QMatrix4x4 from js with no argumentsSean Harmer2015-11-161-1/+5
* Extend qml value type for QMatrix4x4 to be more usefulSean Harmer2015-11-131-0/+7
* Doc: Documentation clean upVenugopal Shivashankar2015-11-066-6/+6
* Header naming fixed for quick3d partsTomi Korpipää2015-11-0416-181/+166
* Change import name of Qt3D Core from Qt3D 2.0 to Qt3D.Core 2.0Sean Harmer2015-10-161-1/+1
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-1323-143/+111
* Add "We mean it" warnings to private headersSean Harmer2015-10-137-0/+77
* Avoid signed-unsigned comparison warningLaszlo Agocs2015-08-201-1/+1
* Create proper Quick extended classes in scene loadersLaszlo Agocs2015-08-205-2/+168
* Remove outdated codeFrank Meerkoetter2015-08-191-39/+0
* Remove outdated codeFrank Meerkoetter2015-08-191-41/+0
* Remove unused codeFrank Meerkoetter2015-08-191-22/+0
* Adapt to the changed interface of the ValueTypeProviderFrank Meerkoetter2015-08-191-89/+36
* Remove QQmlVMEVariant specific workaroundFrank Meerkoetter2015-08-191-9/+1
* Merge remote-tracking branch 'origin/5.5' into devAndy Nichols2015-08-172-9/+23
|\
| * Quick3DEntityLoader: fix insert the item when it is fully createdPaul Lemire2015-07-251-7/+21
| * QScene is now privatePaul Lemire2015-07-061-2/+2
* | Fix missing override clang warningsSergio Martins2015-07-051-13/+13
|/
* QNode parent changesPaul Lemire2015-06-114-6/+17
* Remove unneeded signalSean Harmer2015-06-062-5/+1
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-204-8/+8
* Do not initialize q_ptr in classes derived from QObjectPrivateKonstantin Ritt2015-05-202-5/+4
* Fix misoverloaded variantFromJsObject()Sergio Martins2015-05-091-5/+3
* Doc: Add Qt3D QML module and QML type documentation skeletonv5.5.0-beta1Topi Reinio2015-04-297-18/+92
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+4
* Fix inconsistent overrides. [-Winconsistent-missing-override]Sergio Martins2015-03-201-2/+2
* [QTransform] Track the transforms list and notify when it changesKonstantin Ritt2015-03-182-1/+6
* Prefer q_func() over direct access to q_ptrKonstantin Ritt2015-03-163-12/+15
* Added NodeInstantiatorSean Harmer2015-02-284-2/+698
* Copyright header change.Mika Salmela2015-02-0919-363/+268
* Fix static buildsGiuseppe D'Angelo2015-01-271-3/+7
* Remove the now useless QuickWindowKevin Ottens2015-01-233-150/+1
* Move CameraController in the input aspectKevin Ottens2015-01-233-4/+29
* Remove unneeded dependenciesKevin Ottens2015-01-081-1/+1
* Fix compilation of Qt3D following fa3cf15e in qtdecalrativeSean Harmer2014-12-303-115/+34
* Don't force a dynamic build when not configured for gcovSean Harmer2014-12-211-2/+0
* Remove references to unused private headers variable in .pro filesSean Harmer2014-12-211-1/+1
* Add a new EntityLoader elementKevin Ottens2014-12-175-1/+403
* Rename ComponentList to QComponentListSean Harmer2014-11-191-1/+1
* Qt3D::Window simplifiedPaul Lemire2014-11-142-121/+2
* Added QQmlAspectEnginePaul Lemire2014-11-144-2/+318
* QAspectEngine owns the root of the sceneSean Harmer2014-11-021-7/+12
* Qt3DQuick value type and color providersPaul Lemire2014-10-315-3/+1827