summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qaspectengine
Commit message (Expand)AuthorAgeFilesLines
* Don't include the world for testsMike Krus2020-12-091-1/+3
* Use internal CMake APIMike Krus2020-10-071-1/+1
* Fix a crash when node is added and destroyed immediatelySean Harmer2020-10-011-0/+47
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-021-4/+4
* Add support for building with CMakeMike Krus2020-05-221-0/+16
* Add support for aspects depending on other aspectsMike Krus2020-03-021-5/+25
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-141-0/+4
|\
| * Skip shouldNotCrashInNormalStartupShutdownSequenceUlf Hermann2019-12-111-0/+4
* | Implement getting list of aspects from system information classMike Krus2019-12-131-3/+3
* | Deprecate message APIMike Krus2019-12-091-1/+1
|/
* Shader: record standard uniform at loading timePaul Lemire2019-12-041-1/+1
* Replace QLatin1Literal with QLatin1StringGiuseppe D'Angelo2019-06-111-1/+1
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-9/+9
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-1/+1
* Remove QAbstractAspect::onCleanup()Sean Harmer2016-03-171-6/+0
* Remove QAbstractAspect::onRootEntityChangedSean Harmer2016-03-171-11/+5
* Add a small test to try basic aspect behaviorSean Harmer2016-03-171-4/+101
* Rename onStartup/onShutdownSean Harmer2016-03-161-2/+2
* Rename QAbstractAspect::onInitialized() to onRegistered()Sean Harmer2016-03-161-1/+1
* QAspectEngine::setRootEntity takes a QSharedPointerPaul Lemire2016-02-221-2/+2
* Unify license header usageAntti Kokko2016-01-261-17/+9
* QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-221-1/+1
* Make QSceneObserverInterface privateKevin Ottens2015-12-171-2/+0
* Remove QAbstractAspect::setRootEntityKevin Ottens2015-12-171-1/+1
* Remove initialize/shutdown from APIv5.6.0-beta1Kevin Ottens2015-12-141-1/+0
* Add command support on aspects and QAspectEngineKevin Ottens2015-12-021-20/+103
* Add missing test for QAspectEngine::registerAspectKevin Ottens2015-12-021-0/+42
* Move definition of tests in the classKevin Ottens2015-12-021-49/+45
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-2/+2
* Properly shutdown the rendererPaul Lemire2015-07-061-1/+1
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Cleanup entities component lists on destructionKevin Ottens2015-01-281-0/+23
* Add skeleton unit tests for QEntity and QAspectEngineSean Harmer2014-11-172-0/+95