summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qcomponent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-281-2/+2
* Fix removal of components when they are destroyedMike Krus2019-05-281-1/+4
* Doc: Fix various documentation warningsTopi Reinio2018-11-071-1/+1
* Doc: Add doc to undocumented methodsNico Vertriest2018-11-011-0/+11
* Fix componentAdded/componentRemoved notifications dispatch to componentsMike Krus2018-01-261-2/+2
* Merge branch '5.8' into 5.9Sean Harmer2017-04-021-3/+5
|\
| * Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-3/+5
* | Notify components of aggregation changesMike Krus2017-01-241-3/+11
|/
* 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
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-2/+2
* Strip out cloning subsystemSean Harmer2016-04-291-11/+0
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-1/+1
* Added the rest of Qt3DCore doc skeletonsTomi Korpipää2016-04-211-5/+7
* Use new component added/removed changesSean Harmer2016-04-201-16/+2
* core: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-02-291-2/+3
* QComponent: rename shareabe getter to isShareablePaul Lemire2016-02-221-2/+2
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-4/+3
|\
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-251-4/+0
| * Doc: Add skeletal doc structure for the Transform QML typeVenugopal Shivashankar2016-01-221-0/+3
* | Unify license header usageAntti Kokko2016-01-261-11/+14
|/
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-091-1/+1
* Doc: Documentation clean upVenugopal Shivashankar2015-11-061-1/+1
* QNode: Introduce enabled propertyAndy Nichols2015-10-271-32/+0
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-16/+16
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-1/+1
* Merge remote-tracking branch 'origin/5.5' into devAndy Nichols2015-08-171-3/+3
|\
| * Do not add duplicate entities to the component-to-entities mapLaszlo Agocs2015-08-021-1/+1
| * QScene is now privatePaul Lemire2015-07-061-1/+1
| * QComponent: replace dynamic_cast with static_castPaul Lemire2015-07-021-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-291-1/+12
|\|
| * QNode parent changesPaul Lemire2015-06-111-1/+12
* | Merge branch '5.5' into devSean Harmer2015-06-051-10/+51
|\|
| * doc: Remove uses of \returnsMartin Smith2015-06-051-1/+1
| * Do not pass `this` to Private c-torKonstantin Ritt2015-05-201-3/+3
| * Doc: Add Qt3D QML module and QML type documentation skeletonv5.5.0-beta1Topi Reinio2015-04-291-0/+16
| * QComponent: completed docPaul Lemire2015-04-231-7/+27
| * Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+5
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-171-4/+4
|\|
| * 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
* | Doc: link and qdoc errors Qt3DNico Vertriest2015-03-111-3/+3
|/
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Cleanup entities component lists on destructionKevin Ottens2015-01-281-0/+6
* QComponent: add the enabled propertyPaul Lemire2015-01-241-1/+50
* Change uuid -> id as it really isn't universally unique any longerSean Harmer2014-12-191-2/+2
* QComponent: add array of referenced entitiesPaul Lemire2014-11-141-0/+39
* Automate the NodeUpdated notificationsKevin Ottens2014-10-151-7/+0
* Get rid of ComponentUpdatedKevin Ottens2014-10-151-1/+1