summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/nodes
Commit message (Expand)AuthorAgeFilesLines
* Restore use of QVector in private APIMike Krus2021-01-051-2/+2
* Use internal CMake APIMike Krus2020-10-071-2/+2
* Add QNodePrivate::registerDestructionHelper for std::vector containersPaul Lemire2020-09-231-9/+191
* Use QList instead of QVector in testsJarek Kobus2020-07-091-7/+7
* QNode: remove property tracking modePaul Lemire2020-06-171-97/+0
* Add support for building with CMakeMike Krus2020-05-221-0/+29
* Remove deprecated classes and functionsPaul Lemire2020-02-111-584/+142
* Merge remote-tracking branch 5.15 into devMike Krus2020-02-071-29/+87
|\
| * Merge remote-tracking branch 5.14 into 5.15Mike Krus2020-01-251-0/+6
| |\
| | * Use animation rather than event to drive simulationMike Krus2020-01-131-0/+6
| * | Fix deprecation handlingMike Krus2020-01-141-0/+4
| * | Revert "Fix post FF API changes"Mike Krus2019-12-031-7/+5
| |/
| * QNode::updateNode: ensure postConstructorInit of node is calledPaul Lemire2019-10-281-29/+77
| * Fix post FF API changesMike Krus2019-10-221-5/+7
* | Fix build and warningsMike Krus2020-01-281-1/+2
|/
* Remove use of node/components added/removed messagesMike Krus2019-10-041-100/+42
* Clean up includesMike Krus2019-10-011-1/+0
* Process pending nodes needing _q_postConstructorInit at start of frameJim Albamont2019-09-181-14/+47
* Fix test for parenting QEntity to QNodeJim Albamont2019-09-171-5/+9
* Fix/improve several node testsJim Albamont2019-09-171-7/+218
* Update QEntity to use direct sync modeMike Krus2019-09-171-7/+6
* Use direct access to remove backend nodesPaul Lemire2019-09-161-129/+32
* Use sync method when initializing new backend nodesMike Krus2019-08-291-219/+222
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-281-34/+95
* Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-5/+4
* Fix backend node creation order using an initialization queueJim Albamont2019-04-081-0/+80
* Fix Entity parenting hierarchyJim Albamont2019-04-041-0/+67
* Make sure backend node is created when component is added to Entityv5.12.2Svenn-Arne Dragly2019-02-221-0/+84
* Add test for component added to parent with pending backend creationSvenn-Arne Dragly2019-02-221-2/+76
* Fix broken creation order for nodes used as propertiesSvenn-Arne Dragly2019-02-221-0/+56
* QNode: _q_postConstructorInit set scene on whole subtreePaul Lemire2018-07-181-0/+49
* Handle reparenting to nodes which have no backendPaul Lemire2018-07-041-0/+158
* Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-151-6/+28
|\
| * Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-021-0/+83
| * Fix componentAdded/componentRemoved notifications dispatch to componentsMike Krus2018-01-261-6/+28
* | Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-141-0/+83
|\ \
| * | Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-081-0/+83
| |/
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-221-0/+74
|\|
| * Add unit test and fix for broken order of event deliverySean Harmer2018-01-181-0/+74
* | Replace Q_DECL_FINAL with finalKevin Funk2017-09-251-5/+5
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-3/+3
|/
* QNode: setParent create creation change only when neededPaul Lemire2017-05-101-2/+61
* QNode PropertyTrackMode cleanupPaul Lemire2017-02-241-27/+21
* Fix Clang warnings: silence unused variablesMike Krus2017-02-111-1/+1
* Allow to filter change events based on a track propertyPaul Lemire2017-01-252-0/+256
* Notify components of aggregation changesMike Krus2017-01-241-80/+109
* Silence some warnings in tests with MSVC2015Sean Harmer2016-10-101-1/+1
* Avoid crash in QML app shutdown and actually send events in C++ appSean Harmer2016-05-201-53/+79
* Rename QNodeRemovedPropertyChange -> QPropertyNodeRemovedChangeSean Harmer2016-05-101-5/+5
* Rename QNodeAddedPropertyChange -> QPropertyNodeAddedChangeSean Harmer2016-05-101-5/+5