aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-2640-71/+71
* Add what-would-my-graphics-api-be getterLaszlo Agocs2020-06-263-0/+41
* webOS: Don't send synthetic hover event on a frame updateJaeyoon Jung2020-06-251-0/+4
* qv4dateobject.cpp: USE_QTZ_SYSTEM_TIMEZONE on more platformsUlf Hermann2020-06-251-2/+19
* Drop special casing of QDateTime when setting valuesUlf Hermann2020-06-252-10/+2
* QQmlPropertyBinding: convert to correct typeFabian Kosmale2020-06-251-2/+4
* Use QList instead of QVectorJarek Kobus2020-06-2511-27/+24
* Add links to examples in scenegraph docsLaszlo Agocs2020-06-242-0/+8
* Fix up the Scenegraph section in examples.qdocLaszlo Agocs2020-06-241-8/+6
* 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