summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qaspectmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid busy loop in QAspectManager while simulation loop is not startedMauro Persano2018-07-041-35/+36
* Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-201-1/+5
* Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-161-0/+2
* Properly use QT_CONFIG for Qt3D profiling optionsPaul Lemire2017-08-031-2/+2
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-16/+16
* Fix race in QAspectManager when shutting downPaul Lemire2017-01-101-1/+18
* QAspectManager: add stat trace for arbiter sync timePaul Lemire2016-12-151-0/+14
* Allow the QtQuick + Scene3D case to shutdown cleanlySean Harmer2016-05-201-1/+7
* Allow the backend chance to process any final changes during shutdownSean Harmer2016-05-201-0/+11
* Unregister aspects when shutting downSean Harmer2016-05-181-0/+20
* Fix deadlock when quitting aspect managerJanne Koskinen2016-05-181-0/+4
* Qt3DCore: eradicate remaining Q_FOREACH loopMarc Mutz2016-05-141-1/+1
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-2/+2
* QVectorize QAspectManagerRobert Brock2016-04-191-1/+1
* Hook up some machinery ready for testing the no cloning approachSean Harmer2016-03-221-2/+2
* Set objectName for aspects to help with debug outputSean Harmer2016-03-201-2/+6
* Add QAbstractAspectPrivate::onEngineAboutToShutdown() virtualSean Harmer2016-03-201-0/+12
* Remove QAbstractAspect::onCleanup()Sean Harmer2016-03-171-6/+4
* Remove QAbstractAspect::onRootEntityChangedSean Harmer2016-03-171-1/+1
* Start improving the startup/shutdown code pathsSean Harmer2016-03-171-25/+44
* Rename onStartup/onShutdownSean Harmer2016-03-161-2/+2
* Rename QAbstractAspect::onInitialized() to onRegistered()Sean Harmer2016-03-161-2/+3
* QAspectManager: eradicate Q_FOREACH loopsMarc Mutz2016-03-011-6/+5
* Add some optional timing loggingSean Harmer2016-02-191-0/+10
* Unify license header usageAntti Kokko2016-01-261-11/+14
* QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-221-15/+2
* Fix race on QAspectManager shutdownMauro Persano2016-01-081-0/+4
* Make QSceneObserverInterface privateKevin Ottens2015-12-171-2/+2
* Move QAbstractAspect::registerAspect() to the pimplKevin Ottens2015-12-171-1/+1
* Turn all services private for nowKevin Ottens2015-12-121-2/+2
* QScheduler::update renamed to something giving more insightPaul Lemire2015-11-241-1/+1
* Fix data race with dirty flags set from property change eventsSean Harmer2015-11-231-5/+11
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-3/+3
* Add onStartup() and onShutdown() virtuals to QAbstractAspectSean Harmer2015-08-061-1/+18
* Make it possible for aspects to detect when being shutdownSean Harmer2015-08-061-0/+5
* Make qtickclockservice header privateSean Harmer2015-08-031-1/+1
* Scene3D: Properly handle shutdowns with QtQuick LoadersPaul Lemire2015-07-231-1/+1
* Properly shutdown the rendererPaul Lemire2015-07-061-0/+16
* QAbstractFrameAdvanceService: add start/stop methodsPaul Lemire2015-06-291-1/+5
* Use tick clock service by default via service provider mechanismSean Harmer2015-06-281-13/+4
* Introduce QAbstractFrameAdvanceService and QTickClockServicePaul Lemire2015-06-271-13/+15
* Make QAspectJobManager and base class privateSean Harmer2015-06-101-2/+2
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Add QServiceLocator and skeleton system and OpenGL info servicesSean Harmer2015-01-281-0/+9
* Make QTickClock privateSean Harmer2014-11-191-1/+1
* Make QScheduler privateSean Harmer2014-11-191-1/+1
* corelogging.h -> corelogging_p.hSean Harmer2014-11-181-1/+1
* Aspects: onInitialize now takes a QVariantMapPaul Lemire2014-11-141-9/+7
* More work towards a clean shutdownSean Harmer2014-11-031-2/+2
* QAspectEngine owns the root of the sceneSean Harmer2014-11-021-6/+1