summaryrefslogtreecommitdiffstats
path: root/src/core/qscene.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-281-3/+3
* QScenePrivate: Fix compiler warning about initialization orderFriedemann Kleint2019-05-021-1/+1
* Fix backend node creation order using an initialization queueJim Albamont2019-04-081-0/+8
* Merge branch '5.9' into devSean Harmer2017-04-031-3/+5
|\
| * Merge branch '5.8' into 5.9Sean Harmer2017-04-021-3/+5
| |\
| | * Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-3/+5
* | | Don't allocate temporary containers while iteratingSergio Martins2017-04-021-1/+2
|/ /
* | QDistanceFieldGlyphCache cleanupPaul Lemire2017-02-231-0/+14
* | Allow to filter change events based on a track propertyPaul Lemire2017-01-251-0/+23
|/
* Remove unused map of clonesSean Harmer2016-05-011-1/+0
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-7/+7
* Fix uses of inefficient QList<QNodeId>Marc Mutz2016-03-011-2/+6
* QScene: port QMultiHash::values() to equal_range()Marc Mutz2016-02-291-5/+6
* core: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-02-291-1/+1
* const QNodeId & -> QNodeIdPaul Lemire2016-02-221-9/+9
* Unify license header usageAntti Kokko2016-01-261-11/+14
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-1/+1
* Find a set of QNode pointers from node ids locking just onceSean Harmer2015-08-051-0/+11
* Do not add duplicate entities to the component-to-entities mapLaszlo Agocs2015-08-021-0/+7
* QScene: add a getter for the QChangeArbiterPaul Lemire2015-07-071-0/+6
* QScene is now privatePaul Lemire2015-07-061-1/+1
* Properly initialize q_ptr (or avoid where it is not needed)Konstantin Ritt2015-05-201-6/+3
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Introduce QLockableObserverInterfaceKevin Ottens2015-02-081-3/+3
* Allow the scene to know its engineKevin Ottens2015-01-231-3/+11
* Don't leak the d-pointer of QSceneKevin Ottens2015-01-231-0/+4
* Change uuid -> id as it really isn't universally unique any longerSean Harmer2014-12-191-13/+13
* Rename QNodeUuid to QNodeIdSean Harmer2014-11-191-14/+14
* QNodeUuid: typedef for QUuidPaul Lemire2014-11-021-14/+14
* QObservableInterface refactoredPaul Lemire2014-11-021-8/+5
* QChangeArbiter and Observers/Observables made privatePaul Lemire2014-10-171-2/+2
* QNode refactoringPaul Lemire2014-10-031-20/+4
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-301-0/+19
* QChangeArbiter/QScene refactoringPaul Lemire2014-09-301-6/+24
* QSceneInterface method to add Component/Entities lookupPaul Lemire2014-09-301-0/+22
* QScene implements QSceneInterfacePaul Lemire2014-09-281-6/+60
* Renamed QSceneLookup to QScenePaul Lemire2014-09-281-0/+89