summaryrefslogtreecommitdiffstats
path: root/src/core/aspects
Commit message (Expand)AuthorAgeFilesLines
* QAspectEngine: document the Qt3D run loopPaul Lemire2016-08-091-1/+38
* CommandExecuter: add lots of helpers to convert types to JSONPaul Lemire2016-07-051-2/+4
* AspectCommandDebug: insert data as JSON objectPaul Lemire2016-07-051-1/+1
* Make the Qt3D Renderer execute its first shell commandPaul Lemire2016-07-052-6/+9
* AspectCommandDebugger: small refactoring + unit testsPaul Lemire2016-07-052-22/+37
* QAspectEngine: use the AspectCommandDebuggerPaul Lemire2016-07-052-0/+18
* Add AspectCommandDebuggerPaul Lemire2016-07-055-2/+365
* Unit tests for layer filtering jobPaul Lemire2016-07-021-1/+1
* QAspectFactory: use QLatin1String instead of QStringPaul Lemire2016-07-014-14/+14
* Do not create OpenGL context until render aspect is registeredSean Harmer2016-07-012-1/+18
* QT3D_REGISTER_ASPECT: prepend QAbstractAspect return type with Qt3DCorePaul Lemire2016-06-301-1/+1
* Doc for core moduleColin Ogilvie2016-06-031-2/+1
* initializeFromPeer last when creating backend nodeKevin Ottens2016-05-231-1/+3
* Allow the QtQuick + Scene3D case to shutdown cleanlySean Harmer2016-05-203-3/+23
* Allow the backend chance to process any final changes during shutdownSean Harmer2016-05-204-4/+27
* Unregister aspects when shutting downSean Harmer2016-05-183-1/+34
* Fix deadlock when quitting aspect managerJanne Koskinen2016-05-181-0/+4
* Add more explicitMarc Mutz2016-05-141-1/+1
* Use some constructor delegationMarc Mutz2016-05-141-3/+2
* Qt3DCore: eradicate remaining Q_FOREACH loopMarc Mutz2016-05-141-1/+1
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-1/+1
* Q_NULLPTR -> nullptrSean Harmer2016-05-017-18/+18
* QAbstractAspect: remove all traces of cloningPaul Lemire2016-05-012-65/+7
* QAbstractAspect: remove cloning code pathPaul Lemire2016-05-012-31/+6
* QAspectEngine: replace a Q_FOREACH loop with qDeleteAll()Marc Mutz2016-04-301-2/+1
* Make QNodeDestroyedChange publicPaul Lemire2016-04-291-1/+1
* De-inline some polymorphic dtorsMarc Mutz2016-04-285-0/+18
* Fix memory leaks in aspectsMäättä Antti2016-04-262-0/+7
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-3/+3
* Added the rest of Qt3DCore doc skeletonsTomi Korpipää2016-04-212-45/+109
* QVectorize QAspectManagerRobert Brock2016-04-192-4/+4
* Merge branch '5.6' into 5.7Sean Harmer2016-04-162-3/+3
|\
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-012-3/+3
* | Add some categorized debugging to QAbstractAspect node operationsSean Harmer2016-04-151-4/+5
* | Move enabled property to QBackendNodePaul Lemire2016-04-141-6/+7
* | Add branches to optionally use the no cloning approach in aspectsSean Harmer2016-04-121-11/+21
* | Add QNodeCreatedChangeGenerator helperSean Harmer2016-04-122-17/+3
* | Add no cloning version of QAbstractAspectPrivate::clearBackendNode()Sean Harmer2016-04-122-0/+35
* | Query cloning vs no cloning once (per aspect)Sean Harmer2016-04-122-2/+5
* | Add QNodeDestroyedChange and send from QNode dtorSean Harmer2016-04-121-0/+7
* | Add setPeer() function to QBackendNodeSean Harmer2016-03-221-1/+3
* | Hook up some machinery ready for testing the no cloning approachSean Harmer2016-03-225-8/+61
* | Generate a vector of QNodeCreatedChanges at startupSean Harmer2016-03-222-0/+21
* | Set objectName for aspects to help with debug outputSean Harmer2016-03-201-2/+6
* | Add QAbstractAspectPrivate::onEngineAboutToShutdown() virtualSean Harmer2016-03-203-0/+22
* | Remove QAbstractAspect::onCleanup()Sean Harmer2016-03-173-12/+4
* | Remove QAbstractAspect::onRootEntityChangedSean Harmer2016-03-174-11/+3
* | Add rootEntityId() functionSean Harmer2016-03-173-0/+13
* | Start improving the startup/shutdown code pathsSean Harmer2016-03-174-43/+72
* | Rename onStartup/onShutdownSean Harmer2016-03-163-6/+6