aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-2419-70/+232
* Don't leak QQmlBoundSignalExpressions in signaltransition.cppUlf Hermann2020-06-241-5/+8
* Replace QQmlBoundSignalExpressionPointer with QQmlRefPointerUlf Hermann2020-06-2410-150/+24
* QQmlPropertyCache: Don't retrieve metaObjectOffset() twiceUlf Hermann2020-06-241-1/+1
* qqmlobjectcreator: Fix a typo in translation stringLiang Qi2020-06-231-1/+1
* Document how to use CMake for Qt QmlKai Koehne2020-06-235-79/+25
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-2320-434/+202
* Move resetOpenGLState out of QQFBOGiuseppe D'Angelo2020-06-237-82/+202
* Add graphics instance and device basics to QQuickWindow docsLaszlo Agocs2020-06-231-0/+39
* MultiPointTouchArea: don't emit canceled() during ordinary touch releaseShawn Rutledge2020-06-221-2/+3
* Defer setting a QVulkanInstance on the windowLaszlo Agocs2020-06-222-10/+13
* 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