summaryrefslogtreecommitdiffstats
path: root/src/core/aspects
Commit message (Expand)AuthorAgeFilesLines
...
* Fix race on QAspectManager shutdownMauro Persano2016-01-082-0/+5
* Make QAspectJobProviderInterface privateKevin Ottens2015-12-173-4/+15
* Make QSceneObserverInterface privateKevin Ottens2015-12-174-13/+11
* Make QBackendNodeFactory privateKevin Ottens2015-12-173-14/+14
* Make clearBackendNode privateKevin Ottens2015-12-173-7/+8
* executeCommand is meant to be reimpl not calledKevin Ottens2015-12-171-2/+4
* Get rid of isShuttingDown()Kevin Ottens2015-12-172-8/+0
* Move services() and jobManager() to the pimplKevin Ottens2015-12-173-11/+8
* Move QAbstractAspect::registerAspect() to the pimplKevin Ottens2015-12-174-9/+9
* Remove QAbstractAspect::setRootEntityKevin Ottens2015-12-172-10/+13
* Remove dead codeKevin Ottens2015-12-162-16/+0
* visitNode is not needed as virtual anymoreKevin Ottens2015-12-162-9/+2
* Only aspect subclasses register backend typesKevin Ottens2015-12-161-4/+4
* Make sceneNodeAdded/Removed privateKevin Ottens2015-12-161-3/+3
* Remove initialize/shutdown from APIv5.6.0-beta1Kevin Ottens2015-12-143-20/+22
* Make the p-impl really privateKevin Ottens2015-12-122-14/+1
* Move initNodeTree to the p-implKevin Ottens2015-12-123-6/+4
* Turn all services private for nowKevin Ottens2015-12-122-4/+4
* Avoid class - struct mismatch with MSVCLaszlo Agocs2015-12-071-1/+1
* Make QNodeVisitor privateKevin Ottens2015-12-032-2/+2
* Factor out in QAbstractAspect common behaviorKevin Ottens2015-12-032-1/+37
* Add command support on aspects and QAspectEngineKevin Ottens2015-12-024-0/+41
* QAspectFactory can now also give registered name of an aspectKevin Ottens2015-12-013-5/+27
* Remove unused code from QAspectFactoryKevin Ottens2015-12-012-13/+0
* Make QAspectFactory privateKevin Ottens2015-12-017-134/+44
* Move the QT3D_REGISTER_*_ASPECT macros to QAbstractAspectKevin Ottens2015-12-013-21/+28
* Remove unused enumKevin Ottens2015-11-301-11/+0
* QScheduler::update renamed to something giving more insightPaul Lemire2015-11-241-1/+1
* Fix data race with dirty flags set from property change eventsSean Harmer2015-11-231-5/+11
* Remove aspect enumsMike Krus2015-11-213-13/+2
* QAbstractAspect: only register if arbiter no nullPaul Lemire2015-11-161-4/+6
* QAbstractAspect: make registerBackendType publicPaul Lemire2015-11-161-4/+4
* QAspectManager: Explicitly mark as private APIAndy Nichols2015-10-301-2/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-281-1/+2
|\
| * Make QAspectThread private5.5Paul Lemire2015-10-124-8/+7
* | QAspectEngine: initialize event source filter servicePaul Lemire2015-10-241-0/+15
* | Make QAspectThread privatePaul Lemire2015-10-144-10/+19
* | Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-1313-65/+65
* | Add "We mean it" warnings to private headersSean Harmer2015-10-135-0/+45
|/
* Add a new Logic aspect to allow synchronous operationsSean Harmer2015-08-061-1/+1
* Add onStartup() and onShutdown() virtuals to QAbstractAspectSean Harmer2015-08-063-1/+28
* Make it possible for aspects to detect when being shutdownSean Harmer2015-08-064-0/+15
* Make qtickclockservice header privateSean Harmer2015-08-031-1/+1
* Do not add duplicate entities to the component-to-entities mapLaszlo Agocs2015-08-021-3/+5
* Scene3D: Properly handle shutdowns with QtQuick LoadersPaul Lemire2015-07-233-1/+9
* QChangeArbiter/QPostMan: batch frontend changesPaul Lemire2015-07-121-2/+3
* QScene is now privatePaul Lemire2015-07-063-6/+7
* Properly shutdown the rendererPaul Lemire2015-07-063-3/+28
* QAbstractFrameAdvanceService: add start/stop methodsPaul Lemire2015-06-291-1/+5
* Use tick clock service by default via service provider mechanismSean Harmer2015-06-281-13/+4