summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qabstractaspect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable threaded rendering macOS 10.14 and laterMike Krus2019-11-141-0/+5
* Fix post FF API changesMike Krus2019-10-221-21/+9
* Remove use of node/components added/removed messagesMike Krus2019-10-041-0/+108
* Use direct access to remove backend nodesPaul Lemire2019-09-161-53/+36
* Remove QBackendNodeFactory since it's no longer neededMike Krus2019-09-051-7/+0
* Use sync method when initializing new backend nodesMike Krus2019-08-291-33/+56
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-281-3/+99
* Doc: Add QT3D_REGISTER_ASPECT macro documentationPaul Wicking2018-11-061-0/+20
* Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-161-7/+1
* Prevent potential containers detachingMike Krus2018-01-141-1/+2
* Initialize QBackendNodes after setting arbiterJan Marker2017-07-181-2/+3
* Add support for single shot jobsMike Krus2017-05-221-1/+16
* Merge branch '5.8' into 5.9Sean Harmer2017-04-021-7/+9
|\
| * Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-7/+9
* | Load render pluginsAntti Määttä2017-01-271-0/+6
|/
* Doc: Specify #include path for each \classTopi Reinio2016-12-071-0/+1
* Add AspectCommandDebuggerPaul Lemire2016-07-051-0/+23
* Unit tests for layer filtering jobPaul Lemire2016-07-021-1/+1
* Do not create OpenGL context until render aspect is registeredSean Harmer2016-07-011-0/+6
* initializeFromPeer last when creating backend nodeKevin Ottens2016-05-231-1/+3
* Use some constructor delegationMarc Mutz2016-05-141-3/+2
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-1/+1
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-8/+8
* QAbstractAspect: remove all traces of cloningPaul Lemire2016-05-011-58/+5
* QAbstractAspect: remove cloning code pathPaul Lemire2016-05-011-28/+6
* De-inline some polymorphic dtorsMarc Mutz2016-04-281-0/+11
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-3/+3
* Added the rest of Qt3DCore doc skeletonsTomi Korpipää2016-04-211-33/+51
* Add some categorized debugging to QAbstractAspect node operationsSean Harmer2016-04-151-4/+5
* Move enabled property to QBackendNodePaul Lemire2016-04-141-6/+7
* Add branches to optionally use the no cloning approach in aspectsSean Harmer2016-04-121-11/+21
* Add no cloning version of QAbstractAspectPrivate::clearBackendNode()Sean Harmer2016-04-121-0/+32
* Query cloning vs no cloning once (per aspect)Sean Harmer2016-04-121-2/+2
* Add setPeer() function to QBackendNodeSean Harmer2016-03-221-1/+3
* Hook up some machinery ready for testing the no cloning approachSean Harmer2016-03-221-3/+48
* Add QAbstractAspectPrivate::onEngineAboutToShutdown() virtualSean Harmer2016-03-201-0/+8
* Remove QAbstractAspect::onCleanup()Sean Harmer2016-03-171-4/+0
* Remove QAbstractAspect::onRootEntityChangedSean Harmer2016-03-171-7/+1
* Add rootEntityId() functionSean Harmer2016-03-171-0/+9
* Start improving the startup/shutdown code pathsSean Harmer2016-03-171-0/+2
* Rename onStartup/onShutdownSean Harmer2016-03-161-2/+2
* Add QAbstractAspect::onUnregistered() virtual functionSean Harmer2016-03-161-10/+24
* Rename QAbstractAspect::onInitialized() to onRegistered()Sean Harmer2016-03-161-1/+7
* QAbstractAspect: make virtuals non-pureMike Krus2016-03-121-0/+14
* QBackendNode::peerUuid() renamed to peerId()Paul Lemire2016-03-051-4/+4
* QBackendNodeFunctor -> QBackendNodeMapperPaul Lemire2016-02-231-5/+5
* Use QMetaObject* as key in the backend creator functor hash directly.Volker Krause2016-02-191-9/+3
* Removed factory member variableRobert Brock2016-02-071-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-6/+19
|\
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-251-4/+0