aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick3d/qquick3ditem2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Drive by fix of some includedChristian Strømme2023-09-041-0/+2
* Item2D use a signal blocker to avoid continuously updatingChristian Strømme2023-04-181-19/+12
* Clean up Item2DChristian Strømme2023-04-181-22/+3
* RenderContextInterface improvementsChristian Strømme2023-04-181-2/+2
* Prevent the backend from processing destroyed item2DsInho Lee2023-02-141-3/+7
* Fix crash in item2dChristian Strømme2022-12-141-1/+1
* Improve how items under QQuick3DItem2D is handle when they're destroyedChristian Strømme2022-12-121-5/+5
* Item2D: fix to emit allChildrenRemovedInho Lee2022-11-101-1/+1
* Item2D: remove redundant operations when deleting source itemsInho Lee2022-11-101-0/+3
* Item2D: dereference window when window is destroyedInho Lee2022-11-071-0/+20
* Item2D : Delete the RP descriptor when cleanupInho Lee2022-11-041-0/+15
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Attempt to clean-up some of the flags in our backend nodesChristian Strømme2022-04-251-1/+1
* Item2D: Noop on sceneGraphChanged triggered by updateSpatialNode()Yuya Nishihara2022-03-251-2/+16
* Don't make Item2D's always pickableKaj Grönholm2021-11-261-0/+21
* Fix crash when embedded 2d content is rendered in another windowAntti Määttä2021-08-181-0/+18
* Fix crash in QQuick3DItem2D::updateSpatialNodeMiikka Heikkinen2021-06-281-2/+1
* Item2D: Do not use queued signal conn. with basic render loopLaszlo Agocs2021-03-061-1/+2
* Item2D: Do not set size for m_contentItemLaszlo Agocs2021-03-061-1/+1
* Support input events in 3DAndy Nichols2021-03-021-0/+9
* Prevent leaking the QSGRenderer when dynamically removing Item2DLaszlo Agocs2020-10-261-0/+18
* Render 2D items without and FBO when possibleAndy Nichols2020-06-121-112/+68
* Fix quick items rendering orderKaj Grönholm2020-03-161-1/+2
* Fix Item2D visibility & opacityKaj Grönholm2020-03-111-14/+54
* Fix dynamic removal of Quick itemsKaj Grönholm2020-03-051-7/+4
* Remove Item2D textureProvider code-pathKaj Grönholm2020-03-051-35/+20
* Fix type APIChristian Strømme2020-03-041-7/+4
* Don't expose the scene manager in the QQuick3DObject classChristian Strømme2020-03-041-5/+5
* Add enum type to valuesTomi Korpipaa2020-02-261-1/+1
* Fix up the visible flag for 2d itemsInho Lee2020-02-101-1/+1
* Fix scene manager node referencesAntti Määttä2020-02-071-2/+2
* Add ability to directly place QQuickItems in 3D sceneInho Lee2020-02-061-0/+177