summaryrefslogtreecommitdiffstats
path: root/src/quick3d
Commit message (Expand)AuthorAgeFilesLines
* Qt3DQuickExtras: includemocsMike Krus2022-06-303-0/+5
* Qt3DQuickInput: includemocsMike Krus2022-06-306-0/+12
* Qtqtquick3dcoreplugin: includemocsMike Krus2022-06-301-0/+2
* Qtqtquickscene3dplugin: includemocsMike Krus2022-06-303-0/+5
* Qt3DQuickAnimation: includemocsMike Krus2022-06-307-0/+14
* Qt3DQuick: includemocsMike Krus2022-06-307-0/+15
* Qtquick3dextrasplugin: includemocsMike Krus2022-06-301-0/+2
* Qt3DQuickRender: includemocsMike Krus2022-06-3018-0/+36
* Qtqtquickscene2dplugin: includemocsMike Krus2022-06-301-0/+2
* Qt3DQuickScene2D: includemocsMike Krus2022-06-294-0/+8
* Qtquick3dlogicplugin: includemocsMike Krus2022-06-271-0/+2
* Qtquick3drenderplugin: includemocsMike Krus2022-06-271-0/+2
* Qtquick3dinputplugin: includemocsMike Krus2022-06-271-0/+2
* Qtquick3danimationplugin: includemocsMike Krus2022-06-271-0/+2
* Fix Qt3D.Core type registration to be called in static buildsAlexandru Croitor2022-06-222-1/+11
* Add QtQml dependency to Qt3D.RenderMarco Bubke2022-06-071-0/+2
* Add QtQuick dependency to Qt3D.ExtrasMarco Bubke2022-06-071-1/+2
* Add QtQml dependency to Qt3D.InputMarco Bubke2022-06-071-0/+2
* Fix some compile warningsMike Krus2022-06-071-2/+2
* Add QtQml and Qt3D.Render dependency to Qt3D.AnimationMarco Bubke2022-05-111-0/+3
* Add QtQuick dependency to Qt3D.CoreMarco Bubke2022-05-111-0/+2
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-1032-351/+447
* CMake: Don't give plugins PUBLIC usage requirements part 2Li Xinwei2021-08-067-10/+10
* CMake: Fix incorrect dependency on private modulesAlexandru Croitor2021-08-055-15/+30
* Disable RHI Renderer by defaultMike Krus2021-07-191-1/+13
* Use RHI for Qt3DQuickWindowMike Krus2021-06-191-1/+1
* Update to latest CMake API for QMLUlf Hermann2021-06-059-55/+68
* Doc: Update the usage of \default QDoc commandTopi Reinio2021-06-023-3/+3
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-159-9/+9
* Transform Qt3D.Core to declarative type registrationUlf Hermann2021-04-0611-37/+216
* Remove quick3d plugins.qmltypes to unblock integrationsAlexandru Croitor2021-04-011-573/+0
* Scene3DSGMaterialShader: replace a 0 by a nullptrPaul Lemire2021-02-241-1/+1
* Make Scene3DItem renderer properly on 5.15Paul Lemire2021-02-241-3/+21
* Scene3DItem: request OpenGL backend on 5.15Paul Lemire2021-02-241-1/+6
* Scene3DSGMaterialShader: restore 5.15 codePaul Lemire2021-02-232-1/+97
* Scene3DRenderer: 5.15 pass a pointer to the native texture idPaul Lemire2021-02-231-1/+1
* Update QtQuick API to build with 5.15Mike Krus2021-01-1116-4/+78
* Use correct Y axis orientationMike Krus2021-01-081-1/+1
* Update QQMLPropertyList APIMike Krus2021-01-0863-1622/+1226
* Clean up qml type handlingMike Krus2020-11-264-1251/+498
* Scene3D: handle flipping based on the RHI backend in usePaul Lemire2020-11-265-3/+28
* Follow up on change of QQmlListProperty to qsizetypeMike Krus2020-11-2062-170/+169
* Make ObjectPicker optional for Scene2DMichael Brasser2020-11-041-23/+25
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-022-4/+4
* Finish removing traces of Scene3DViewMike Krus2020-10-283-12/+1
* Trigger an update on the quick window when creating a render aspectSean Harmer2020-10-211-0/+3
* Render enough frames to flush the Qt3D pipeline when dirtySean Harmer2020-10-212-4/+19
* Adapt to platform API renameMike Krus2020-10-101-1/+1
* Use internal CMake APIMike Krus2020-10-0714-25/+25
* Fix QtQml integration for basic typesMike Krus2020-10-074-292/+937