aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QML engine: fix conversion scores for sequences in CallOverloadedFabian Kosmale2020-11-044-0/+52
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-11-041-2/+2
* Adjust to QPropertyBindingPrivate not using std::function anymoreFabian Kosmale2020-11-042-9/+44
* Remove some outdated comments about FontLoader.nameEskil Abrahamsen Blomfeldt2020-11-041-4/+2
* Update MetaType things in testsDavid Skoland2020-11-045-17/+14
* Speed up tst_QQuickListView; round coordinate displayShawn Rutledge2020-11-032-3/+15
* QmlCompiler: Use the name of a QML object as its locationUlf Hermann2020-11-031-1/+3
* Expose QQmlPlatform and QQmlApplication to QMLUlf Hermann2020-11-032-0/+5
* QQuickItem: remove unnecessary friendShawn Rutledge2020-11-031-2/+1
* QmlCompiler: Allow the specification of file scope codeUlf Hermann2020-11-032-5/+12
* Doc: Minor fix for \sa syntax that caused a disappeared linkEirik Aavitsland2020-11-031-1/+1
* tst_qqmlbinding: Do not leak componentFabian Kosmale2020-11-031-1/+2
* QML: Fix typo in documentationUlf Hermann2020-11-021-1/+1
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-024-7/+4
* tst_qqmlbinding: Avoid event loop flakyness on Ubuntu 20.04Fabian Kosmale2020-11-021-2/+1
* Fix compiler warnings from testsVolker Hilsheimer2020-11-022-7/+7
* Update tests to use new metaType systemDavid Skoland2020-11-0216-139/+138
* QML: Allow singleton types to be extendedUlf Hermann2020-11-0210-44/+156
* QML: Allow singletons to be created with a factory functionUlf Hermann2020-11-024-14/+101
* QML: Allow namespaces as extensions to typesUlf Hermann2020-11-0210-21/+116
* sg docs: Add a note about direct graphics API usageLaszlo Agocs2020-11-021-0/+9
* Migration guide: cover removal of deprecated functionsFabian Kosmale2020-11-021-0/+102
* CMake: Fix qmltest's config module name as understood by qmakeAlexandru Croitor2020-11-022-0/+2
* Update dependencies on 'dev' in qt/qtdeclarativev6.0.0-beta3Qt Submodule Update Bot2020-11-021-2/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-11-011-2/+2
* Fix QQuickItem::ungrabMouse()Shawn Rutledge2020-10-311-3/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-10-311-2/+2
* QQuickPointerHandler: Don't leak the QtQuick-specific extra dataUlf Hermann2020-10-311-0/+1
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-3125-60/+60
* Hide QQuickRenderTarget equality operators from ADLVolker Hilsheimer2020-10-312-23/+26
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-10-311-2/+2
* Add #include <QPainter> in textballoon exampleShawn Rutledge2020-10-311-0/+1
* Modernize event handling in PinchAreaShawn Rutledge2020-10-303-69/+69
* Revert "qquickloader: Free memory of loaded components after source change"Maximilian Goldstein2020-10-301-13/+0
* Remove unnecessary casts in QQWinPrivate::sendFilteredPointerEventImpl()Shawn Rutledge2020-10-301-8/+6
* Fix tst_QQuickMultiPointTouchArea::inMouseAreaShawn Rutledge2020-10-292-3/+1
* Fix qmltest::event testsShawn Rutledge2020-10-293-15/+9
* Fix tst_qquickitem::touchEventAcceptIgnoreShawn Rutledge2020-10-292-70/+24
* Don't send an item a mouse release with a button that it doesn't acceptShawn Rutledge2020-10-292-20/+21
* Fix and improve parts of tst_qquickitemShawn Rutledge2020-10-292-80/+43
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-10-291-2/+2
* Add tst_qquickitem::mousePropagationToParent() testShawn Rutledge2020-10-291-5/+59
* Accept a mouse event's point if event is accepted after visiting itemShawn Rutledge2020-10-291-0/+1
* QML migration guide: Add initial contentFabian Kosmale2020-10-291-1/+29
* QML: Make date parsing more lenientFabian Kosmale2020-10-293-0/+15
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-10-291-2/+2
* Change terminology to "look and feel"Jerome Pasion2020-10-291-2/+2
* Improve tst_TouchMouse::pinchOnFlickableShawn Rutledge2020-10-281-40/+23
* Make touchmouse pinch test qml manually testable and visually sensibleShawn Rutledge2020-10-282-14/+21
* Standardize QJsonArray iterationDavid Skoland2020-10-2810-34/+35