index
:
qt/qt3d.git
5.10
5.11
5.12
5.13
5.14
5.15
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
qt4
wip/animation
wip/cmake
wip/particles
wip/physics
wip/qtquickintegration
wip/refactor
wip/rhi-renderer
wip/vr
Qt3D
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
qscene.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Race Condition in NodePostConstructorInit::processNodes
Philip Schuchardt
2023-10-10
1
-2
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-38
/
+2
*
QScene: fix crash when using 5.15
Paul Lemire
2021-02-23
1
-6
/
+1
*
Enable compiling non-QML API against Qt 5.15
Mike Krus
2021-01-05
1
-0
/
+5
*
Use QList instead of QVector in implementation and docs
Jarek Kobus
2020-07-09
1
-4
/
+4
*
QNode: remove property tracking mode
Paul Lemire
2020-06-17
1
-22
/
+0
*
Track dirty state on front end nodes
Mike Krus
2020-04-07
1
-0
/
+19
*
Remove deprecated classes and functions
Paul Lemire
2020-02-11
1
-51
/
+4
*
Do direct notification of backend nodes
wip/refactor
Mike Krus
2019-08-28
1
-3
/
+3
*
QScenePrivate: Fix compiler warning about initialization order
Friedemann Kleint
2019-05-02
1
-1
/
+1
*
Fix backend node creation order using an initialization queue
Jim Albamont
2019-04-08
1
-0
/
+8
*
Merge branch '5.9' into dev
Sean Harmer
2017-04-03
1
-3
/
+5
|
\
|
*
Merge branch '5.8' into 5.9
Sean Harmer
2017-04-02
1
-3
/
+5
|
|
\
|
|
*
Fixes includes to comply with coding conventions for Src/Core
Robert Brock
2017-03-31
1
-3
/
+5
*
|
|
Don't allocate temporary containers while iterating
Sergio Martins
2017-04-02
1
-1
/
+2
|
/
/
*
|
QDistanceFieldGlyphCache cleanup
Paul Lemire
2017-02-23
1
-0
/
+14
*
|
Allow to filter change events based on a track property
Paul Lemire
2017-01-25
1
-0
/
+23
|
/
*
Remove unused map of clones
Sean Harmer
2016-05-01
1
-1
/
+0
*
Q_NULLPTR -> nullptr
Sean Harmer
2016-05-01
1
-7
/
+7
*
Fix uses of inefficient QList<QNodeId>
Marc Mutz
2016-03-01
1
-2
/
+6
*
QScene: port QMultiHash::values() to equal_range()
Marc Mutz
2016-02-29
1
-5
/
+6
*
core: eradicate Q_FOREACH loops [low-risk]
Marc Mutz
2016-02-29
1
-1
/
+1
*
const QNodeId & -> QNodeId
Paul Lemire
2016-02-22
1
-9
/
+9
*
Unify license header usage
Antti Kokko
2016-01-26
1
-11
/
+14
*
Move Qt3DCore into Qt3DCore namespace
Sean Harmer
2015-10-13
1
-1
/
+1
*
Find a set of QNode pointers from node ids locking just once
Sean Harmer
2015-08-05
1
-0
/
+11
*
Do not add duplicate entities to the component-to-entities map
Laszlo Agocs
2015-08-02
1
-0
/
+7
*
QScene: add a getter for the QChangeArbiter
Paul Lemire
2015-07-07
1
-0
/
+6
*
QScene is now private
Paul Lemire
2015-07-06
1
-1
/
+1
*
Properly initialize q_ptr (or avoid where it is not needed)
Konstantin Ritt
2015-05-20
1
-6
/
+3
*
Copyright header change.
Mika Salmela
2015-02-09
1
-19
/
+14
*
Introduce QLockableObserverInterface
Kevin Ottens
2015-02-08
1
-3
/
+3
*
Allow the scene to know its engine
Kevin Ottens
2015-01-23
1
-3
/
+11
*
Don't leak the d-pointer of QScene
Kevin Ottens
2015-01-23
1
-0
/
+4
*
Change uuid -> id as it really isn't universally unique any longer
Sean Harmer
2014-12-19
1
-13
/
+13
*
Rename QNodeUuid to QNodeId
Sean Harmer
2014-11-19
1
-14
/
+14
*
QNodeUuid: typedef for QUuid
Paul Lemire
2014-11-02
1
-14
/
+14
*
QObservableInterface refactored
Paul Lemire
2014-11-02
1
-8
/
+5
*
QChangeArbiter and Observers/Observables made private
Paul Lemire
2014-10-17
1
-2
/
+2
*
QNode refactoring
Paul Lemire
2014-10-03
1
-20
/
+4
*
Improved/Refactored cloning and doClone off all subclasses
Paul Lemire
2014-09-30
1
-0
/
+19
*
QChangeArbiter/QScene refactoring
Paul Lemire
2014-09-30
1
-6
/
+24
*
QSceneInterface method to add Component/Entities lookup
Paul Lemire
2014-09-30
1
-0
/
+22
*
QScene implements QSceneInterface
Paul Lemire
2014-09-28
1
-6
/
+60
*
Renamed QSceneLookup to QScene
Paul Lemire
2014-09-28
1
-0
/
+89