summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qentity.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-281-2/+2
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-151-1/+21
|\
| * Fix removal of components when they are destroyedMike Krus2019-05-281-1/+21
* | Merge remote-tracking branch 5.12 into 5.13Paul Lemire2019-04-261-0/+15
|\|
| * Fix Entity parenting hierarchyJim Albamont2019-04-041-0/+15
* | Merge branch '5.12' into 5.13Paul Lemire2019-04-021-0/+2
|\|
| * Make sure backend node is created when component is added to Entityv5.12.2Svenn-Arne Dragly2019-02-221-0/+2
| * Add private API to access child nodes of QEntity and QFrameGraphNodeSvenn-Arne Dragly2018-09-031-0/+16
* | Add an easy way to get a particular component from an entityJuan Jose Casafranca2018-09-191-0/+7
* | Add private API to access child nodes of QEntity and QFrameGraphNodeSvenn-Arne Dragly2018-08-261-0/+16
|/
* Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-161-1/+3
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-6/+7
* QEntity::createNodeCreationChange fixPaul Lemire2016-10-051-2/+2
* Update QEntity docsAntti Määttä2016-09-021-21/+23
* Shared node bookkeepingPaul Lemire2016-05-231-3/+12
* Use some constructor delegationMarc Mutz2016-05-141-3/+1
* De-inline Q{Node,Component,Entity}Private dtorsMarc Mutz2016-05-141-0/+4
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-1/+1
* Set QObject parent immediately and defer backend notificationsSean Harmer2016-05-091-5/+6
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-1/+1
* Strip out cloning subsystemSean Harmer2016-04-291-21/+0
* QNode: make cleanup a private slotPaul Lemire2016-04-231-1/+1
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-1/+1
* Use new component added/removed changesSean Harmer2016-04-201-16/+8
* QEntity creates creation changesSean Harmer2016-03-221-0/+18
* Rename to QMouseInput to QMouseHandlerMike Krus2016-03-051-1/+1
* core: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-02-291-1/+1
* Remove quadratic complexity in ~QEntitiyMarc Mutz2016-02-291-1/+5
* QComponentList -> QComponentVectorPaul Lemire2016-02-221-2/+2
* QEntity: remove removeAllComponentsPaul Lemire2016-02-221-11/+3
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-4/+6
|\
| * 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/+6
* | Unify license header usageAntti Kokko2016-01-261-11/+14
|/
* Make parentEntityId privateKevin Ottens2015-12-181-6/+6
* Remove QAbstractTransform and friendsSean Harmer2015-11-171-2/+0
* QNode: Introduce enabled propertyAndy Nichols2015-10-271-2/+0
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-23/+23
* QScene is now privatePaul Lemire2015-07-061-1/+1
* QNode parent changesPaul Lemire2015-06-111-13/+33
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-201-4/+3
* QEntity: doc fix, added missing * to properly close commentPaul Lemire2015-04-241-1/+1
* QEntity: some doc addedPaul Lemire2015-04-231-0/+48
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+5
* ChangeArbiter/SceneChange: use id as change subjectPaul Lemire2015-02-281-2/+2
* Fix: remove QByteArrayLiteral used when setting SceneChange property namesPaul Lemire2015-02-281-2/+2
* Copyright header change.Mika Salmela2015-02-091-19/+14
* On component removal only deal with the idKevin Ottens2015-01-281-2/+8
* Print warning when Component shareable violatedPaul Lemire2015-01-241-1/+4
* Fix dynamic reparenting issuesPaul Lemire2015-01-101-1/+4