index
:
qt/qtquick3d.git
5.14
5.15
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-experimental
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
wip/cmake
A new module and API for defining 3D content in Qt Quick.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quick3d
/
qquick3ditem2d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drive by fix of some included
Christian Strømme
2023-09-04
1
-0
/
+2
*
Item2D use a signal blocker to avoid continuously updating
Christian Strømme
2023-04-18
1
-19
/
+12
*
Clean up Item2D
Christian Strømme
2023-04-18
1
-22
/
+3
*
RenderContextInterface improvements
Christian Strømme
2023-04-18
1
-2
/
+2
*
Prevent the backend from processing destroyed item2Ds
Inho Lee
2023-02-14
1
-3
/
+7
*
Fix crash in item2d
Christian Strømme
2022-12-14
1
-1
/
+1
*
Improve how items under QQuick3DItem2D is handle when they're destroyed
Christian Strømme
2022-12-12
1
-5
/
+5
*
Item2D: fix to emit allChildrenRemoved
Inho Lee
2022-11-10
1
-1
/
+1
*
Item2D: remove redundant operations when deleting source items
Inho Lee
2022-11-10
1
-0
/
+3
*
Item2D: dereference window when window is destroyed
Inho Lee
2022-11-07
1
-0
/
+20
*
Item2D : Delete the RP descriptor when cleanup
Inho Lee
2022-11-04
1
-0
/
+15
*
Use SPDX license identifiers
Lucie Gérard
2022-06-16
1
-28
/
+2
*
Attempt to clean-up some of the flags in our backend nodes
Christian Strømme
2022-04-25
1
-1
/
+1
*
Item2D: Noop on sceneGraphChanged triggered by updateSpatialNode()
Yuya Nishihara
2022-03-25
1
-2
/
+16
*
Don't make Item2D's always pickable
Kaj Grönholm
2021-11-26
1
-0
/
+21
*
Fix crash when embedded 2d content is rendered in another window
Antti Määttä
2021-08-18
1
-0
/
+18
*
Fix crash in QQuick3DItem2D::updateSpatialNode
Miikka Heikkinen
2021-06-28
1
-2
/
+1
*
Item2D: Do not use queued signal conn. with basic render loop
Laszlo Agocs
2021-03-06
1
-1
/
+2
*
Item2D: Do not set size for m_contentItem
Laszlo Agocs
2021-03-06
1
-1
/
+1
*
Support input events in 3D
Andy Nichols
2021-03-02
1
-0
/
+9
*
Prevent leaking the QSGRenderer when dynamically removing Item2D
Laszlo Agocs
2020-10-26
1
-0
/
+18
*
Render 2D items without and FBO when possible
Andy Nichols
2020-06-12
1
-112
/
+68
*
Fix quick items rendering order
Kaj Grönholm
2020-03-16
1
-1
/
+2
*
Fix Item2D visibility & opacity
Kaj Grönholm
2020-03-11
1
-14
/
+54
*
Fix dynamic removal of Quick items
Kaj Grönholm
2020-03-05
1
-7
/
+4
*
Remove Item2D textureProvider code-path
Kaj Grönholm
2020-03-05
1
-35
/
+20
*
Fix type API
Christian Strømme
2020-03-04
1
-7
/
+4
*
Don't expose the scene manager in the QQuick3DObject class
Christian Strømme
2020-03-04
1
-5
/
+5
*
Add enum type to values
Tomi Korpipaa
2020-02-26
1
-1
/
+1
*
Fix up the visible flag for 2d items
Inho Lee
2020-02-10
1
-1
/
+1
*
Fix scene manager node references
Antti Määttä
2020-02-07
1
-2
/
+2
*
Add ability to directly place QQuickItems in 3D scene
Inho Lee
2020-02-06
1
-0
/
+177