summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qnode_p.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-231-20/+20
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* Add QNodePrivate::registerDestructionHelper for std::vector containersPaul Lemire2020-09-241-0/+19
* Fix deprecation handlingMike Krus2020-01-141-0/+3
* Fix compile warningsMike Krus2019-11-081-1/+1
* QNode: stop using hash<node,connection> for bookkeepingv5.14.0-beta3Paul Lemire2019-11-041-6/+15
* Remove use of node/components added/removed messagesMike Krus2019-10-041-0/+1
* Update mapping classes to use direct syncMike Krus2019-09-231-0/+1
* Process pending nodes needing _q_postConstructorInit at start of frameJim Albamont2019-09-181-1/+1
* Use sync method when initializing new backend nodesMike Krus2019-08-291-1/+1
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-281-0/+2
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-151-0/+8
|\
| * Fix removal of components when they are destroyedMike Krus2019-05-281-0/+8
* | Merge remote-tracking branch 5.12 into 5.13Paul Lemire2019-04-261-0/+18
|\|
| * Fix backend node creation order using an initialization queueJim Albamont2019-04-081-0/+18
* | Switch export macros to standard formKai Koehne2019-04-021-1/+1
|/
* Make sure backend node is created when component is added to Entityv5.12.2Svenn-Arne Dragly2019-02-221-0/+1
* QParameter: add bookkeeping of QNode valuesPaul Lemire2018-02-211-4/+17
* Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-141-1/+3
|\
| * Ensure node creation changes are sent before using in list propertiesSean Harmer2018-02-081-1/+3
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-2/+2
|/
* Merge branch '5.8' into 5.9Sean Harmer2017-04-021-4/+6
|\
| * Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-4/+6
* | QNode PropertyTrackMode cleanupPaul Lemire2017-02-241-2/+2
* | QDistanceFieldGlyphCache cleanupPaul Lemire2017-02-231-1/+1
* | Allow to filter change events based on a track propertyPaul Lemire2017-01-251-0/+3
|/
* QNode: Defer QScene registration until after object construcionWieland Hagen2017-01-051-1/+1
* QEntity::createNodeCreationChange fixPaul Lemire2016-10-051-0/+2
* Work around ICC 17 parsing error with std::bind by using a lambdaThiago Macieira2016-08-051-2/+4
* Shared node bookkeepingPaul Lemire2016-05-231-0/+29
* Avoid crash in QML app shutdown and actually send events in C++ appSean Harmer2016-05-201-0/+2
* De-inline Q{Node,Component,Entity}Private dtorsMarc Mutz2016-05-141-0/+1
* Set QObject parent immediately and defer backend notificationsSean Harmer2016-05-091-0/+4
* Add convenience to notify dynamic property changesKevin Ottens2016-05-061-0/+1
* Remove unused map of clonesSean Harmer2016-05-011-2/+0
* Remove temporary envvar for trying no clone approachSean Harmer2016-05-011-3/+0
* QNodeCreation overhaulPaul Lemire2016-04-291-0/+1
* Strip out cloning subsystemSean Harmer2016-04-291-2/+0
* QNode: make cleanup a private slotPaul Lemire2016-04-231-0/+1
* Add code path for destroying backend nodes when removed from the sceneSean Harmer2016-04-121-1/+1
* Add temporary flag to allow QNode to avoid cloningSean Harmer2016-04-121-0/+3
* Add QNodeDestroyedChange and send from QNode dtorSean Harmer2016-04-121-0/+2
* Unify license header usageAntti Kokko2016-01-261-11/+14
* Qt3DCore::QNodePrivate: make an explicit private exportAndy Nichols2015-10-301-2/+2
* QNode: Introduce enabled propertyAndy Nichols2015-10-271-0/+1
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-5/+5
* Add "We mean it" warnings to private headersSean Harmer2015-10-131-0/+11
* QChangeArbiter/QPostMan: batch frontend changesPaul Lemire2015-07-121-1/+1
* QScene is now privatePaul Lemire2015-07-061-3/+3
* QNode parent changesPaul Lemire2015-06-111-3/+7