summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qaspectmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expose number of jobs is last updateMike Krus2019-12-171-1/+2
* Implement getting list of aspects from system information classMike Krus2019-12-131-2/+3
* Make tracing a runtime optionMike Krus2019-12-131-50/+41
* Make NodeRelationshipChange struct privateMike Krus2019-12-061-2/+2
* Revert "Fix post FF API changes"Mike Krus2019-12-031-2/+2
* Fix frame advance serviceMike Krus2019-10-281-1/+5
* Fix post FF API changesMike Krus2019-10-221-2/+2
* Fix Coverity warningsMike Krus2019-10-211-0/+1
* Remove use of node/components added/removed messagesMike Krus2019-10-041-0/+7
* Add accessor to retrieve frontend node from an idMike Krus2019-10-021-0/+19
* Process pending nodes needing _q_postConstructorInit at start of frameJim Albamont2019-09-181-0/+9
* Use direct access to remove backend nodesPaul Lemire2019-09-161-9/+80
* Use sync method when initializing new backend nodesMike Krus2019-08-291-2/+9
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-281-0/+6
* QAspectEngine: add run loop driving modesPaul Lemire2019-08-071-4/+13
* Remove the Aspect ThreadPaul Lemire2019-08-071-133/+132
* 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