aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-2216-69/+97
* Rename setSceneGraphBackend to setGraphicsApiLaszlo Agocs2020-06-227-20/+59
* Add test for rendercontrol + rendererinterfaceLaszlo Agocs2020-06-222-6/+13
* Emit new frame signals from the software backendLaszlo Agocs2020-06-222-0/+8
* 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-221-4/+14
* Revert "Decode directory separators in source URLs"Ulf Hermann2020-06-223-20/+10
* 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
* 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
* Remove broken profiler/trace points in the scenegraphLaszlo Agocs2020-06-182-55/+1
* 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-185-63/+59
* Only enable opting in to rhi profiling when qml debugging is enabledLaszlo Agocs2020-06-182-2/+12
* 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
* Clean up QT_CONFIG(opengl)Paul Olav Tvete2020-06-1737-498/+671
* 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-171-16/+0
* QVariant::setValue: do not force the template parametersGiuseppe D'Angelo2020-06-171-1/+1
* 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
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-1661-309/+308
* QQmlEngine: Remove ownedByQml1 checksFabian Kosmale2020-06-161-9/+0
* Fix typo introduced by 1c6a70e1880a8André Klitzing2020-06-161-1/+1
* Make QQmlContext::resolveUrl() constUlf Hermann2020-06-164-17/+20
* QQuickWindow: Remove (set)ClearBeforeRenderingLaszlo Agocs2020-06-163-48/+5
* Revise QQuickWindow docs when it comes to OpenGLLaszlo Agocs2020-06-161-172/+193
* Remove the GL/ANGLE-ish QQuickWindowPrivate::contextCreationFailureMessageLaszlo Agocs2020-06-164-43/+5
* CMake: Fix failing 32 bit debug builds on MinGWAlexandru Croitor2020-06-151-0/+8
* Clean up QSGGeometry docs to not refer to OpenGLLaszlo Agocs2020-06-151-46/+38
* Cull removed items from QQuickItemViewFabian Kosmale2020-06-151-2/+3
* Remove QtQuick.Window pluginUlf Hermann2020-06-1515-260/+50