summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qaspectfactory.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated classes and functionsPaul Lemire2020-02-111-9/+0
* Switch export macros to standard formKai Koehne2019-04-021-2/+2
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-4/+2
* QAspectFactory_addDefaultFactory: keep QString based functionPaul Lemire2016-11-141-0/+9
* QAspectFactory: use QLatin1String instead of QStringPaul Lemire2016-07-011-6/+6
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-1/+1
* Unify license header usageAntti Kokko2016-01-261-11/+14
* QAspectFactory can now also give registered name of an aspectKevin Ottens2015-12-011-2/+16
* Remove unused code from QAspectFactoryKevin Ottens2015-12-011-5/+0
* Make QAspectFactory privateKevin Ottens2015-12-011-17/+7
* Move the QT3D_REGISTER_*_ASPECT macros to QAbstractAspectKevin Ottens2015-12-011-2/+2
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-3/+3
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+4
* Copyright header change.Mika Salmela2015-02-091-19/+14
* QAspectFactory: code tidiesGiuseppe D'Angelo2015-01-241-5/+8
* Add QAspectFactory class, creates aspects by nameKevin Ottens2015-01-231-0/+106