summaryrefslogtreecommitdiffstats
path: root/src/core/aspects
Commit message (Expand)AuthorAgeFilesLines
* Switch export macros to standard formKai Koehne2019-04-027-11/+11
* Doc: Add QT3D_REGISTER_ASPECT macro documentationPaul Wicking2018-11-062-2/+22
* Avoid busy loop in QAspectManager while simulation loop is not startedMauro Persano2018-07-041-35/+36
* Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-201-1/+5
* Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-163-8/+4
* Merge branch '5.10' into devSean Harmer2018-01-172-1/+3
|\
| * Prevent potential containers detachingMike Krus2018-01-141-1/+2
| * Methods mistakenly marked as slotsMike Krus2018-01-131-0/+1
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-252-5/+5
|/
* Properly use QT_CONFIG for Qt3D profiling optionsPaul Lemire2017-08-033-12/+12
* Fix config for importing buildsMike Krus2017-08-021-1/+1
* Initialize QBackendNodes after setting arbiterJan Marker2017-07-181-2/+3
* Merge branch '5.9' into devSean Harmer2017-06-191-3/+3
|\
| * Normalize Q_ARG to avoid temporary memory allocationsSergio Martins2017-06-031-3/+3
* | Add support for single shot jobsMike Krus2017-05-223-1/+23
|/
* Scene2D cleanup - register pick events when scene is initializedAntti Määttä2017-05-091-1/+1
* Qt3D: add configure option for jobs and GL profilingPaul Lemire2017-04-055-12/+16
* Merge branch '5.8' into 5.9Sean Harmer2017-04-0213-71/+75
|\
| * Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-3113-71/+75
* | Don't explicitly disable the Qt3D category loggingLaszlo Agocs2017-03-311-4/+0
* | QDistanceFieldGlyphCache cleanupPaul Lemire2017-02-231-0/+2
* | Merge branch 'wip/qtquickintegration' into devSean Harmer2017-01-292-0/+15
|\ \ | |/ |/|
| * Load render pluginsAntti Määttä2017-01-272-0/+15
* | Fix race in QAspectManager when shutting downPaul Lemire2017-01-102-1/+19
|/
* QAspectManager: add stat trace for arbiter sync timePaul Lemire2016-12-151-0/+14
* Doc: Specify #include path for each \classTopi Reinio2016-12-072-0/+2
* QAspectFactory_addDefaultFactory: keep QString based functionPaul Lemire2016-11-142-0/+10
* 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