summaryrefslogtreecommitdiffstats
path: root/src/extras
Commit message (Expand)AuthorAgeFilesLines
* Docs: Update the QAbstractCameraController overviewAlexei Cazacov2 days1-3/+0
* QText2DEntity text alignmentAlexander Hulander2024-03-053-0/+40
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2024-02-281-1/+0
* Doc: Fully qualify \property, \qmlproperty, \typedef, \enumLuca Di Sera2024-02-1335-207/+207
* build system: fix unity buildsTim Blechmann2024-02-0728-45/+57
* Address API review commentsMike Krus2024-01-311-30/+14
* RHI: fix the PerVertexColorMaterial shaderAurélien Brooke2024-01-131-138/+1
* Fix ambient color contribution in Phong shaderAurélien Brooke2024-01-134-18/+34
* Readability: use empty() instead of size() to check for emptinessAurélien Brooke2024-01-131-1/+1
* Doc: Add a description to the QCylinderMesh class and qml typeAndreas Eliasson2023-11-151-0/+6
* Add ability to target Left/Right back buffer to use with stereo modeAlexander Busse2023-11-091-1/+2
* Add set upVector and other interface in orbit cameracontrollerNicekwell Ni2023-11-013-9/+149
* Don't change RHI's default surface format versionBogDan Vatra2023-10-021-3/+0
* Doc: Add missing leading asterisk to qdoc commandAndreas Eliasson2023-08-3012-12/+12
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-221-0/+1
* qt3dwindow: request Direct3DSurface when requesting d3d11Paul Lemire2023-07-201-1/+1
* Doc: Fix incorrect module/type names in \qmlproperty commandsTopi Reinio2023-06-061-3/+3
* QSkyboxEntity: add support for the RHI rendererAurélien Brooke2023-06-052-0/+18
* Make 'struct Light' to support std140Inho Lee2023-04-201-1/+4
* Remove qmake build filesMike Krus2023-03-175-171/+0
* QDistanceFieldCache: fix QTextureAtlas dangling pointerPaul Lemire2023-02-141-2/+8
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-101-0/+3
* qspritesheetitem_p.h: Fix include guardFriedemann Kleint2023-02-101-3/+3
* Fix warnings about fields anonymous namespacesFriedemann Kleint2023-02-101-8/+5
* QText2DEntity: fix QTextureAtlas parenting that could lead to crashesPaul Lemire2023-02-102-7/+9
* Remove Qt6 QT_VERSION checks from the code basePaul Lemire2023-02-101-5/+1
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-217-7/+7
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-1/+1
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-201-1/+1
* Use SPDX license identifiersLucie Gérard2022-10-126-294/+12
* Adjust CMake condition and condition in code when including vulkan headersAlexey Edelev2022-09-231-1/+4
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-241-1/+1
* Fix various [=] lambda captures to capture [this] insteadMarc Mutz2022-07-121-1/+2
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Qt3DExtras: includemocsMike Krus2022-06-2344-0/+88
* Use SPDX license identifiersLucie Gérard2022-06-22144-5687/+294
* Fix some compile warningsMike Krus2022-06-034-14/+14
* Make sure all private headers include at least one otherThiago Macieira2022-03-085-2/+6
* Move Q_DECLARE_PUBLIC to the public sectionThiago Macieira2021-11-232-0/+2
* Doc: Replace \qmlproperty Object with QtObjectIvan Tkachenko2021-10-211-2/+2
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-1012-123/+159
* CMake: Fix incorrect dependency on private modulesAlexandru Croitor2021-08-051-2/+4
* Disable RHI Renderer by defaultMike Krus2021-07-191-1/+4
* Fix detection of VulkanMike Krus2021-03-221-2/+2
* Update phong and metalrough shader graphsPaul Lemire2021-03-045-625/+275
* QDiffuseMapMaterial: use proper RHI vertex shaderPaul Lemire2021-02-241-1/+1
* Fix QMetalRoughMaterial on RHIPaul Lemire2021-02-242-16/+42
* Qt3DWindow: request OpenGL API and renderer on 5.15Paul Lemire2021-02-241-4/+12
* Make Qt3DWindow handle default surface format more gracefullyMike Krus2021-01-272-10/+26
* Port QText2DEntity to use std::vectorMike Krus2021-01-114-35/+40