summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Add command support on aspects and QAspectEngineKevin Ottens2015-12-024-0/+41
* QAspectFactory can now also give registered name of an aspectKevin Ottens2015-12-013-5/+27
* Remove unused code from QAspectFactoryKevin Ottens2015-12-012-13/+0
* Make QAspectFactory privateKevin Ottens2015-12-017-134/+44
* Move the QT3D_REGISTER_*_ASPECT macros to QAbstractAspectKevin Ottens2015-12-013-21/+28
* Remove unused enumKevin Ottens2015-11-301-11/+0
* QCollisionQueryResult: Use implicit sharingAndy Nichols2015-11-273-10/+73
* Unit tests for QTransformPaul Lemire2015-11-251-0/+3
* QTransform: add rotateAround helperPaul Lemire2015-11-252-0/+12
* QScheduler::update renamed to something giving more insightPaul Lemire2015-11-243-3/+3
* QRayCastingService improvementsPaul Lemire2015-11-242-2/+4
* Fix data race with dirty flags set from property change eventsSean Harmer2015-11-231-5/+11
* Doc: Fix QDoc warnings and do further cleanupTopi Reinio2015-11-237-70/+64
* Remove aspect enumsMike Krus2015-11-214-26/+7
* QRay3D: add a distance propertyPaul Lemire2015-11-202-7/+23
* QBoundingVolume: add triangle typePaul Lemire2015-11-201-1/+2
* Remove QAbstractTransform and friendsSean Harmer2015-11-1722-1671/+0
* Remove transforms property of QTransformSean Harmer2015-11-176-151/+72
* Setting matrix property to decompose to S, R, TSean Harmer2015-11-175-11/+233
* Add some more quaternion helpers to QTransformSean Harmer2015-11-162-0/+37
* Add convenience API for creating quaternions for the rotation propertySean Harmer2015-11-162-0/+13
* Rename orthogonal projection to orthographic projectionSean Harmer2015-11-164-9/+9
* Change scale property to scale3D and provide uniform scale propertySean Harmer2015-11-162-7/+28
* Update backend Transform properties from frontend changesSean Harmer2015-11-161-0/+3
* Add scale, rotation and translation properties to QTransformSean Harmer2015-11-163-2/+75
* QAspectJob: add method to clear dependenciesPaul Lemire2015-11-162-0/+21
* QAbstractAspect: only register if arbiter no nullPaul Lemire2015-11-161-4/+6
* QResourcesManager: use const in NonLocking LockerPaul Lemire2015-11-161-1/+1
* QBackendNode: make d-pointer protectedPaul Lemire2015-11-161-1/+2
* QAbstractAspect: make registerBackendType publicPaul Lemire2015-11-161-4/+4
* Doc: Documentation clean upVenugopal Shivashankar2015-11-065-5/+5
* Qt3DCore::QObservableInterface: make an explicit private exportAndy Nichols2015-10-301-1/+2
* Qt3DCore::QLockableObserverInterface: make an explicit private exportAndy Nichols2015-10-301-1/+2
* Qt3DCore::QNodePrivate: make an explicit private exportAndy Nichols2015-10-301-2/+2
* Qt3DCore::QEntityPrivate: make an explicit private exportAndy Nichols2015-10-301-2/+2
* Qt3DCore::QComponentPrivate: make an explicit private exportAndy Nichols2015-10-301-2/+2
* Add missing Q_DECL_OVERRIDE's for RunnableInterface subclassesAndy Nichols2015-10-301-2/+2
* QAspectJobManager: Remove remaining THREAD_WEAVER code blocksAndy Nichols2015-10-303-113/+0
* Qt3DCore::QAbstractBufferPrivate: make an explicit private exportAndy Nichols2015-10-301-2/+2
* Qt3DCore::QAbstractAttributePrivate: make an explicit private exportAndy Nichols2015-10-301-2/+2
* Qt3DCore::QCameraLensPrivate: Remove unnecessary exportAndy Nichols2015-10-301-1/+1
* Qt3DCore::QCameraPrivate: Remove export of private classAndy Nichols2015-10-301-1/+1
* QAspectManager: Explicitly mark as private APIAndy Nichols2015-10-301-2/+2
* d-pointer classes, private/public changesTomi Korpipää2015-10-308-22/+141
* Doc: Move the doc artifacts outside of the submodule directoryVenugopal Shivashankar2015-10-2814-2600/+0
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-281-1/+2
|\
| * Make QAspectThread private5.5Paul Lemire2015-10-124-8/+7
* | Doc: Updated the docs for the namespace changesVenugopal Shivashankar2015-10-274-10/+20
* | QNode: Introduce enabled propertyAndy Nichols2015-10-279-42/+35
* | QPostman: replace qSharedPointerDynamicCast by qSharedPointerCastPaul Lemire2015-10-261-1/+1