summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3d
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QTransform refactoredPaul Lemire2014-10-301-1/+1
* QNode refactoringPaul Lemire2014-10-031-11/+4
* Clean up the headersThiago Macieira2014-08-171-1/+1
* Backend refactoringPaul Lemire2014-07-182-14/+34
* Renamed Camera to QCameraPaul Lemire2014-07-094-9/+9
* Prefixed Q to transformsPaul Lemire2014-07-062-14/+14
* Renamed Transform to QTransformPaul Lemire2014-07-051-3/+3
* Renamed Component to QComponentPaul Lemire2014-07-052-15/+15
* Renamed Entity to QEntityPaul Lemire2014-07-051-3/+3
* Renamed Node to QNodePaul Lemire2014-07-052-17/+17
* Compile again on OS XSean Harmer2014-06-122-2/+2
* Export the QmlEngine used by Qt3D::QuickWindowGiuseppe D'Angelo2014-06-072-0/+6
* Monitor Nodes for Creation/DeletionPaul Lemire2014-06-071-2/+0
* Quick3DTransform extended type for TransformPaul Lemire2014-06-022-13/+18
* Quick3DNode extension of NodePaul Lemire2014-06-022-24/+27
* Quick3DEntity extending EntityPaul Lemire2014-06-022-26/+13
* CameraController usable from QMLPaul Lemire2014-05-315-0/+187
* Corrected the way a Transform is updatedPaul Lemire2014-05-311-4/+1
* QQmlExtensionPlugins for Qt3DCore and Qt3DRendererPaul Lemire2014-05-2511-0/+928