summaryrefslogtreecommitdiffstats
path: root/src/core/nodes
Commit message (Expand)AuthorAgeFilesLines
* QBackendNode make simple getter Q_DECL_NOEXCEPTPaul Lemire2016-01-132-4/+4
* Move the signals earlier in definitionKevin Ottens2015-12-182-8/+8
* Make parentEntityId privateKevin Ottens2015-12-183-7/+8
* Make QBackendNodeFactory privateKevin Ottens2015-12-171-1/+1
* Make QNodeVisitor work with non-void functionsKevin Ottens2015-12-161-15/+15
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-094-8/+12
* Make QNodeVisitor privateKevin Ottens2015-12-035-279/+211
* Doc: Fix QDoc warnings and do further cleanupTopi Reinio2015-11-231-30/+29
* Remove QAbstractTransform and friendsSean Harmer2015-11-171-2/+0
* QBackendNode: make d-pointer protectedPaul Lemire2015-11-161-1/+2
* Doc: Documentation clean upVenugopal Shivashankar2015-11-061-1/+1
* 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
* d-pointer classes, private/public changesTomi Korpipää2015-10-304-12/+109
* QNode: Introduce enabled propertyAndy Nichols2015-10-279-42/+35
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-1319-130/+130
* Add "We mean it" warnings to private headersSean Harmer2015-10-136-1/+57
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-132-2/+2
* Create proper Quick extended classes in scene loadersLaszlo Agocs2015-08-204-4/+141
* Merge remote-tracking branch 'origin/5.5' into devAndy Nichols2015-08-175-32/+35
|\
| * Do not add duplicate entities to the component-to-entities mapLaszlo Agocs2015-08-022-6/+10
| * Scene3D: Properly handle shutdowns with QtQuick LoadersPaul Lemire2015-07-231-0/+3
| * QNode clone: copy the object namePaul Lemire2015-07-121-1/+3
| * QChangeArbiter/QPostMan: batch frontend changesPaul Lemire2015-07-122-4/+8
| * QScene is now privatePaul Lemire2015-07-065-19/+8
| * Properly shutdown the rendererPaul Lemire2015-07-061-1/+2
| * QComponent: replace dynamic_cast with static_castPaul Lemire2015-07-021-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-299-89/+314
|\|
| * QNodeVisitor make sure to never visit a null nodePaul Lemire2015-06-281-2/+3
| * Merge branch '5.5.0' into 5.5Sean Harmer2015-06-212-4/+0
| |\
| | * Remove unnecessary metatype declarationsSean Harmer2015-06-082-4/+0
| * | QNode parent changesPaul Lemire2015-06-119-84/+312
* | | Merge branch '5.5' into devSean Harmer2015-06-059-26/+188
|\| |
| * | doc: Remove uses of \returnsMartin Smith2015-06-051-1/+1
| |/
| * Properly initialize q_ptr (or avoid where it is not needed)Konstantin Ritt2015-05-202-4/+6
| * Do not pass `this` to Private c-torKonstantin Ritt2015-05-206-12/+10
| * Do not initialize q_ptr in classes derived from QObjectPrivateKonstantin Ritt2015-05-202-3/+3
| * QAbstractTextureProvider add unique propertyPaul Lemire2015-05-151-1/+2
| * Doc: Add Qt3D QML module and QML type documentation skeletonv5.5.0-beta1Topi Reinio2015-04-291-0/+16
| * QEntity: doc fix, added missing * to properly close commentPaul Lemire2015-04-241-1/+1
| * QComponent: completed docPaul Lemire2015-04-231-7/+27
| * QEntity: some doc addedPaul Lemire2015-04-231-0/+48
| * QNode: add some documentationPaul Lemire2015-04-231-2/+59
| * Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-144-0/+20
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-178-37/+37
|\|
| * Prefer q_func() over direct access to q_ptrKonstantin Ritt2015-03-162-5/+5
| * QBackendNodeFunctor: get and destroy now take a QNodeIdPaul Lemire2015-02-281-2/+2
| * ChangeArbiter/SceneChange: use id as change subjectPaul Lemire2015-02-283-10/+7
| * Fix: remove QByteArrayLiteral used when setting SceneChange property namesPaul Lemire2015-02-283-6/+6