summaryrefslogtreecommitdiffstats
path: root/src/core/aspects
Commit message (Expand)AuthorAgeFilesLines
* Use animation rather than event to drive simulationMike Krus2020-01-132-4/+53
* Disable threaded rendering macOS 10.14 and laterMike Krus2019-11-142-0/+6
* Fix frame advance serviceMike Krus2019-10-281-1/+5
* Fix post FF API changesMike Krus2019-10-224-36/+22
* Fix Coverity warningsMike Krus2019-10-212-1/+1
* Update QScene2D to use direct syncMike Krus2019-10-141-1/+1
* Remove use of node/components added/removed messagesMike Krus2019-10-044-0/+118
* Add accessor to retrieve frontend node from an idMike Krus2019-10-022-0/+22
* Process pending nodes needing _q_postConstructorInit at start of frameJim Albamont2019-09-183-0/+14
* Use direct access to remove backend nodesPaul Lemire2019-09-166-74/+159
* Remove QBackendNodeFactory since it's no longer neededMike Krus2019-09-052-10/+0
* Use sync method when initializing new backend nodesMike Krus2019-08-296-44/+109
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-286-16/+129
* QAspectEngine: add run loop driving modesPaul Lemire2019-08-075-6/+61
* Remove the Aspect ThreadPaul Lemire2019-08-077-368/+155
* Replace QLatin1Literal with QLatin1StringGiuseppe D'Angelo2019-06-111-2/+2
* 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