aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QML: Add indirect library dependencies for tests relying thosePasi Petäjäjärvi2022-03-021-1/+1
* Doc: state that desktop support is being improvedMitch Curtis2022-03-021-0/+5
* qml: Add build qmldir import path of the current module in prefix buildsAndrei Golubev2022-03-021-1/+19
* qquickstyleitem: Fix Q_ENUM/Q_FLAG confusionFabian Kosmale2022-03-021-1/+1
* CMake: Clean up deployment docs for 6.3Alexandru Croitor2022-03-023-4/+22
* Ensure that min <= max in qBound callOliver Eftevaag2022-03-021-1/+2
* CMake: Remove INSTALL_SOURCE_QMLTYPES warningAlexandru Croitor2022-03-021-4/+0
* QQuickStateOperations: updateGeometry() when setting x/y/w/hUlf Hermann2022-03-011-5/+5
* QmlCompiler: On MoveReg, check if we need to move at allUlf Hermann2022-03-011-0/+2