summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qabstractaspect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-021-1/+1
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-3/+3
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-021-4/+6
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-2/+2
* Add support for aspects depending on other aspectsMike Krus2020-03-021-0/+5
* Add public API for working with jobsMike Krus2020-03-021-0/+22
* Add QBackendNode::syncFromFrontEnd to public APIMike Krus2020-02-271-5/+5
* Remove deprecated classes and functionsPaul Lemire2020-02-111-200/+38
* Clean up tracing codeMike Krus2020-01-271-2/+5
* Use jobsDone to sync render capture back to frontendMike Krus2019-12-131-2/+2
* Make NodeRelationshipChange struct privateMike Krus2019-12-061-14/+2
* Revert "Fix post FF API changes"Mike Krus2019-12-031-9/+21
* 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