aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Blacklist tst_qquickfolderlistmodel::nameFilters on macOsFabian Kosmale2021-01-201-0/+1
* tst_qquickloader: Make message matching less stringentFabian Kosmale2021-01-201-1/+1
* qmllint: Skip failing testsFabian Kosmale2021-01-202-0/+4
* QQmlComponentPrivate::setInitialProperties: Do not silently swallow exceptionsFabian Kosmale2021-01-184-3/+25
* qmltyperegistrar: Remove QML.ManualRegistrationUlf Hermann2021-01-183-18/+1
* Add support for extended types to qmltyperegistrarUlf Hermann2021-01-1810-131/+221
* QML engine: Fix writing function to property through aliasFabian Kosmale2021-01-183-1/+41
* Update hovered on disabled QQuickItemsAllan Sandfeld Jensen2021-01-182-2/+4
* qmltyperegistrar: Silence further static analysis warningsUlf Hermann2021-01-182-2/+2
* qmltyperegistrar: Always use the local type name for "auto" elementsUlf Hermann2021-01-181-1/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-01-181-2/+2
* Build fixes for GCC 11Ville Voutilainen2021-01-181-2/+2
* Quick.Layouts: Make plugin optionalFabian Kosmale2021-01-1816-22/+120
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-01-181-2/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-01-181-2/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-01-151-2/+2
* qmltyperegistrar: Silence further static analysis warningsUlf Hermann2021-01-152-12/+12
* qmltyperegistrar: Silence some static analysis warningsUlf Hermann2021-01-151-12/+12
* Remove the qmake project filesFabian Kosmale2021-01-15463-7640/+0
* Remove qmldir files in src/importsFabian Kosmale2021-01-1516-85/+0
* Don't set properties on a host tool when cross compilingMarianne Yrjänä2021-01-151-1/+6
* Move QtObject out of the QV4 namespaceUlf Hermann2021-01-151-21/+22
* Change QQuickShortcut::setSequences to bind to all sequencesAndreas Buhr2021-01-152-40/+166
* Pass QWheelEvent data to QML engine via QQuickWheelEvent pointerVolker Hilsheimer2021-01-155-18/+25
* CMake: add properties when tools are builtSamuli Piippo2021-01-151-1/+1
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-01-151-2/+2
* fixs wayland qtwebeneine application webpage close crashMa Aiguo2021-01-151-2/+2
* QQmlComponent: Avoid crash when setting initial properties in JS moduleFabian Kosmale2021-01-155-1/+33
* Flickable: ignore trackpad events with px deltas in disallowed directionShawn Rutledge2021-01-153-5/+131
* QuickLayouts: fix crash when layout width depends on parent widthIvan Solovev2021-01-152-2/+39
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-01-151-2/+2
* Fix broken compressed texturesJonas Karlsson2021-01-141-0/+2
* Do not revert properties of deleted objectsAlexey Edelev2021-01-143-0/+121
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-143-1/+37
* Enable importing OpenGL textures for the GL_TEXTURE_EXTERNAL_OES targetLaszlo Agocs2021-01-146-12/+70
* exposecppattributes.qdoc: Warn about aliasesMaximilian Goldstein2021-01-141-0/+23
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-01-141-2/+2
* Fix QQuickShortcut::setContext so re-grab all shortcutsAndreas Buhr2021-01-132-0/+51
* Remove unused variable fromSourcedAndreas Buhr2021-01-131-2/+1
* ListModel: Fix move handling in syncFabian Kosmale2021-01-136-3/+384
* Add a freeze() method to QQmlPropertyMapUlf Hermann2021-01-135-9/+60
* Remove QQmlCleanupUlf Hermann2021-01-1315-242/+11
* QQmlPropertyMap: Add a method to insert multiple values at onceUlf Hermann2021-01-135-15/+153
* QQmlPropertyMap: Check validity of keys only onceUlf Hermann2021-01-131-9/+2
* Regenerate Shape fill geometry when alpha changes to non-zeroLaszlo Agocs2021-01-131-0/+4
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2021-01-131-2/+2
* QmlTest: Privately export the QML-exposed classesUlf Hermann2021-01-123-4/+9
* Merge the QtTest and Qt.test.qtestroot QML modulesUlf Hermann2021-01-1219-140/+60
* Add a -i <qmltypes> option to qmlcachegenUlf Hermann2021-01-122-0/+10
* QQmlListReference: Allow construction from a QVariantUlf Hermann2021-01-123-0/+59