summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3d/items
Commit message (Expand)AuthorAgeFilesLines
* Update QEntity docsAntti Määttä2016-09-021-5/+22
* Quick3DNode: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-05-141-2/+2
* quick3d: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-05-142-4/+6
* Q_NULLPTR -> nullptrSean Harmer2016-05-013-19/+19
* Strip out cloning subsystemSean Harmer2016-04-294-32/+16
* QNode: make cleanup a private slotPaul Lemire2016-04-234-12/+0
* QComponentList -> QComponentVectorPaul Lemire2016-02-221-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-262-5/+0
|\
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-251-4/+0
| * Doc: Removed Qt3DCollision namespace and module docsVenugopal Shivashankar2016-01-211-0/+3
| * Fixed some documentation warningsTomi Korpipää2016-01-191-4/+0
* | Unify license header usageAntti Kokko2016-01-269-99/+126
* | 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
* Doc: Fix QDoc warnings and do further cleanupTopi Reinio2015-11-231-12/+11
* Remove transforms property of QTransformSean Harmer2015-11-173-194/+0
* Doc: Documentation clean upVenugopal Shivashankar2015-11-066-6/+6
* Header naming fixed for quick3d partsTomi Korpipää2015-11-0415-180/+166
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-1314-101/+84
* Add "We mean it" warnings to private headersSean Harmer2015-10-133-0/+33
* Quick3DEntityLoader: fix insert the item when it is fully createdPaul Lemire2015-07-251-7/+21
* QScene is now privatePaul Lemire2015-07-061-2/+2
* 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
* Doc: Add Qt3D QML module and QML type documentation skeletonv5.5.0-beta1Topi Reinio2015-04-296-17/+91
* 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-162-9/+12
* Added NodeInstantiatorSean Harmer2015-02-284-2/+698
* Copyright header change.Mika Salmela2015-02-0911-209/+154
* Move CameraController in the input aspectKevin Ottens2015-01-232-2/+29
* Add a new EntityLoader elementKevin Ottens2014-12-174-0/+402
* Rename ComponentList to QComponentListSean Harmer2014-11-191-1/+1
* 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-092-7/+7
* 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-121-1/+1
* 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-313-0/+157