summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qaspectengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not initialize q_ptr in classes derived from QObjectPrivateKonstantin Ritt2015-05-201-3/+2
* [QAspectEngine] Initialize properly and do not leak resourcesKonstantin Ritt2015-05-191-3/+12
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+5
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Add convenience to register aspects by nameKevin Ottens2015-01-251-0/+25
* Print warning when Component shareable violatedPaul Lemire2015-01-241-1/+4
* Allow to query the aspects on the engineKevin Ottens2015-01-231-0/+7
* Allow the scene to know its engineKevin Ottens2015-01-231-1/+1
* Change uuid -> id as it really isn't universally unique any longerSean Harmer2014-12-191-1/+1
* corelogging.h -> corelogging_p.hSean Harmer2014-11-181-1/+1
* Cleanly exit the render threadSean Harmer2014-11-171-0/+1
* Shutdown the aspect engine before destructionSean Harmer2014-11-171-0/+5
* Aspects: onInitialize now takes a QVariantMapPaul Lemire2014-11-141-3/+3
* Release the TLS for the main thread's change queue in the arbiterSean Harmer2014-11-031-1/+3
* Cleanup the scene before quitting the backendSean Harmer2014-11-021-0/+8
* QAspectEngine owns the root of the sceneSean Harmer2014-11-021-6/+32
* Disable debug output by default for Qt3DSean Harmer2014-10-261-0/+4
* QAspectEngine/QAspectManager: setWindow -> setSurfacePaul Lemire2014-10-181-3/+3
* QAspectManager made privatePaul Lemire2014-10-171-1/+1
* QChangeArbiter and Observers/Observables made privatePaul Lemire2014-10-171-1/+1
* QNode refactoringPaul Lemire2014-10-031-3/+7
* QChangeArbiter/QScene refactoringPaul Lemire2014-09-301-2/+2
* QSceneInterface method to add Component/Entities lookupPaul Lemire2014-09-301-0/+7
* QChangeArbiter overhauledPaul Lemire2014-09-291-0/+4
* QScene implements QSceneInterfacePaul Lemire2014-09-281-5/+5
* Renamed QSceneLookup to QScenePaul Lemire2014-09-281-2/+2
* Use QSceneLookup in QNode and QPostmanPaul Lemire2014-09-281-23/+7
* Renamed QFrontendSceneObserver to QPostmanPaul Lemire2014-09-281-8/+8
* QAspectEngine QNode lookup tablePaul Lemire2014-09-151-2/+34
* Register frontend QSceneObserverInterface with QChangeArbiterPaul Lemire2014-09-151-1/+6
* Removed unneeded include from QAspectEnginePaul Lemire2014-08-141-1/+0
* Ground work to have a proper shutdownPaul Lemire2014-07-201-0/+5
* QAspectManager::setRoot() uses Qt::BlockingQueuedConnectionSean Harmer2014-07-111-8/+4
* Move aspects to the aspect thread when registering themSean Harmer2014-07-111-0/+2
* Make registering an aspect synchronousSean Harmer2014-07-111-0/+1
* QAspectManager::registerAspect takes QAbstractAspect*Paul Lemire2014-07-091-2/+3
* QAspectEngine d-pointeredPaul Lemire2014-07-091-11/+32
* Renamed AbstractAspect to QAbstractAspectPaul Lemire2014-07-091-1/+1
* QLoggingCategories added to CorePaul Lemire2014-05-301-4/+4
* Fix builds with namespaced QtSean Harmer2014-04-021-0/+4
* Rendering Aspect to dedicated Qt3D module library.Paul Lemire2014-03-251-2/+19
* Separated sources in subfolders so as to have a clearer view of the codePaul Lemire2014-02-261-0/+88