summaryrefslogtreecommitdiffstats
path: root/src/core/aspects
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-143-0/+14
* Doc: Review doc Qt3DNico Vertriest2015-03-161-1/+1
* Fix MSVC warnings.Friedemann Kleint2015-03-121-1/+1
* QBackendNodeFunctor: get and destroy now take a QNodeIdPaul Lemire2015-02-281-4/+4
* Copyright header change.Mika Salmela2015-02-0913-247/+182
* QAbstractAspect: Fix in createBackendNodePaul Lemire2015-02-081-0/+1
* Make QBackendNode use QBackendNodeFactoryKevin Ottens2015-02-081-1/+1
* Introduce QBackendNodeFactoryKevin Ottens2015-02-081-1/+3
* Add QServiceLocator and skeleton system and OpenGL info servicesSean Harmer2015-01-285-1/+25
* Add convenience to register aspects by nameKevin Ottens2015-01-253-1/+31
* QAspectFactory: fix namespaced buildGiuseppe D'Angelo2015-01-241-1/+2
* Print warning when Component shareable violatedPaul Lemire2015-01-241-1/+4
* QAspectFactory: code tidiesGiuseppe D'Angelo2015-01-243-23/+26
* Add QAspectFactory class, creates aspects by nameKevin Ottens2015-01-234-0/+292
* Remove unneeded forward declareKevin Ottens2015-01-231-3/+0
* Allow to query the aspects on the engineKevin Ottens2015-01-233-0/+10
* Allow the scene to know its engineKevin Ottens2015-01-231-1/+1
* Small tweaks to QAbstractAspect docsSean Harmer2014-12-221-0/+5
* Remove defunct empty classSean Harmer2014-12-193-124/+0
* Change uuid -> id as it really isn't universally unique any longerSean Harmer2014-12-191-1/+1
* Optimize: Do not allocate QStrings for the QMetaObject class names.Milian Wolff2014-12-092-5/+11
* Make QTickClock privateSean Harmer2014-11-191-1/+1
* Make QScheduler privateSean Harmer2014-11-191-1/+1
* corelogging.h -> corelogging_p.hSean Harmer2014-11-184-4/+4
* Cleanly exit the render threadSean Harmer2014-11-173-2/+2
* Shutdown the aspect engine before destructionSean Harmer2014-11-172-0/+6
* Aspects: onInitialize now takes a QVariantMapPaul Lemire2014-11-145-17/+16
* QAbstractAspectPrivate privately exportedPaul Lemire2014-11-101-1/+2
* Release the TLS for the main thread's change queue in the arbiterSean Harmer2014-11-031-1/+3
* More work towards a clean shutdownSean Harmer2014-11-035-10/+10
* Cleanup the scene before quitting the backendSean Harmer2014-11-021-0/+8
* QAspectEngine owns the root of the sceneSean Harmer2014-11-025-18/+42
* QNodeUuid: typedef for QUuidPaul Lemire2014-11-021-1/+0
* Disable debug output by default for Qt3DSean Harmer2014-10-261-0/+4
* QJobManager: renamed to QAspectJobManagerPaul Lemire2014-10-182-3/+3
* QJobProviderInterface: renamed to QAspectJobProviderInterfacePaul Lemire2014-10-181-2/+2
* QJobManagerInterface renamed to QAspectJobManagerInterfacePaul Lemire2014-10-185-10/+10
* QAspectEngine/QAspectManager: setWindow -> setSurfacePaul Lemire2014-10-184-24/+18
* Further refactoring of QAbstractAspectPaul Lemire2014-10-174-22/+106
* QBackendNodePaul Lemire2014-10-173-0/+21
* QAbstractAspect refactoredPaul Lemire2014-10-174-49/+15
* QAspectManager made privatePaul Lemire2014-10-179-183/+88
* QChangeArbiter and Observers/Observables made privatePaul Lemire2014-10-173-2/+3
* Prevent deadlock during application shutdownSean Harmer2014-10-121-3/+3
* QNode refactoringPaul Lemire2014-10-031-3/+7
* QChangeArbiter/QScene refactoringPaul Lemire2014-09-301-2/+2
* QSceneInterface method to add Component/Entities lookupPaul Lemire2014-09-301-0/+7
* QChangeArbiter overhauledPaul Lemire2014-09-291-0/+4
* QScene implements QSceneInterfacePaul Lemire2014-09-282-7/+7
* Renamed QSceneLookup to QScenePaul Lemire2014-09-282-4/+4