summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qabstractaspect.h
Commit message (Expand)AuthorAgeFilesLines
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-021-1/+1
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-021-1/+1
* Add support for aspects depending on other aspectsMike Krus2020-03-021-0/+1
* Add public API for working with jobsMike Krus2020-03-021-0/+4
* Remove deprecated classes and functionsPaul Lemire2020-02-111-11/+0
* Make NodeRelationshipChange struct privateMike Krus2019-12-061-3/+0
* Revert "Fix post FF API changes"Mike Krus2019-12-031-0/+12
* Fix post FF API changesMike Krus2019-10-221-12/+0
* Update QScene2D to use direct syncMike Krus2019-10-141-1/+1
* Remove use of node/components added/removed messagesMike Krus2019-10-041-0/+2
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-281-1/+12
* Switch export macros to standard formKai Koehne2019-04-021-3/+3
* Add support for single shot jobsMike Krus2017-05-221-0/+2
* Merge branch '5.8' into 5.9Sean Harmer2017-04-021-2/+2
|\
| * Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-2/+2
* | Load render pluginsAntti Määttä2017-01-271-0/+9
|/
* QAspectFactory_addDefaultFactory: keep QString based functionPaul Lemire2016-11-141-0/+1
* QAspectFactory: use QLatin1String instead of QStringPaul Lemire2016-07-011-2/+2
* QT3D_REGISTER_ASPECT: prepend QAbstractAspect return type with Qt3DCorePaul Lemire2016-06-301-1/+1
* Add more explicitMarc Mutz2016-05-141-1/+1
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-2/+2
* De-inline some polymorphic dtorsMarc Mutz2016-04-281-0/+1
* Merge branch '5.6' into 5.7Sean Harmer2016-04-161-2/+2
|\
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-011-2/+2
* | Remove QAbstractAspect::onCleanup()Sean Harmer2016-03-171-2/+0
* | Remove QAbstractAspect::onRootEntityChangedSean Harmer2016-03-171-2/+0
* | Add rootEntityId() functionSean Harmer2016-03-171-0/+3
* | Rename onStartup/onShutdownSean Harmer2016-03-161-2/+2
* | Add QAbstractAspect::onUnregistered() virtual functionSean Harmer2016-03-161-0/+2
* | Rename QAbstractAspect::onInitialized() to onRegistered()Sean Harmer2016-03-161-1/+1
* | QAbstractAspect: make virtuals non-pureMike Krus2016-03-121-3/+3
* | QBackendNodeFunctor -> QBackendNodeMapperPaul Lemire2016-02-231-5/+5
* | Unify license header usageAntti Kokko2016-01-261-11/+14
* | QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-221-1/+1
|/
* Make QAspectJobProviderInterface privateKevin Ottens2015-12-171-4/+5
* Make QSceneObserverInterface privateKevin Ottens2015-12-171-5/+0
* Make QBackendNodeFactory privateKevin Ottens2015-12-171-5/+0
* Make clearBackendNode privateKevin Ottens2015-12-171-1/+0
* executeCommand is meant to be reimpl not calledKevin Ottens2015-12-171-2/+4
* Get rid of isShuttingDown()Kevin Ottens2015-12-171-2/+0
* Move services() and jobManager() to the pimplKevin Ottens2015-12-171-5/+0
* Move QAbstractAspect::registerAspect() to the pimplKevin Ottens2015-12-171-2/+0
* Remove QAbstractAspect::setRootEntityKevin Ottens2015-12-171-3/+4
* Remove dead codeKevin Ottens2015-12-161-1/+0
* visitNode is not needed as virtual anymoreKevin Ottens2015-12-161-2/+0
* Only aspect subclasses register backend typesKevin Ottens2015-12-161-4/+4
* Make sceneNodeAdded/Removed privateKevin Ottens2015-12-161-3/+3
* Factor out in QAbstractAspect common behaviorKevin Ottens2015-12-031-1/+7
* Add command support on aspects and QAspectEngineKevin Ottens2015-12-021-0/+2
* QAspectFactory can now also give registered name of an aspectKevin Ottens2015-12-011-2/+2