summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qscene/tst_qscene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't include the world for testsMike Krus2020-12-091-1/+1
* Use QList instead of QVector in testsJarek Kobus2020-07-091-1/+1
* QNode: remove property tracking modePaul Lemire2020-06-171-158/+0
* Remove deprecated classes and functionsPaul Lemire2020-02-111-137/+1
* Fix deprecation handlingMike Krus2020-01-141-0/+4
* Use sync method when initializing new backend nodesMike Krus2019-08-291-0/+3
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-281-12/+5
* Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-6/+6
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-3/+3
* QNode: setParent create creation change only when neededPaul Lemire2017-05-101-0/+3
* QNode PropertyTrackMode cleanupPaul Lemire2017-02-241-37/+40
* Merge branch '5.8' into 5.9Sean Harmer2017-02-061-0/+64
|\
| * Fix node de-registration from scene on deletion/reparentingWieland Hagen2017-02-021-0/+64
* | Allow to filter change events based on a track propertyPaul Lemire2017-01-251-0/+155
|/
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-5/+5
* Strip out cloning subsystemSean Harmer2016-04-291-6/+0
* QNode: make cleanup a private slotPaul Lemire2016-04-231-10/+0
* Fix uses of inefficient QList<QNodeId>Marc Mutz2016-03-011-1/+1
* Unify license header usageAntti Kokko2016-01-261-17/+9
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-72/+72
* Create proper Quick extended classes in scene loadersLaszlo Agocs2015-08-201-0/+2
* Do not add duplicate entities to the component-to-entities mapLaszlo Agocs2015-08-021-0/+32
* QScene is now privatePaul Lemire2015-07-061-1/+1
* QChangeArbiter/QLockableObserverInterface: sceneChangeEventWithLock overloadPaul Lemire2015-07-041-0/+1
* QNode parent changesPaul Lemire2015-06-111-4/+53
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Introduce QLockableObserverInterfaceKevin Ottens2015-02-081-8/+14
* Change uuid -> id as it really isn't universally unique any longerSean Harmer2014-12-191-39/+39
* Rename QNodeUuid to QNodeIdSean Harmer2014-11-191-3/+3
* QNodeUuid: typedef for QUuidPaul Lemire2014-11-021-3/+3
* QObservableInterface refactoredPaul Lemire2014-11-021-8/+2
* QChangeArbiter and Observers/Observables made privatePaul Lemire2014-10-171-3/+3
* Hide doClone implementations behind a macroKevin Ottens2014-10-151-12/+2
* QNode refactoringPaul Lemire2014-10-031-16/+19
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-301-4/+10
* Unit Tests for QScenePaul Lemire2014-09-301-0/+364