summaryrefslogtreecommitdiffstats
path: root/src/core/nodes
Commit message (Expand)AuthorAgeFilesLines
* Fix removal of components when they are destroyedMike Krus2019-05-284-2/+34
* Fix backend node creation order using an initialization queueJim Albamont2019-04-082-2/+95
* Fix Entity parenting hierarchyJim Albamont2019-04-042-0/+18
* Make sure backend node is created when component is added to Entityv5.12.2Svenn-Arne Dragly2019-02-223-0/+26
* Fix broken creation order for nodes used as propertiesSvenn-Arne Dragly2019-02-221-6/+6
* Doc: Fix various documentation warningsTopi Reinio2018-11-071-1/+1
* Doc: Add doc to undocumented methodsNico Vertriest2018-11-012-0/+19
* Doc: Add doc to undocumented methods and properties qt3dNico Vertriest2018-11-011-3/+71
* Add private API to access child nodes of QEntity and QFrameGraphNodeSvenn-Arne Dragly2018-09-032-0/+17
* 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: Add missing dots (qt3d)Paul Wicking2018-06-192-3/+3
* Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-202-3/+3
* Remove unused variables detected by clang-clFriedemann Kleint2018-04-121-1/+1
* QParameter: add bookkeeping of QNode valuesPaul Lemire2018-02-211-4/+17
* Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-166-25/+28
* Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-152-18/+33
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-053-20/+52
| |\
| | * 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-022-2/+19
| | * Fix componentAdded/componentRemoved notifications dispatch to componentsMike Krus2018-01-261-2/+2
* | | Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...v5.11.0-alpha1Liang Qi2018-02-142-2/+19
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-142-2/+19
| |\ \ \
| | * | | Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-082-2/+19
| | |/ /
* | / / Add private api to retrieve a vector of typed componentsJuan Jose Casafranca2018-02-141-0/+13
|/ / /
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-221-1/+22
|\| |
| * | 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
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-254-7/+7
|/ /
* | Add missing #includeSean Harmer2017-08-061-0/+1
* | Merge branch '5.9' into devSean Harmer2017-06-191-0/+5
|\|
| * Doc: add basic doc to undocumented classesNico Vertriest2017-06-091-0/+5
* | Add QNodeCommandMike Krus2017-05-224-0/+74
|/
* QNode: setParent create creation change only when neededPaul Lemire2017-05-101-2/+16
* Use non-template version of QVariant::value (clazy reports)Mike Krus2017-05-021-1/+1
* Fix spelling in comments and docsAndy Maloney2017-04-061-1/+1
* Merge branch '5.8' into 5.9Sean Harmer2017-04-0219-56/+66
|\
| * Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-3119-56/+66
* | Use quint16 as underlying type for QNode::PropertyTrackingMode enumSean Harmer2017-03-301-1/+1
* | QNode PropertyTrackMode cleanupPaul Lemire2017-02-243-50/+53
* | QDistanceFieldGlyphCache cleanupPaul Lemire2017-02-231-1/+1
* | Start using REVISION on our propertiesKevin Ottens2017-02-231-2/+2
* | Remove unused member from QEntityPrivateSean Harmer2017-02-121-4/+0
* | 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-253-2/+90
* | Notify components of aggregation changesMike Krus2017-01-242-3/+13
|/
* QNode: Defer QScene registration until after object construcionWieland Hagen2017-01-053-8/+11
* Doc: Specify #include path for each \classTopi Reinio2016-12-073-0/+4