aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick3d/qquick3ditem2d_p.h
Commit message (Expand)AuthorAgeFilesLines
* Item2D use a signal blocker to avoid continuously updatingChristian Strømme2023-04-181-1/+0
* Clean up Item2DChristian Strømme2023-04-181-2/+1
* Improve how items under QQuick3DItem2D is handle when they're destroyedChristian Strømme2022-12-121-1/+1
* Item2D: dereference window when window is destroyedInho Lee2022-11-071-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Item2D: Noop on sceneGraphChanged triggered by updateSpatialNode()Yuya Nishihara2022-03-251-0/+1
* Don't make Item2D's always pickableKaj Grönholm2021-11-261-0/+2
* Fix crash when embedded 2d content is rendered in another windowAntti Määttä2021-08-181-1/+2
* Support input events in 3DAndy Nichols2021-03-021-1/+3
* Render 2D items without and FBO when possibleAndy Nichols2020-06-121-4/+18
* Fix Item2D visibility & opacityKaj Grönholm2020-03-111-7/+2
* Remove Item2D textureProvider code-pathKaj Grönholm2020-03-051-1/+0
* Fix type APIChristian Strømme2020-03-041-3/+1
* Add ability to directly place QQuickItems in 3D sceneInho Lee2020-02-061-0/+84