aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVectorJarek Kobus2020-06-2517-37/+34
* Use qt_enable_autogen_tool to explicitly enable AUTOMOCMÃ¥rten Nordheim2020-06-242-1/+22
* CMake: Fix tst_qqmlmoduleplugin for MinGWCristian Adam2020-06-245-0/+6
* 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
* New custom material examplePaul Olav Tvete2020-06-2413-3/+749
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-06-241-2/+2
* qmllint: Properly process qmldir imports and dependenciesUlf Hermann2020-06-247-105/+112
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-2427-76/+280
* 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
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-06-231-2/+2
* 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
* qqmlecmascript: modify test to return type which is actually unknownFabian Kosmale2020-06-231-1/+3
* tst_qqmlecmascript: QList is now QList again (not QVector)Fabian Kosmale2020-06-231-1/+1
* Remove QQuickPointerDevice in favor of QPointingDeviceShawn Rutledge2020-06-2339-559/+270
* Move resetOpenGLState out of QQFBOGiuseppe D'Angelo2020-06-237-82/+202
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-06-231-2/+2
* 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-2228-121/+133
* Rename setSceneGraphBackend to setGraphicsApiLaszlo Agocs2020-06-2224-39/+78
* 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