aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QQuickMouseArea: let MouseArea reject hover eventsRichard Moe Gustavsen2022-04-053-33/+14
* QQuickControl: let Control reject hover eventsRichard Moe Gustavsen2022-04-057-5/+319
* QmlCompiler: Define variables also for conversion registersUlf Hermann2022-04-054-14/+47
* Doc: Add Qt Quick Widgets module landing pageAndreas Eliasson2022-04-051-0/+80
* QQuickDeliverAgent: don't propagate hover to siblingsRichard Moe Gustavsen2022-04-035-12/+109
* Doc: Improve cursorPosition description in TextInput and TextEdit docsJaishree Vyas2022-04-012-2/+23
* Doc: Fix Application type docsJaishree Vyas2022-04-011-4/+4
* QmlCompiler: Fix a number of warts regarding type lookupUlf Hermann2022-03-259-5/+96
* QML: In captureLookup(), return false if it failsUlf Hermann2022-03-251-2/+1
* Update dependencies on '6.3.0' in qt/qtdeclarativev6.3.0-rc1Qt Submodule Update Bot2022-03-231-5/+5
* Update dependencies on '6.3.0' in qt/qtdeclarativeQt Submodule Update Bot2022-03-231-5/+5
* Update dependencies on '6.3.0' in qt/qtdeclarativeQt Submodule Update Bot2022-03-211-5/+5
* Fix warning after QString::count deprecationVolker Hilsheimer2022-03-201-1/+1
* QSGOpenGLDistanceFieldGlyphCache: fix UB (ordering of pointers not from the s...Marc Mutz2022-03-191-3/+3
* QSGOpenGLDistanceFieldGlyphCache: fix multiplication result truncationMarc Mutz2022-03-191-1/+1
* CMake: Add qml app deployment auto testAlexandru Croitor2022-03-1911-0/+518
* Build tests without warnings after qtbase changesVolker Hilsheimer2022-03-193-27/+27
* Styled text: Remove an unneeded QString allocation and copyMårten Nordheim2022-03-191-2/+2
* DebugTranslationService: Do not show a window in the testUlf Hermann2022-03-191-2/+0
* FileDialog: do not add default suffix when content scheme is usedIvan Solovev2022-03-182-2/+12
* QSGMaterialShader: make header QT_TYPESAFE_FLAGS-cleanMarc Mutz2022-03-171-2/+2
* ToolTip: test that smaller attached tooltips don't shrink larger onesMitch Curtis2022-03-172-0/+48
* Doc: show how to make ComboBox's popup modal/manage events outside itMitch Curtis2022-03-172-0/+50
* Fix sub-menu shortcuts not being triggeredMitch Curtis2022-03-163-0/+167
* CMake: Remove INSTALL_SOURCE_QMLTYPES warning, take 2Kai Köhne2022-03-161-4/+0
* Clarify that a dynamic plugin is not resolvedAlexandru Croitor2022-03-161-2/+3
* qqmlimport: Log when no qmldir file is foundAlexandru Croitor2022-03-162-2/+15
* Re-blacklist flaky tests on macOS CIMitch Curtis2022-03-162-0/+10
* Update dependencies on '6.3' in qt/qtdeclarativeQt Submodule Update Bot2022-03-151-5/+5
* Doc: clarify CloseOnPress/Release* policy behaviorMitch Curtis2022-03-151-0/+5
* QtQml: Restore immutability of QQmlPropertyCacheUlf Hermann2022-03-152-89/+86
* Doc: Revise Qt QML module landing pageAndreas Eliasson2022-03-141-63/+60
* CMake: Remove MACOS_BUNDLE option from qml app deployment callAlexandru Croitor2022-03-141-1/+0
* QQmlPropertyCache: Store checksums in type loaderUlf Hermann2022-03-149-21/+39
* Doc: Fix ambiguous transition qml type linksAndreas Eliasson2022-03-142-11/+11
* Update dependencies on '6.3' in qt/qtdeclarativeQt Submodule Update Bot2022-03-141-5/+5
* tst_qmltyperegistrar: Use qt_autogen_tools_initial_setupFabian Kosmale2022-03-131-0/+2
* Fusion MessageDialog: use 12 pixels for margins, rather than 20Oliver Eftevaag2022-03-121-18/+15
* Ensure that image providers scale by defaultMitch Curtis2022-03-111-4/+2
* fix doc for DragHandlerChunLin Wang2022-03-111-1/+1
* Add several autotest cases to Minimal set for STATIC buildTatiana Borisova2022-03-113-3/+17
* Update dependencies on '6.3' in qt/qtdeclarativev6.3.0-beta3Qt Submodule Update Bot2022-03-111-5/+5
* Suppress QLocale::nativeCountryName deprecationMårten Nordheim2022-03-101-1/+1
* masm: Repace bitwise | with || in bool expression in X86Assembler.hAndrei Golubev2022-03-091-1/+1
* Make QML test files available to Creator's locatorMitch Curtis2022-03-097-0/+76
* masm: Fix whitespaces in x86Assembler.hAndrei Golubev2022-03-091-72/+72
* Doc: make validator documentation more discoverableMitch Curtis2022-03-092-1/+8
* QML: Unify treatment of invalid revisions on registrationUlf Hermann2022-03-093-10/+77
* Update dependencies on '6.3' in qt/qtdeclarativeQt Submodule Update Bot2022-03-081-5/+5
* QQuickScrollBar: ensure '0 ≤ size ≤ 1' and '0 ≤ minimumSize ≤ 1'Oliver Eftevaag2022-03-072-8/+43