summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qabstractaspect.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Doc: Removed Qt3DCollision namespace and module docsVenugopal Shivashankar2016-01-211-2/+19
* | Unify license header usageAntti Kokko2016-01-261-11/+14
* | QInputAspect: create EventSourceSetterHelper in main threadPaul Lemire2016-01-221-0/+8
|/
* Make QAspectJobProviderInterface privateKevin Ottens2015-12-171-0/+6
* Make QSceneObserverInterface privateKevin Ottens2015-12-171-6/+4
* Make QBackendNodeFactory privateKevin Ottens2015-12-171-8/+8
* Make clearBackendNode privateKevin Ottens2015-12-171-6/+6
* Get rid of isShuttingDown()Kevin Ottens2015-12-171-6/+0
* Move services() and jobManager() to the pimplKevin Ottens2015-12-171-6/+4
* Move QAbstractAspect::registerAspect() to the pimplKevin Ottens2015-12-171-6/+6
* Remove QAbstractAspect::setRootEntityKevin Ottens2015-12-171-7/+9
* Remove dead codeKevin Ottens2015-12-161-15/+0
* visitNode is not needed as virtual anymoreKevin Ottens2015-12-161-7/+2
* Make QNodeVisitor privateKevin Ottens2015-12-031-1/+1
* Factor out in QAbstractAspect common behaviorKevin Ottens2015-12-031-0/+30
* Add command support on aspects and QAspectEngineKevin Ottens2015-12-021-0/+6
* Remove aspect enumsMike Krus2015-11-211-9/+1
* QAbstractAspect: only register if arbiter no nullPaul Lemire2015-11-161-4/+6
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-4/+4
* Add a new Logic aspect to allow synchronous operationsSean Harmer2015-08-061-1/+1
* Add onStartup() and onShutdown() virtuals to QAbstractAspectSean Harmer2015-08-061-0/+8
* Make it possible for aspects to detect when being shutdownSean Harmer2015-08-061-0/+6
* QScene is now privatePaul Lemire2015-07-061-1/+1
* Make QAspectJobManager and base class privateSean Harmer2015-06-101-1/+1
* Do not initialize q_ptr in classes derived from QObjectPrivateKonstantin Ritt2015-05-201-3/+2
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+5
* Doc: Review doc Qt3DNico Vertriest2015-03-161-1/+1
* Fix MSVC warnings.Friedemann Kleint2015-03-121-1/+1
* QBackendNodeFunctor: get and destroy now take a QNodeIdPaul Lemire2015-02-281-4/+4
* Copyright header change.Mika Salmela2015-02-091-19/+14
* QAbstractAspect: Fix in createBackendNodePaul Lemire2015-02-081-0/+1
* Make QBackendNode use QBackendNodeFactoryKevin Ottens2015-02-081-1/+1
* Add QServiceLocator and skeleton system and OpenGL info servicesSean Harmer2015-01-281-0/+8
* Small tweaks to QAbstractAspect docsSean Harmer2014-12-221-0/+5
* Optimize: Do not allocate QStrings for the QMetaObject class names.Milian Wolff2014-12-091-4/+10
* More work towards a clean shutdownSean Harmer2014-11-031-1/+1
* QJobManager: renamed to QAspectJobManagerPaul Lemire2014-10-181-1/+1
* QJobManagerInterface renamed to QAspectJobManagerInterfacePaul Lemire2014-10-181-1/+1