aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add test for rendercontrol + rendererinterfaceLaszlo Agocs2020-06-223-6/+232
* tst_qquickwindow: Add basic rendererInterface testLaszlo Agocs2020-06-221-51/+110
* Emit new frame signals from the software backendLaszlo Agocs2020-06-223-0/+28
* QQuickWidget: do not crash when failing to make context currentLaszlo Agocs2020-06-221-1/+5
* Doc: Update QML connection inline snippetPaul Wicking2020-06-221-1/+1
* qqmltypecompiler: Be more careful when resolving enumsFabian Kosmale2020-06-223-4/+77
* Revert "Decode directory separators in source URLs"Ulf Hermann2020-06-225-25/+19
* Fix QQmlContext::nameForObject Qt 6 todoFabian Kosmale2020-06-202-3/+2
* Remove non-const overload of QQmlApplicationEngine::rootObjectsFabian Kosmale2020-06-202-14/+0
* Move a misplaced include to help no-pch buildsLaszlo Agocs2020-06-192-1/+1
* Add getters for rendertarget/device/configLaszlo Agocs2020-06-192-0/+52
* Make it possible to specify device extensions in a future proof mannerLaszlo Agocs2020-06-1917-33/+473
* Fix up exposing the swapchain to Quick3DLaszlo Agocs2020-06-193-4/+30
* Fix typos in QQuickGraphicsDevice docsLaszlo Agocs2020-06-191-3/+3
* qmllint: search methods and properties also in attached typeEvgeniy A. Dushistov2020-06-194-22/+76
* Remove comment that is no longer validEskil Abrahamsen Blomfeldt2020-06-191-2/+0
* Improve a qHash implementationGiuseppe D'Angelo2020-06-181-2/+2
* Fix SceneGraphRendererFrame event for the Quick ProfilerLaszlo Agocs2020-06-181-0/+7
* Lock all type modules of the same URI when importing a pluginUlf Hermann2020-06-183-6/+21
* Fix outline shader with transparent fillEskil Abrahamsen Blomfeldt2020-06-182-2/+2
* qmlformat: Fix nested ifsMaximilian Goldstein2020-06-184-19/+88
* Remove broken profiler/trace points in the scenegraphLaszlo Agocs2020-06-183-87/+2
* qmltyperegistrar: Always register version x.0 of the moduleUlf Hermann2020-06-181-2/+7
* QQmlMetaTypeData: Use a better container for the type modulesUlf Hermann2020-06-183-58/+77
* Refactor QQmlMetaTypeData::VersionedUri a bitUlf Hermann2020-06-181-7/+10
* Update ShaderEffect docsLaszlo Agocs2020-06-184-395/+204
* ShaderEffect: vertexShader and fragmentShader are now URLsLaszlo Agocs2020-06-186-64/+60
* Only enable opting in to rhi profiling when qml debugging is enabledLaszlo Agocs2020-06-182-2/+12
* qmllint: high level item can also be listEvgeniy A. Dushistov2020-06-185-3/+34
* Fix outline for connected textEskil Abrahamsen Blomfeldt2020-06-1816-13/+61
* Revert accidentally changed outline shadersEskil Abrahamsen Blomfeldt2020-06-184-8/+6
* Hide QSGTexture APIs with non-public types from the public docsLaszlo Agocs2020-06-172-8/+9
* Simplify the software backend selection logicLaszlo Agocs2020-06-171-7/+8
* Add "rhi" as an accepted scenegraph backend nameLaszlo Agocs2020-06-171-2/+9
* Fix GL_ constant usage in examplesLaszlo Agocs2020-06-174-6/+6
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-1746-523/+685
* SceneGraph: Check for existing offscreen surface before creating oneUlf Hermann2020-06-171-1/+2
* Unify error messages in qqmlimport.cppUlf Hermann2020-06-171-30/+31
* Drop the "plugin cannot be loaded" extension to error messagesUlf Hermann2020-06-172-20/+4
* Use JS functions for Connections in some testsUlf Hermann2020-06-172-2/+2
* QVariant::setValue: do not force the template parametersGiuseppe D'Angelo2020-06-171-1/+1
* Revert "CMake: Fix failing linux static build"Alexandru Croitor2020-06-172-2/+0
* Fix the vertical alignment of images in a text documentDominik Holland2020-06-171-4/+6
* Add some blind fixes for the OpenVG scenegraph backendLaszlo Agocs2020-06-176-24/+6
* qmlformat: Fix trailing newline in if blocksMaximilian Goldstein2020-06-177-3/+26
* qmlformat: Copy string literals verbatimMaximilian Goldstein2020-06-176-5/+25
* qmllint: fix wrong warning about enum usageEvgeniy A. Dushistov2020-06-176-0/+39
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-1674-342/+341
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-06-161-2/+2
* QQmlEngine: Remove ownedByQml1 checksFabian Kosmale2020-06-161-9/+0