summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qnode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-231-19/+19
* Update commercial license headersTarja Sundqvist2021-02-021-19/+19
* Fix a crash when node is added and destroyed immediatelySean Harmer2020-10-051-0/+5
* 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
|\
| * Doc for core moduleColin Ogilvie2016-06-031-33/+33
* | Fix dynamically created objects in QMLSvenn-Arne Dragly2016-06-071-1/+1
|/
* No need to return const QNodeIdKevin Ottens2016-05-261-1/+1
* QNode: fix missing check for nullptrPaul Lemire2016-05-251-1/+2
* Node bookkeeping fix: clear table of connection in QNode dtorPaul Lemire2016-05-251-6/+8
* Add hook to set QNode parent when creating a QNode in QMLSean Harmer2016-05-231-2/+16
* Shared node bookkeepingPaul Lemire2016-05-231-0/+5
* Avoid crash in QML app shutdown and actually send events in C++ appSean Harmer2016-05-201-16/+54
* Use some constructor delegationMarc Mutz2016-05-141-5/+1