summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qnode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the creation of backend nodes if using the parent entity constructorAurélien Brooke2024-01-151-1/+4
* Fix Race Condition in NodePostConstructorInit::processNodesPhilip Schuchardt2023-10-101-0/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-1/+1
* Qt3DCore: includemocsMike Krus2022-06-221-0/+2
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Doc: Fix documentation warningsTopi Reinio2020-11-251-69/+0
* Fix a crash when node is added and destroyed immediatelySean Harmer2020-10-011-0/+5
* Use QList instead of QVectorJarek Kobus2020-07-071-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-5/+5
* QNode: remove property tracking modePaul Lemire2020-06-171-71/+0
* Track dirty state on front end nodesMike Krus2020-04-071-0/+6
* Remove deprecated classes and functionsPaul Lemire2020-02-111-165/+4
* Deprecate message APIMike Krus2019-12-091-6/+13
* QNode: stop using hash<node,connection> for bookkeepingv5.14.0-beta3Paul Lemire2019-11-041-3/+2
* QNode::updateNode: ensure postConstructorInit of node is calledPaul Lemire2019-10-281-0/+5
* Remove use of node/components added/removed messagesMike Krus2019-10-041-0/+8
* Clean up includesMike Krus2019-10-011-2/+3
* Update QCameraLens to use direct syncPaul Lemire2019-09-241-0/+3
* Update mapping classes to use direct syncMike Krus2019-09-231-0/+5
* Use direct access to remove backend nodesPaul Lemire2019-09-161-5/+2
* Use sync method when initializing new backend nodesMike Krus2019-08-291-13/+13
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-281-47/+25
* Fix backend node creation order using an initialization queueJim Albamont2019-04-081-2/+77
* Make sure backend node is created when component is added to Entityv5.12.2Svenn-Arne Dragly2019-02-221-0/+23
* Fix broken creation order for nodes used as propertiesSvenn-Arne Dragly2019-02-221-6/+6
* Doc: Add doc to undocumented methods and properties qt3dNico Vertriest2018-11-011-3/+71
* QNode: _q_postConstructorInit set scene on whole subtreePaul Lemire2018-07-181-3/+8
* Handle reparenting to nodes which have no backendPaul Lemire2018-07-041-36/+32
* Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-201-2/+2
* Remove unused variables detected by clang-clFriedemann Kleint2018-04-121-1/+1
* Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-161-4/+4
* Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-051-17/+47
|\
| * Fix array of textures in shader parameterMauro Persano2018-02-021-16/+31
| * Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-021-1/+16
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-221-1/+22
|\|
| * Add unit test and fix for broken order of event deliverySean Harmer2018-01-181-1/+22
* | Add QNodeCommandMike Krus2017-05-221-0/+45
|/
* QNode: setParent create creation change only when neededPaul Lemire2017-05-101-2/+16
* Fix spelling in comments and docsAndy Maloney2017-04-061-1/+1
* Merge branch '5.8' into 5.9Sean Harmer2017-04-021-13/+14
|\
| * Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-13/+14
* | QNode PropertyTrackMode cleanupPaul Lemire2017-02-241-35/+37
* | Merge branch '5.8' into 5.9Sean Harmer2017-02-061-7/+10
|\|
| * Fix node de-registration from scene on deletion/reparentingWieland Hagen2017-02-021-7/+9
* | Add job to process running clip animatorsSean Harmer2017-01-271-1/+17
* | Allow to filter change events based on a track propertyPaul Lemire2017-01-251-2/+71
|/
* QNode: Defer QScene registration until after object construcionWieland Hagen2017-01-051-6/+9
* QEntity::createNodeCreationChange fixPaul Lemire2016-10-051-0/+43
* QNode: fix commentPaul Lemire2016-08-161-1/+1
* Merge branch '5.7.0' into 5.7Sean Harmer2016-06-141-33/+33
|\