summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qaspectengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move AspectCommandDebugger to system service, activate command executerMike Krus2019-12-171-10/+0
* Use direct access to remove backend nodesPaul Lemire2019-09-161-0/+1
* Use sync method when initializing new backend nodesMike Krus2019-08-291-0/+1
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-281-3/+0
* QAspectEngine: add run loop driving modesPaul Lemire2019-08-071-1/+2
* Remove the Aspect ThreadPaul Lemire2019-08-071-2/+2
* Switch export macros to standard formKai Koehne2019-04-021-1/+1
* Properly use QT_CONFIG for Qt3D profiling optionsPaul Lemire2017-08-031-5/+5
* Qt3D: add configure option for jobs and GL profilingPaul Lemire2017-04-051-0/+1
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-2/+3
* QAspectEngine: use the AspectCommandDebuggerPaul Lemire2016-07-051-0/+10
* Allow the QtQuick + Scene3D case to shutdown cleanlySean Harmer2016-05-201-1/+5
* Allow the backend chance to process any final changes during shutdownSean Harmer2016-05-201-0/+1
* Fix memory leaks in aspectsMäättä Antti2016-04-261-0/+1
* Add QNodeCreatedChangeGenerator helperSean Harmer2016-04-121-1/+0
* Generate a vector of QNodeCreatedChanges at startupSean Harmer2016-03-221-0/+5
* Add skeleton unRegisterAspect functions to QAspectEngineSean Harmer2016-03-161-0/+1
* QAspectEngine replace QList of QAbstractAsprct* by QVectorPaul Lemire2016-02-221-1/+1
* Unify license header usageAntti Kokko2016-01-261-11/+14
* Remove initialize/shutdown from APIv5.6.0-beta1Kevin Ottens2015-12-141-0/+3
* Move initNodeTree to the p-implKevin Ottens2015-12-121-0/+1
* Make QAspectFactory privateKevin Ottens2015-12-011-1/+1
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-4/+4
* Add "We mean it" warnings to private headersSean Harmer2015-10-131-0/+11
* QScene is now privatePaul Lemire2015-07-061-2/+2
* Remove unnecessary metatype declarationSean Harmer2015-06-111-2/+0
* QNode parent changesPaul Lemire2015-06-111-0/+3
* Do not initialize q_ptr in classes derived from QObjectPrivateKonstantin Ritt2015-05-201-1/+1
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Add convenience to register aspects by nameKevin Ottens2015-01-251-0/+1
* Allow to query the aspects on the engineKevin Ottens2015-01-231-0/+1
* Cleanly exit the render threadSean Harmer2014-11-171-0/+1
* QAspectEngine owns the root of the sceneSean Harmer2014-11-021-3/+3
* QNodeUuid: typedef for QUuidPaul Lemire2014-11-021-1/+0
* QScene implements QSceneInterfacePaul Lemire2014-09-281-2/+2
* Renamed QSceneLookup to QScenePaul Lemire2014-09-281-2/+2
* Use QSceneLookup in QNode and QPostmanPaul Lemire2014-09-281-1/+2
* Renamed QFrontendSceneObserver to QPostmanPaul Lemire2014-09-281-2/+2
* QAspectEngine QNode lookup tablePaul Lemire2014-09-151-0/+4
* Register frontend QSceneObserverInterface with QChangeArbiterPaul Lemire2014-09-151-0/+2
* QAspectManager::setRoot() uses Qt::BlockingQueuedConnectionSean Harmer2014-07-111-2/+0
* QAspectEngine d-pointeredPaul Lemire2014-07-091-0/+74