summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in Renderer::cleanupShaderHarald Vistnes2022-02-101-0/+3
* Move Qt::Concurrent to the PUBLIC link sectionAlexey Edelev2021-12-201-1/+1
* CMake: Don't attempt to build pugixml.cppJoerg Bornemann2021-12-101-2/+1
* OpenGL renderer: restore surface on context when shutting downPaul Lemire2021-11-301-27/+39
* Revert "AnimationClip: fix the way we compute the duration"Paul Lemire2021-11-261-7/+4
* Doc: Replace use of \oldcode-\newcodeLuca Di Sera2021-11-251-3/+5
* RHI: Fix content not updated when using OnDemand and switching texturesPaul Lemire2021-11-241-0/+5
* OpenGL: Fix content not updated when using OnDemand and switching texturesPaul Lemire2021-11-241-0/+5
* AnimationClip: fix the way we compute the durationPaul Lemire2021-11-241-4/+7
* Move Q_DECLARE_PUBLIC to the public sectionThiago Macieira2021-11-232-0/+2
* Q*FActory: remove unused path argumentsThiago Macieira2021-11-2310-184/+23
* Fix MSVC warning in opengl renderview.cppKai Köhne2021-11-221-1/+1
* QGeometryFactory: don't make op== virtualMarc Mutz2021-11-173-3/+5
* Fix licensing headersMike Krus2021-11-173-12/+45
* Revert "QVector<T>::const_iterator isn't always a const T*"Thiago Macieira2021-11-033-6/+3
* ComputeCommand: call markDirty(ComputeDirty) when enabled changesPaul Lemire2021-11-031-0/+3
* ObjectPicker: markDirty(AllDirty) when we change the enabled propertyPaul Lemire2021-11-031-2/+7
* Fix compilation with latest qtbaseKai Köhne2021-10-283-6/+6
* QVector<T>::const_iterator isn't always a const T*Ville Voutilainen2021-10-253-3/+6
* Doc: Replace \qmlproperty Object with QtObjectIvan Tkachenko2021-10-212-3/+3
* Reset ClipAnimator loop counter on cleanupMauro Persano2021-09-291-0/+1
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-4/+0
* QRayCasterHitData: Fix warning about uninitialized baseThiago Macieira2021-08-311-1/+1
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-109-9/+9
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-10206-2058/+2652
* Picking: reuse LayerFilterJob to perform layer filteringPaul Lemire2021-08-097-98/+89
* CMake: Don't give plugins PUBLIC usage requirements part 2Li Xinwei2021-08-067-10/+10
* QRenderAspect: look for opengl renderer by defaultPaul Lemire2021-08-051-1/+1
* CMake: Fix incorrect dependency on private modulesAlexandru Croitor2021-08-056-17/+34
* CameraLens: use ParametersDirty rather than AllDirtyPaul Lemire2021-08-021-2/+2
* Fix for QShaderNode fix that selected highest version number of a rulePaul Lemire2021-07-291-1/+2
* CMake: Don't give plugins PUBLIC usage requirementsLi Xinwei2021-07-229-9/+9
* Disable RHI Renderer by defaultMike Krus2021-07-195-6/+24
* Compile RHI shaders on iOSMike Krus2021-07-191-1/+1
* QCoreAspect: run the bounding volume job when Entity enabled changesPaul Lemire2021-07-091-1/+2
* Rerun bounding volume update jobs when entity enabled property changesPaul Lemire2021-07-091-3/+6
* Change bounding update propagationMike Krus2021-06-216-38/+103
* Partially Revert "Remove custom gltf tool"Mike Krus2021-06-208-0/+938
* Use RHI for Qt3DQuickWindowMike Krus2021-06-191-1/+1
* Fix multi-view pickingMike Krus2021-06-144-2/+23
* QChannel/QChannelComponent: Export comparison operatorsFriedemann Kleint2021-06-072-8/+8
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-06-071-7/+7
* Update to latest CMake API for QMLUlf Hermann2021-06-0510-56/+68
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-06-041-1/+1
* Update assimp submoduleJani Heikkinen2021-06-022-2/+2
* Doc: Update the usage of \default QDoc commandTopi Reinio2021-06-023-3/+3
* Don't export QKeyFrame which is fully implemented in the headerPaul Lemire2021-06-021-1/+1
* Use correct name of the internal Zlib moduleAlexey Edelev2021-05-231-1/+1
* QShaderNode: use rule with highest version numberMauro Persano2021-05-041-5/+8
* Fix call to drawBuffers in SubmissionContextMauro Persano2021-05-031-1/+1