aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QQuickMouseArea: let MouseArea reject hover eventsRichard Moe Gustavsen2022-04-051-24/+6
* QQuickControl: let Control reject hover eventsRichard Moe Gustavsen2022-04-051-4/+3
* QmlCompiler: Define variables also for conversion registersUlf Hermann2022-04-051-14/+23
* Doc: Add Qt Quick Widgets module landing pageAndreas Eliasson2022-04-051-0/+80
* QQuickDeliverAgent: don't propagate hover to siblingsRichard Moe Gustavsen2022-04-032-0/+14
* 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-254-5/+18
* QML: In captureLookup(), return false if it failsUlf Hermann2022-03-251-2/+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
* Styled text: Remove an unneeded QString allocation and copyMårten Nordheim2022-03-191-2/+2
* 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
* 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-161-0/+14
* 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
* 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
* 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
* 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
* 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-091-10/+12
* QQuickScrollBar: ensure '0 ≤ size ≤ 1' and '0 ≤ minimumSize ≤ 1'Oliver Eftevaag2022-03-071-8/+9
* Fix selectedFiles being empty for native FileDialogsMitch Curtis2022-03-072-0/+10
* ExecutionEngine: Move initialization of statics into separate methodUlf Hermann2022-03-052-68/+87
* QQuickMaterialStyle: Fix bogus revision declarationUlf Hermann2022-03-051-1/+1
* QNX: Fix compiler warnings about unused parametersPasi Petäjäjärvi2022-03-052-0/+5
* QML: Handle dynamic meta objects in AOT lookupsUlf Hermann2022-03-044-82/+271
* INTEGRITY: Fix some test cases from core/qml foldersKimmo Ollila2022-03-031-1/+1
* QmlCompiler: Optimize metaobject retrieval some moreUlf Hermann2022-03-031-2/+2
* QmlCompiler: Don't generate code for untyped JS callsUlf Hermann2022-03-035-2/+23
* QmlCompiler: Correctly label return types of JS functionsUlf Hermann2022-03-031-1/+3
* QQuickAnchorChanges: Keep geometry bindings on reverse() and rewind()Ulf Hermann2022-03-032-15/+45
* qmltyperegistrar: Tolerate and warn about invalid URIsUlf Hermann2022-03-021-2/+11
* QmlCompiler: Optimize some more type conversionsUlf Hermann2022-03-021-10/+67
* QML: Explicitly reject malformed file importsUlf Hermann2022-03-021-0/+12
* Disable failing declarative tests on Android - Part 2Assam Boudjelthia2022-03-021-0/+3
* A11Y: make QQuickText focusable for A11YIvan Solovev2022-03-022-3/+9
* QQuickText: fix fractional pointSize rounding error bugOliver Eftevaag2022-03-021-20/+29