summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qabstractaspect.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the QT3D_REGISTER_*_ASPECT macros to QAbstractAspectKevin Ottens2015-12-011-0/+26
* Remove unused enumKevin Ottens2015-11-301-11/+0
* Remove aspect enumsMike Krus2015-11-211-3/+1
* QAbstractAspect: make registerBackendType publicPaul Lemire2015-11-161-4/+4
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-5/+5
* Add onStartup() and onShutdown() virtuals to QAbstractAspectSean Harmer2015-08-061-0/+2
* Make it possible for aspects to detect when being shutdownSean Harmer2015-08-061-0/+2
* Remove unnecessary metatype declarationsSean Harmer2015-06-081-2/+0
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Introduce QBackendNodeFactoryKevin Ottens2015-02-081-1/+3
* Add QServiceLocator and skeleton system and OpenGL info servicesSean Harmer2015-01-281-0/+2
* Remove unneeded forward declareKevin Ottens2015-01-231-3/+0