summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/nodes
Commit message (Expand)AuthorAgeFilesLines
* 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
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-2/+2
* Rename NodeAdded/NodeRemoved ChangeFlagsSean Harmer2016-05-101-2/+2
* Rename NodeUpdated ChangeFlag to PropertyUpdatedSean Harmer2016-05-101-1/+1
* Set QObject parent immediately and defer backend notificationsSean Harmer2016-05-091-22/+56
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-29/+29
* QNodeRemovedChange: contains QNodeIdTypePairPaul Lemire2016-05-011-0/+4
* QNodeAddedChange: contains a QNodeIdTypePairPaul Lemire2016-05-011-1/+4
* Make QNodeDestroyedChange publicPaul Lemire2016-04-291-1/+1
* QNodeCreation overhaulPaul Lemire2016-04-291-59/+134
* Strip out cloning subsystemSean Harmer2016-04-291-94/+40
* QNode: make cleanup a private slotPaul Lemire2016-04-231-7/+2
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-10/+10
* Use new component added/removed changesSean Harmer2016-04-201-14/+18
* Move meta type registration out of the QNode ctor.Volker Krause2016-02-191-1/+4
* Unify license header usageAntti Kokko2016-01-261-17/+9
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-85/+85
* QChangeArbiter/QPostMan: batch frontend changesPaul Lemire2015-07-121-2/+31
* QScene is now privatePaul Lemire2015-07-061-1/+1
* QChangeArbiter/QLockableObserverInterface: sceneChangeEventWithLock overloadPaul Lemire2015-07-041-0/+7
* QNode parent changesPaul Lemire2015-06-111-245/+449
* Make tst_nodes easier to read and updated node destruction testPaul Lemire2015-06-111-24/+121
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Complete unit tests for QNode and friendsKevin Ottens2015-02-082-12/+175
* tst_cloning: Add unit test for cloningPaul Lemire2015-01-101-38/+0
* Change uuid -> id as it really isn't universally unique any longerSean Harmer2014-12-191-2/+2
* Hide doClone implementations behind a macroKevin Ottens2014-10-151-10/+2
* Silence warnings in QNode unit testSean Harmer2014-10-041-3/+3
* QNode refactoringPaul Lemire2014-10-031-76/+58
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-301-7/+14
* Completed node unit testsPaul Lemire2014-08-141-5/+85
* tst_node corrected to work with abstract nodes and componentsPaul Lemire2014-08-131-22/+52
* Renamed Component to QComponentPaul Lemire2014-07-051-9/+9
* Renamed Entity to QEntityPaul Lemire2014-07-051-7/+7
* Renamed Node to QNodePaul Lemire2014-07-051-19/+19
* UnitTests for Nodes/Entity/ComponentPaul Lemire2014-06-272-0/+297