summaryrefslogtreecommitdiffstats
path: root/src/quick3d
Commit message (Expand)AuthorAgeFilesLines
* Scene3DItem: fix assert when changing windowAurélien Brooke2022-12-151-1/+6
* Monthly re-run of clang-tidy qt-* checks (11/2022)Marc Mutz2022-11-111-2/+2
* Quick3DNodeInstantiator: fix crash when using asyncPaul Lemire2022-10-271-9/+33
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-204-4/+4
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-2031-46/+46
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2413-13/+13
* Add license headers to cmake filesLucie Gérard2022-07-0813-0/+39
* Qtqtquickscene2dplugin: includemocsMike Krus2022-06-231-0/+2
* Qt3DQuickRender: includemocsMike Krus2022-06-2318-0/+36
* Qt3DQuickScene2D: includemocsMike Krus2022-06-234-0/+8
* Qt3DQuickAnimation: includemocsMike Krus2022-06-237-0/+14
* Qtqtquick3dcoreplugin: includemocsMike Krus2022-06-231-0/+2
* Qtquick3dextrasplugin: includemocsMike Krus2022-06-231-0/+2
* Qtqtquickscene3dplugin: includemocsMike Krus2022-06-233-0/+5
* Qtquick3danimationplugin: includemocsMike Krus2022-06-231-0/+2
* Qtquick3drenderplugin: includemocsMike Krus2022-06-231-0/+2
* Qtquick3dlogicplugin: includemocsMike Krus2022-06-231-0/+2
* Qtquick3dinputplugin: includemocsMike Krus2022-06-231-0/+2
* Qt3DQuickExtras: includemocsMike Krus2022-06-223-0/+5
* Qt3DQuick: includemocsMike Krus2022-06-227-0/+15
* Qt3DQuickInput: includemocsMike Krus2022-06-226-0/+12
* Use SPDX license identifiersLucie Gérard2022-06-22170-6491/+349
* Fix Qt3D.Core type registration to be called in static buildsAlexandru Croitor2022-06-172-1/+11
* Fix some compile warningsMike Krus2022-06-031-3/+3
* Add QtQml dependency to Qt3D.RenderMarco Bubke2022-05-111-0/+2
* Add QtQml dependency to Qt3D.InputMarco Bubke2022-05-111-0/+2
* Add QtQuick dependency to Qt3D.ExtrasMarco Bubke2022-05-111-1/+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
* Make sure all private headers include at least one otherThiago Macieira2022-03-0813-19/+23
* Fix use of private QtQuick APIMike Krus2022-01-261-1/+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