summaryrefslogtreecommitdiffstats
path: root/src/core/aspects
Commit message (Expand)AuthorAgeFilesLines
* QAspectManager: avoid a temporary listAurélien Brooke2024-01-221-8/+5
* Readability: use empty() instead of size() to check for emptinessAurélien Brooke2024-01-131-2/+2
* Doc: Fix \fn template arguments for Qt 3DTopi Reinio2023-11-271-1/+1
* AspectCommandDebugger::trim: use memmove instead of memcpyPaul Lemire2023-10-021-3/+3
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-221-3/+3
* Remove qmake build filesMike Krus2023-03-171-20/+0
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-211-3/+3
* Fix incorrect usages of std::make_move_iteratorAurélien Brooke2022-12-191-3/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-203-11/+11
* Qt3DCore: includemocsMike Krus2022-06-224-0/+10
* Use SPDX license identifiersLucie Gérard2022-06-2212-456/+24
* Fix missing includesVille Voutilainen2022-05-171-0/+1
* Replace all implicit container move and clear by an explicit functionPaul Lemire2021-02-241-1/+2
* 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