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
/
src
/
quick3d
/
quick3dscene2d
Commit message (
Expand
)
Author
Age
Files
Lines
*
Qt3D.Scene2D: add declarative QML registration
Sami Shalayel
2024-09-16
7
-20
/
+89
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
1
-1
/
+1
*
Mark the whole repo with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2024-02-28
1
-2
/
+0
*
Doc: Fully qualify \property, \qmlproperty, \typedef, \enum
Luca Di Sera
2024-02-13
1
-5
/
+5
*
build system: fix unity builds
Tim Blechmann
2024-02-07
4
-4
/
+7
*
Build with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-07-22
1
-0
/
+2
*
Doc: Fix incorrect module/type names in \qmlproperty commands
Topi Reinio
2023-06-06
1
-5
/
+5
*
Remove qmake build files
Mike Krus
2023-03-17
3
-52
/
+0
*
Remove Qt6 QT_VERSION checks from the code base
Paul Lemire
2023-02-10
3
-15
/
+0
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-20
1
-1
/
+1
*
Port from container::count() and length() to size() - V4
Marc Mutz
2022-10-20
1
-1
/
+1
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-24
1
-1
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-07-08
1
-0
/
+3
*
Qt3DQuickScene2D: includemocs
Mike Krus
2022-06-23
4
-0
/
+8
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
19
-722
/
+38
*
Make sure all private headers include at least one other
Thiago Macieira
2022-03-08
3
-6
/
+6
*
Replace QT_BEGIN_LICENSE:LGPL3 header
Kai Köhne
2021-08-10
17
-187
/
+238
*
CMake: Fix incorrect dependency on private modules
Alexandru Croitor
2021-08-05
1
-3
/
+6
*
Update QtQuick API to build with 5.15
Mike Krus
2021-01-11
2
-2
/
+11
*
Update QQMLPropertyList API
Mike Krus
2021-01-08
2
-46
/
+34
*
Follow up on change of QQmlListProperty to qsizetype
Mike Krus
2020-11-20
2
-4
/
+4
*
Make ObjectPicker optional for Scene2D
Michael Brasser
2020-11-04
1
-23
/
+25
*
Use internal CMake API
Mike Krus
2020-10-07
1
-2
/
+2
*
Remove the unneeded QScene2D qualifier for the renderPolicy property
Andy Shaw
2020-09-17
1
-1
/
+1
*
Use QList instead of QVector in implementation and docs
Jarek Kobus
2020-07-09
3
-5
/
+5
*
Use QList instead of QVector
Jarek Kobus
2020-07-07
2
-2
/
+2
*
Clean input event handling
Mike Krus
2020-06-23
1
-1
/
+0
*
Remove use of clear before rendering settings
Mike Krus
2020-06-17
1
-1
/
+2
*
Update dependencies
Mike Krus
2020-06-12
1
-1
/
+2
*
Update dependencies
Paul Lemire
2020-06-12
1
-1
/
+1
*
Update dependencies
Mike Krus
2020-06-05
1
-2
/
+4
*
Update dependencies
Mike Krus
2020-06-01
2
-27
/
+0
*
Add support for building with CMake
Mike Krus
2020-05-22
1
-0
/
+51
*
Fix build for Qt6
Mike Krus
2020-05-06
3
-6
/
+6
*
Geometry refactoring
Mike Krus
2020-02-27
1
-1
/
+1
*
Fix deprecations and warnings
Mike Krus
2020-02-26
2
-10
/
+0
*
Remove custom deprecation macro
Paul Lemire
2020-02-12
1
-1
/
+0
*
Remove deprecated classes and functions
Paul Lemire
2020-02-11
4
-30
/
+2
*
Merge remote-tracking branch 5.15 into dev
Mike Krus
2020-02-07
5
-10
/
+21
|
\
|
*
Make the OpenGL renderer a plugin
Paul Lemire
2020-02-05
1
-1
/
+1
|
*
Fix deprecation handling
Mike Krus
2020-01-14
1
-0
/
+1
|
*
Revert "Fix post FF API changes"
Mike Krus
2019-12-03
3
-2
/
+12
|
*
Doc: Fix documentation warnings
Topi Reinio
2019-11-13
2
-5
/
+6
|
*
Fix Scene2D initialization
Mike Krus
2019-10-23
1
-4
/
+12
|
*
Fix post FF API changes
Mike Krus
2019-10-22
3
-12
/
+2
|
*
Fix Coverity warnings
Mike Krus
2019-10-21
1
-0
/
+1
*
|
Update dependencies
Mike Krus
2020-02-07
1
-1
/
+1
|
/
*
Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"
Paul Lemire
2019-10-15
1
-0
/
+4
|
\
|
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Paul Lemire
2019-10-15
1
-0
/
+4
|
|
\
|
|
*
Clarify Scene2D input event support
Tomi Korpipaa
2019-10-07
1
-0
/
+4
[next]