aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QML: Add more overloads to Qt.format{Date|Time|DateTime}()Ulf Hermann2023-01-175-16/+212
* V4: Unify type conversions for date and time valuesUlf Hermann2023-01-174-31/+34
* QJSEngine: Add efficient conversions for QDateTime and friendsUlf Hermann2023-01-175-3/+233
* qmllint: Print fix suggestions for pragma ComponentBehaviorUlf Hermann2023-01-174-0/+33
* Test precedence of qmlRegisterModuleImportUlf Hermann2023-01-171-3/+36
* Remove remaining vestiges of "Binding" propertiesFabian Kosmale2023-01-172-5/+1
* V4: Fix multiplicationFabian Kosmale2023-01-174-1/+36
* QQmlTypeData: centralize error reportingFabian Kosmale2023-01-171-28/+15
* QQmlTypeData: Simplify inline component handling logicFabian Kosmale2023-01-171-1/+8
* QQmlIRBuilder: Clean up QStringView odditiesFabian Kosmale2023-01-171-3/+3
* qqmlirbuilder: Remove dead codeFabian Kosmale2023-01-171-4/+0
* Fix masked MouseArea hovered state on visibility changeOliver Dawes2023-01-173-6/+109
* Quick scenegraph examples: use qsTr() for user facing stringsOliver Eftevaag2023-01-179-17/+15
* Remove forgotten examples in the 'customitems' dirOliver Eftevaag2023-01-1746-1741/+1
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2023-01-171-5/+5
* tst_platform: fix shortcut test flakiness on webOSJanne Juntunen2023-01-171-0/+4
* Fix build with -no-feature-cborstreamwriterTasuku Suzuki2023-01-171-0/+4
* Fix build with -no-feature-wheeleventTasuku Suzuki2023-01-171-0/+2
* Fix build with -no-feature-menuTasuku Suzuki2023-01-171-0/+4
* QQuickPopup: fix logic for modally blocking wheel eventsVolker Hilsheimer2023-01-173-9/+95
* Fix build with -no-feature-translationTasuku Suzuki2023-01-171-5/+1
* Fix build with -no-feature-validatorTasuku Suzuki2023-01-177-10/+31
* Fix build with -no-feature-transposeproxymodelTasuku Suzuki2023-01-172-0/+8
* Fix build with -no-feature-graphicsviewTasuku Suzuki2023-01-171-0/+2
* Fix build with -no-feature-networkTasuku Suzuki2023-01-171-2/+4
* Fix build with -no-feature-shortcutTasuku Suzuki2023-01-173-1/+12
* Allow extraction of V4 values from QJSPrimitiveValueUlf Hermann2023-01-165-0/+47
* Doc: Properly document the remaining matrix4x4 methodsUlf Hermann2023-01-161-19/+32
* QJSEngine: fix typoUlf Hermann2023-01-171-1/+1
* Fix documentation for qmlInfo, qmlDebug, qmlWarningUlf Hermann2023-01-171-3/+16
* qmlls: Re-enable testsUlf Hermann2023-01-172-2/+2
* V4: Do not shift heap pointer bits on arm64 AndroidUlf Hermann2023-01-171-2/+7
* QQmlJSScope: Restrict disabling of bogus gcc warning to gcc 12 and 13Ulf Hermann2023-01-171-1/+1
* QML: Fix write back of Date valuesUlf Hermann2023-01-179-67/+392
* Slow Deprecation of FILENAME_VARIABLE, replacement by OUTPUT_SCRIPTAmir Masoud Abdol2023-01-163-14/+35
* Fix build with -no-feature-cursorTasuku Suzuki2023-01-174-0/+30
* Quick examples: Modernize cmake files according to our guidelinesOliver Eftevaag2023-01-1645-248/+170
* qmlls, qmllint: Avoid memory leaksUlf Hermann2023-01-163-20/+19
* qmlls: Output warnings as-is in testsUlf Hermann2023-01-162-2/+14
* tst_qqmlengine: Avoid some CMake warningsUlf Hermann2023-01-161-0/+4
* Fix build with -no-features-draganddropTasuku Suzuki2023-01-161-0/+4
* wasm: implement stackProperties()Morten Sørvig2023-01-161-0/+12
* Ignore a spurious -Wuse-after-free by GCCGiuseppe D'Angelo2023-01-131-0/+5
* HeaderView: Use Label instead of Text in the delegatesRichard Moe Gustavsen2023-01-1310-10/+10
* Fix compile error in tst_qqmlpropertycacheAxel Spoerl2023-01-121-2/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2023-01-121-5/+5
* Fix Animators in case of node recreateThomas Senyk2023-01-121-2/+3
* Change value encoding scheme to make space for larger pointersUlf Hermann2023-01-1212-411/+728
* Clamp zorder calculation to [0.0, 1.0]Terry Meacham2023-01-121-4/+15
* QQuickTableView: don't load any delegates if viewport has zero sizeRichard Moe Gustavsen2023-01-124-2/+84