summaryrefslogtreecommitdiffstats
path: root/src/core/core-components
Commit message (Expand)AuthorAgeFilesLines
* Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-252-8/+0
* Doc: Add skeletal doc structure for the Transform QML typeVenugopal Shivashankar2016-01-221-0/+1
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-095-106/+89
* Fix QCamera projectionTypeChanged signal connectionMiikka Heikkinen2015-12-071-2/+2
* Remove QAbstractTransform and friendsSean Harmer2015-11-171-1/+0
* Remove transforms property of QTransformSean Harmer2015-11-173-54/+67
* Rename orthogonal projection to orthographic projectionSean Harmer2015-11-164-9/+9
* Doc: Documentation clean upVenugopal Shivashankar2015-11-062-2/+2
* Qt3DCore::QCameraLensPrivate: Remove unnecessary exportAndy Nichols2015-10-301-1/+1
* Qt3DCore::QCameraPrivate: Remove export of private classAndy Nichols2015-10-301-1/+1
* Add first person camera controller mode and make it the defaultSean Harmer2015-10-252-0/+20
* QCamera: clean up and make useful method Q_INVOKABLEPaul Lemire2015-10-142-39/+40
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-136-65/+65
* Add "We mean it" warnings to private headersSean Harmer2015-10-132-0/+22
* Doc: Added \inmodule statement where it was missingNico Vertriest2015-10-061-0/+1
* Create proper Quick extended classes in scene loadersLaszlo Agocs2015-08-201-0/+1
* Fix for shadow passTomi Korpipää2015-06-252-0/+15
* QNode parent changesPaul Lemire2015-06-114-1/+12
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-204-8/+8
* Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-05-131-2/+1
* QCameraLens: allow specify projection with frustrumPaul Lemire2015-05-123-8/+163
* Doc: Add Qt3D QML module and QML type documentation skeletonv5.5.0-beta1Topi Reinio2015-04-292-0/+120
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-142-0/+10
* [QCamera] Minor refactoring & clean-upKonstantin Ritt2015-03-123-65/+27
* Mark it constSergio Martins2015-02-182-2/+2
* Copyright header change.Mika Salmela2015-02-096-114/+84
* QCamera refactoredPaul Lemire2014-10-303-82/+307
* QAbstractMeshData merged with QMeshData and moved to RendererPaul Lemire2014-10-224-272/+2
* QAbstractMesh: setDirty -> updatePaul Lemire2014-10-203-16/+2
* Reduce number of notifications when setting camera lens via helpersSean Harmer2014-10-191-0/+4
* QCameraLens: refactoredPaul Lemire2014-10-182-13/+12
* Have copy() only on QNodeKevin Ottens2014-10-166-22/+20
* Hide doClone implementations behind a macroKevin Ottens2014-10-152-8/+1
* Automate the NodeUpdated notificationsKevin Ottens2014-10-151-14/+0
* Get rid of ComponentUpdatedKevin Ottens2014-10-152-2/+2
* QAbstract removed from corePaul Lemire2014-10-0316-1368/+2
* QNode refactoringPaul Lemire2014-10-0311-60/+68
* Camera orbit fixPaul Lemire2014-10-031-1/+1
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-302-3/+6
* Comparison operator for QAbstractMeshFunctor subclassesPaul Lemire2014-09-301-0/+1
* QAbstractRenderPass fixPaul Lemire2014-09-281-1/+1
* Fix QCameraLens not updating the projection matrix when using settersGiuseppe D'Angelo2014-09-263-31/+43
* Fix: QAbstractMaterial sent wrong effect in notificationPaul Lemire2014-09-151-1/+1
* Clean up the headersThiago Macieira2014-08-172-2/+2
* QAbstractRenderPass / RenderRenderPass shaderProgram notificationsPaul Lemire2014-08-141-4/+22
* QAbstractMaterial / RenderMaterial effect notificationPaul Lemire2014-08-141-1/+8
* QShaderProgram / RenderShader refactoredPaul Lemire2014-08-142-12/+0
* QCameraLens / CameraController small fixesPaul Lemire2014-08-142-4/+7
* QAbstractTechnique add renderpasses as children if declared inlinePaul Lemire2014-08-142-36/+20
* QAbstractMesh send notifications if arbiter existsPaul Lemire2014-08-141-8/+10