summaryrefslogtreecommitdiffstats
path: root/src/core/nodes
Commit message (Expand)AuthorAgeFilesLines
* QBackendNode: fix a small typoAurélien Brooke2024-01-181-1/+1
* Fix the creation of backend nodes if using the parent entity constructorAurélien Brooke2024-01-151-1/+4
* QEntity: fix a std::move-from-const in destructorAurélien Brooke2024-01-131-1/+1
* Fix Race Condition in NodePostConstructorInit::processNodesPhilip Schuchardt2023-10-101-0/+2
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-221-5/+6
* Remove qmake build filesMike Krus2023-03-171-27/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-1/+1
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-201-1/+1
* Qt3DCore: includemocsMike Krus2022-06-224-0/+8
* Use SPDX license identifiersLucie Gérard2022-06-2222-836/+44
* Make sure all private headers include at least one otherThiago Macieira2022-03-082-4/+4
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-102-20/+26
* Doc: Fix documentation warningsTopi Reinio2020-11-254-71/+3
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-025-25/+25
* Fix a crash when node is added and destroyed immediatelySean Harmer2020-10-011-0/+5
* Add QNodePrivate::registerDestructionHelper for std::vector containersPaul Lemire2020-09-231-0/+10
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-097-11/+10
* Use QList instead of QVectorJarek Kobus2020-07-077-12/+12
* Remove unused codeMike Krus2020-06-291-7/+0
* Add ; to Q_UNUSEDLars Schmertmann2020-06-242-11/+11
* QNode: remove property tracking modePaul Lemire2020-06-173-89/+0
* Fix compile warnings related to deprecations or unused variablesPaul Lemire2020-06-081-2/+2
* Silence a few warningsMike Krus2020-05-191-1/+1
* Fix build for Qt6Mike Krus2020-05-062-1/+1
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-271-8/+9
|\
| * Fix scene graph dumpMike Krus2020-03-201-8/+9
* | Track dirty state on front end nodesMike Krus2020-04-074-1/+21
* | Add QBackendNode::syncFromFrontEnd to public APIMike Krus2020-02-273-0/+22
* | Remove deprecated classes and functionsPaul Lemire2020-02-1112-486/+24
|/
* Fix deprecation handlingMike Krus2020-01-142-0/+6
* Add commands to dump frame graph and scene graphMike Krus2020-01-092-0/+51
* Deprecate message APIMike Krus2019-12-094-21/+34
* Fix compile warning (again)Mike Krus2019-11-151-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-141-1/+1
|\
| * QNode: stop using hash<node,connection> for bookkeeping5.13Paul Lemire2019-11-042-9/+17
* | Doc: Fix documentation warningsTopi Reinio2019-11-131-1/+1
* | Fix compile warningsMike Krus2019-11-081-1/+1
* | QNode: stop using hash<node,connection> for bookkeepingv5.14.0-beta3Paul Lemire2019-11-042-9/+17
* | QNode::updateNode: ensure postConstructorInit of node is calledPaul Lemire2019-10-281-0/+5
* | Remove use of node/components added/removed messagesMike Krus2019-10-046-22/+39
* | Clean up includesMike Krus2019-10-013-4/+3
* | Update QCameraLens to use direct syncPaul Lemire2019-09-241-0/+3
* | Update mapping classes to use direct syncMike Krus2019-09-232-0/+6
* | Process pending nodes needing _q_postConstructorInit at start of frameJim Albamont2019-09-181-1/+1
* | Update QEntity to use direct sync modeMike Krus2019-09-171-7/+1
* | Use direct access to remove backend nodesPaul Lemire2019-09-161-5/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-111-2/+2
|\|
| * Fix a -Werror=shadow in EntityLiang Qi2019-08-211-2/+2
* | Use sync method when initializing new backend nodesMike Krus2019-08-295-19/+21
* | Do direct notification of backend nodeswip/refactorMike Krus2019-08-285-59/+39
|/