summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qaspectfactory/tst_qaspectfactory.cpp
Commit message (Expand)AuthorAgeFilesLines
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-021-2/+2
* Introduce QCoreAspectMike Krus2020-04-091-2/+4
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-4/+4
* QAspectFactory: use QLatin1String instead of QStringPaul Lemire2016-07-011-5/+5
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-3/+3
* Remove QAbstractAspect::onCleanup()Sean Harmer2016-03-171-1/+0
* Remove QAbstractAspect::onRootEntityChangedSean Harmer2016-03-171-1/+0
* Rename onStartup/onShutdownSean Harmer2016-03-161-2/+2
* Rename QAbstractAspect::onInitialized() to onRegistered()Sean Harmer2016-03-161-1/+1
* 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
* QAspectFactory can now also give registered name of an aspectKevin Ottens2015-12-011-0/+14
* Remove unused code from QAspectFactoryKevin Ottens2015-12-011-21/+0
* Make QAspectFactory privateKevin Ottens2015-12-011-1/+1
* Remove aspect enumsMike Krus2015-11-211-1/+1
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-1/+1
* Add onStartup() and onShutdown() virtuals to QAbstractAspectSean Harmer2015-08-061-0/+2
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Add QAspectFactory class, creates aspects by nameKevin Ottens2015-01-231-0/+131