summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qaspectmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* QAspectManager: avoid a temporary listAurélien Brooke2024-01-221-8/+5
* Readability: use empty() instead of size() to check for emptinessAurélien Brooke2024-01-131-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-8/+8
* Qt3DCore: includemocsMike Krus2022-06-221-0/+2
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Replace all implicit container move and clear by an explicit functionPaul Lemire2021-02-241-1/+2
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-9/+9
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-1/+1
* Introduce QCoreAspectMike Krus2020-04-091-0/+9
* Track dirty state on front end nodesMike Krus2020-04-071-0/+9
* Add support for aspects depending on other aspectsMike Krus2020-03-021-0/+7
* Add public API for working with jobsMike Krus2020-03-021-1/+1
* Fix build without feature.animationTasuku Suzuki2020-02-281-0/+2
* Merge remote-tracking branch 5.15 into devMike Krus2020-02-171-1/+8
|\
| * Add ability to dump job graph to dot fileMike Krus2020-02-141-1/+8
* | Remove deprecated classes and functionsPaul Lemire2020-02-111-11/+2
|/
* Clean up tracing codeMike Krus2020-01-271-12/+5
* Merge remote-tracking branch 5.14 into 5.15Mike Krus2020-01-251-3/+45
|\
| * Use animation rather than event to drive simulationMike Krus2020-01-131-3/+45
* | 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