summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qnode_p.h
Commit message (Expand)AuthorAgeFilesLines
* QNode: stop using hash<node,connection> for bookkeeping5.13Paul Lemire2019-11-041-6/+15
* 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
* Do not pass `this` to Private c-torKonstantin Ritt2015-05-201-1/+1
* Do not initialize q_ptr in classes derived from QObjectPrivateKonstantin Ritt2015-05-201-1/+1
* Fix inconsistent override warnings [-Winconsistent-missing-override]Sergio Martins2015-02-181-1/+1
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Introduce QLockableObserverInterfaceKevin Ottens2015-02-081-2/+2
* Change uuid -> id as it really isn't universally unique any longerSean Harmer2014-12-191-1/+1
* Make cloning available to third party QNodesKevin Ottens2014-11-271-3/+0
* Rename QNodeUuid to QNodeIdSean Harmer2014-11-191-2/+2
* Improve forwarding of property changes in QNodePrivate.Milian Wolff2014-11-041-3/+6
* QNodeUuid: typedef for QUuidPaul Lemire2014-11-021-2/+2