summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qaspectengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-251-4/+0
* | Unify license header usageAntti Kokko2016-01-261-11/+14
* | QInputAspect: create EventSourceSetterHelper in main threadPaul Lemire2016-01-221-0/+1
* | QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-221-15/+5
* | QInputAspect/InputHandler: add EventSourceSetterHelper memberPaul Lemire2016-01-191-12/+3
|/
* Remove initialize/shutdown from APIv5.6.0-beta1Kevin Ottens2015-12-141-17/+19
* Make the p-impl really privateKevin Ottens2015-12-121-12/+0
* Move initNodeTree to the p-implKevin Ottens2015-12-121-3/+3
* Turn all services private for nowKevin Ottens2015-12-121-2/+2
* Make QNodeVisitor privateKevin Ottens2015-12-031-1/+1
* Add command support on aspects and QAspectEngineKevin Ottens2015-12-021-0/+31