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.10
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
/
tests
/
auto
/
render
/
entity
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct license for test files
Lucie Gérard
2024-04-23
1
-1
/
+1
*
CMake: Make qt3d tests standalone projects
Alexandru Croitor
2023-07-06
1
-0
/
+6
*
Remove qmake build files
Mike Krus
2023-03-17
1
-11
/
+0
*
Port from container::count() and length() to size() - V4
Marc Mutz
2022-10-20
1
-7
/
+7
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-24
1
-1
/
+1
*
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Alexandru Croitor
2022-07-27
1
-1
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-07-08
1
-0
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-27
/
+2
*
Don't include the world for tests
Mike Krus
2020-12-09
1
-1
/
+1
*
Use internal CMake API
Mike Krus
2020-10-07
1
-1
/
+1
*
Fix compile warnings
Paul Lemire
2020-08-18
1
-2
/
+2
*
Use QList instead of QVector in tests
Jarek Kobus
2020-07-09
1
-4
/
+4
*
Add missing tests and benchmarks
Mike Krus
2020-06-24
1
-7
/
+2
*
Add support for building with CMake
Mike Krus
2020-05-22
1
-0
/
+31
*
Remove deprecated classes and functions
Paul Lemire
2020-02-11
1
-4
/
+0
*
Merge remote-tracking branch '5.14' into 5.15
Mike Krus
2020-02-05
1
-6
/
+36
|
\
|
*
Fix stale Entity caches
Paul Lemire
2020-01-31
1
-11
/
+36
*
|
Fix deprecation handling
Mike Krus
2020-01-14
1
-0
/
+4
*
|
Deprecate message API
Mike Krus
2019-12-09
1
-6
/
+0
|
/
*
Fix compile warnings
Mike Krus
2019-10-08
1
-6
/
+6
*
Remove use of node/components added/removed messages
Mike Krus
2019-10-04
1
-19
/
+12
*
Clean up includes
Mike Krus
2019-10-01
1
-1
/
+0
*
Remove backend entity hierarchy rebuilding jobs
Jim Albamont
2019-09-20
1
-116
/
+102
*
Update QEntity to use direct sync mode
Mike Krus
2019-09-17
1
-26
/
+17
*
Merge remote-tracking branch 'origin/5.13' into dev
Paul Lemire
2019-06-03
1
-0
/
+186
|
\
|
*
Introduce EntityAccumulator
Mike Krus
2019-05-25
1
-1
/
+56
|
*
Introduce EntityVisitor
Mike Krus
2019-05-25
1
-0
/
+79
|
*
Iterate on child handles
Mike Krus
2019-05-25
1
-0
/
+52
*
|
Eradicate Q_FOREACH loops and mark the module clean
Marc Mutz
2019-05-22
1
-5
/
+5
|
/
*
Fix Entity parenting hierarchy
Jim Albamont
2019-04-04
1
-1
/
+118
*
Fix and improve layer filtering
Paul Lemire
2017-08-18
1
-0
/
+3
*
Extend Qt3DRender::Entity to support Armatures
Sean Harmer
2017-08-09
1
-3
/
+14
*
Integrate EnvironmentLight with Entity
Kevin Ottens
2017-02-24
1
-1
/
+11
*
Entity: fix -> properly clear childrenHandles vector
Paul Lemire
2016-08-16
1
-0
/
+17
*
Entity: add simple method to check for components
Paul Lemire
2016-06-27
1
-2
/
+6
*
QNodePropertyChange -> QPropertyUpdatedChange
Sean Harmer
2016-05-10
1
-1
/
+1
*
Remove ChangeFlag from NodeUpdated change type ctors
Sean Harmer
2016-05-10
1
-6
/
+3
*
Rename QScenePropertyChange -> QNodePropertyChange
Sean Harmer
2016-04-21
1
-3
/
+3
*
Use new component added/removed changes
Sean Harmer
2016-04-20
1
-12
/
+7
*
Make QBoundingVolumeDebug private
Mike Krus
2016-03-13
1
-9
/
+0
*
QComputeJob cleanup
Paul Lemire
2016-03-05
1
-5
/
+5
*
Fix uses of inefficient QList<QNodeId>
Marc Mutz
2016-03-01
1
-3
/
+3
*
Propagate backend node changes to Renderer; render-on-demand
Wieland Hagen
2016-02-24
2
-2
/
+20
*
Unify license header usage
Antti Kokko
2016-01-26
1
-17
/
+9
*
Move QCamera/QCameraLens to Qt3DRender
Paul Lemire
2016-01-16
1
-1
/
+1
*
Updated Entity unit tests
Paul Lemire
2016-01-13
1
-1
/
+10
*
Updated Entity unit tests
Paul Lemire
2015-11-16
1
-0
/
+3
*
Entity unit tests updated
Paul Lemire
2015-11-16
1
-1
/
+10
*
Entity Unit Tests improved
Paul Lemire
2015-10-24
1
-0
/
+67
*
Rename Renderer -> Render throughout
Sean Harmer
2015-10-19
2
-7
/
+7
[next]