summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qaspectengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-091-0/+2
|\
| * Qt3DCore: includemocsMike Krus2022-07-121-0/+2
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-231-19/+19
|/
* Update commercial license headersTarja Sundqvist2021-02-021-19/+19
* Rework Scene3D to fix potential crash on shutdownPaul Lemire2020-08-251-1/+2
* Add ability to dump job graph to dot fileMike Krus2020-02-141-0/+4
* Move AspectCommandDebugger to system service, activate command executerMike Krus2019-12-171-12/+0
* Implement getting list of aspects from system information classMike Krus2019-12-131-10/+4
* Process pending nodes needing _q_postConstructorInit at start of frameJim Albamont2019-09-181-0/+1
* Use direct access to remove backend nodesPaul Lemire2019-09-161-0/+22
* Use sync method when initializing new backend nodesMike Krus2019-08-291-5/+35
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-281-8/+3
* QAspectEngine: add run loop driving modesPaul Lemire2019-08-071-0/+31
* Remove the Aspect ThreadPaul Lemire2019-08-071-33/+12
* Replace QLatin1Literal with QLatin1StringGiuseppe D'Angelo2019-06-111-2/+2
* Doc: Add QT3D_REGISTER_ASPECT macro documentationPaul Wicking2018-11-061-2/+2
* Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-161-1/+1
* Properly use QT_CONFIG for Qt3D profiling optionsPaul Lemire2017-08-031-5/+5
* Normalize Q_ARG to avoid temporary memory allocationsSergio Martins2017-06-031-3/+3
* Scene2D cleanup - register pick events when scene is initializedAntti Määttä2017-05-091-1/+1
* Qt3D: add configure option for jobs and GL profilingPaul Lemire2017-04-051-1/+5
* Merge branch '5.8' into 5.9Sean Harmer2017-04-021-16/+15
|\
| * Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-16/+15
* | Don't explicitly disable the Qt3D category loggingLaszlo Agocs2017-03-311-4/+0
* | QDistanceFieldGlyphCache cleanupPaul Lemire2017-02-231-0/+2
|/
* Doc: Specify #include path for each \classTopi Reinio2016-12-071-0/+1
* QAspectEngine: document the Qt3D run loopPaul Lemire2016-08-091-1/+38
* QAspectEngine: use the AspectCommandDebuggerPaul Lemire2016-07-051-0/+8
* QAspectFactory: use QLatin1String instead of QStringPaul Lemire2016-07-011-1/+1
* Doc for core moduleColin Ogilvie2016-06-031-2/+1
* Allow the QtQuick + Scene3D case to shutdown cleanlySean Harmer2016-05-201-1/+11
* Allow the backend chance to process any final changes during shutdownSean Harmer2016-05-201-4/+14
* Unregister aspects when shutting downSean Harmer2016-05-181-1/+13
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-3/+3
* QAspectEngine: replace a Q_FOREACH loop with qDeleteAll()Marc Mutz2016-04-301-2/+1
* Fix memory leaks in aspectsMäättä Antti2016-04-261-0/+6
* Added the rest of Qt3DCore doc skeletonsTomi Korpipää2016-04-211-12/+58
* Add QNodeCreatedChangeGenerator helperSean Harmer2016-04-121-16/+3
* Add QNodeDestroyedChange and send from QNode dtorSean Harmer2016-04-121-0/+7
* Hook up some machinery ready for testing the no cloning approachSean Harmer2016-03-221-1/+5
* Generate a vector of QNodeCreatedChanges at startupSean Harmer2016-03-221-0/+16
* Start improving the startup/shutdown code pathsSean Harmer2016-03-171-17/+22
* Add skeleton unRegisterAspect functions to QAspectEngineSean Harmer2016-03-161-3/+44
* Optimize string handling in QAspectEngine::executeCommand()Marc Mutz2016-02-291-5/+5
* core: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-02-291-3/+4
* QAspectEngine::setRootEntity takes a QSharedPointerPaul Lemire2016-02-221-6/+6
* QAspectEngine replace QList of QAbstractAsprct* by QVectorPaul Lemire2016-02-221-1/+1
* QComponent: rename shareabe getter to isShareablePaul Lemire2016-02-221-1/+1
* Move meta type registration out of the QNode ctor.Volker Krause2016-02-191-0/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-4/+0
|\