summaryrefslogtreecommitdiffstats
path: root/src/core/aspects
Commit message (Expand)AuthorAgeFilesLines
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-023-4/+4
* Make QAbstractFrontEndNodeManager privateMike Krus2020-10-274-8/+21
* Remove undefined methodMike Krus2020-08-271-1/+0
* rhi: apply Scene3D changes from 5.15Paul Lemire2020-08-261-1/+2
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-096-26/+26
* Use QList instead of QVectorJarek Kobus2020-07-072-11/+11
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-023-7/+9
* Add ; to Q_UNUSEDLars Schmertmann2020-06-242-3/+3
* Clean input event handlingMike Krus2020-06-231-1/+0
* Fix buildGiuseppe D'Angelo2020-06-031-1/+1
* Introduce QCoreAspectMike Krus2020-04-092-0/+10
* Introduce abstract API to lookup front end nodesMike Krus2020-04-072-6/+8
* Track dirty state on front end nodesMike Krus2020-04-072-0/+11
* Add support for aspects depending on other aspectsMike Krus2020-03-026-4/+33
* Add public API for working with jobsMike Krus2020-03-026-1/+46
* Fix build without feature.animationTasuku Suzuki2020-02-281-0/+2
* Add QBackendNode::syncFromFrontEnd to public APIMike Krus2020-02-271-5/+5
* Merge remote-tracking branch 5.15 into devMike Krus2020-02-173-1/+14
|\
| * Add ability to dump job graph to dot fileMike Krus2020-02-143-1/+14
* | Remove deprecated classes and functionsPaul Lemire2020-02-118-262/+45
|/
* Clean up tracing codeMike Krus2020-01-274-17/+12
* Merge remote-tracking branch 5.14 into 5.15Mike Krus2020-01-252-3/+54
|\
| * Use animation rather than event to drive simulationMike Krus2020-01-132-4/+53
* | Expose number of jobs is last updateMike Krus2019-12-172-2/+5
* | Move AspectCommandDebugger to system service, activate command executerMike Krus2019-12-175-54/+16
* | Use jobsDone to sync render capture back to frontendMike Krus2019-12-132-3/+3
* | Implement getting list of aspects from system information classMike Krus2019-12-133-13/+10
* | Make tracing a runtime optionMike Krus2019-12-131-50/+41
* | Make NodeRelationshipChange struct privateMike Krus2019-12-064-19/+5
* | Revert "Fix post FF API changes"Mike Krus2019-12-034-22/+36
|/
* 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