aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* qmltc: export generated classesSami Shalayel2023-02-026-0/+81
* loadFromModule: Properly handle QML only modulesFabian Kosmale2023-02-024-0/+16
* add QML_UNCREATABLE in the testsSami Shalayel2023-02-024-1/+4
* qt_add_qml_module: Make usage of AUTO_RESOURCE_PREFIX a policyFabian Kosmale2023-02-016-0/+6
* qmlcachegen: fix nonstrict equality code generationSemih Yavuz2023-01-312-1/+12
* qmlcachegen: Improve QObject comparison code generation testSemih Yavuz2023-01-312-0/+15
* Item views: Don't create unnecessary QML contextsUlf Hermann2023-01-312-0/+25
* tst_qqmlvaluetypeproviders: Choose a date in the middle of the monthUlf Hermann2023-01-311-0/+1
* QML test: Fix annoying warning in tst_animatedimage.qmlVladimir Belyavsky2023-01-301-1/+1
* QmlCompiler: Fix version resolution for importsUlf Hermann2023-01-304-9/+16
* ListModel: Use PersistentValue to keep track of objectsUlf Hermann2023-01-302-1/+42
* CMake: Allow omitting the version of QML modulesUlf Hermann2023-01-2718-19/+4
* QML: Turn singleton/type mismatch into a run time type errorUlf Hermann2023-01-2710-18/+74
* qmlformat: Add ECMAScript class reformatterSemih Yavuz2023-01-263-0/+85
* qmllint: Do not warn when accessing properties of global constructorsFabian Kosmale2023-01-262-0/+6
* QML: Allow more conversions between different listsUlf Hermann2023-01-262-0/+24
* AnimatedImage: Add ability to configure sourceSizeVladimir Belyavsky2023-01-262-6/+13
* Binding: Accept local signal handlers againUlf Hermann2023-01-252-0/+19
* QML: Fix interceptors on value types ignoring fast changesUlf Hermann2023-01-252-0/+39
* QML: Allow converting any object list to QQmlListPropertyUlf Hermann2023-01-252-0/+8
* qmltyperegistrar: Strip '*' from list value typesUlf Hermann2023-01-254-2/+40
* tst_qmlcppcodegen: Add QML dependency for AndroidFabian Kosmale2023-01-253-4/+9
* qmltyperegistrar: Use base of the current major version by defaultUlf Hermann2023-01-253-1/+9
* Fix crash in ListView with PullBackHeader/FooterRobert Griebl2023-01-253-0/+65
* QQuickMouseArea: do not overload pressed-signalSami Shalayel2023-01-246-43/+43
* QML: Output a warning for creatable object types without default ctorUlf Hermann2023-01-235-0/+296
* QmlCompiler: Wrap sequences with unknown elemnts in QVariantListUlf Hermann2023-01-232-0/+2
* QQmlImport: Handle file selectors in qmldirFabian Kosmale2023-01-236-1/+57
* qmlformat: fix omitting some comments while reformattingSemih Yavuz2023-01-233-0/+29
* qmllint: Move qmlControlSanity loggers into a pluginSemih Yavuz2023-01-239-40/+226
* qml: Fix object countingUlf Hermann2023-01-234-0/+71
* Controls: Fix module imports of fallback stylesUlf Hermann2023-01-203-8/+26
* QML: Add a pragma for value type behaviorUlf Hermann2023-01-204-0/+105
* QQuickTableView: set active focus directly on the edit itemRichard Moe Gustavsen2023-01-202-0/+135
* Test262Runner: fix -Wunused-but-set-variableMarc Mutz2023-01-201-4/+0
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-20237-501/+501
* QQuickTableView: reposition selection handles whenever TableView updates the ...Richard Moe Gustavsen2023-01-201-13/+132
* QJSEngine: Fix potential JS stack overflow cauased by spread operatorFabian Kosmale2023-01-191-0/+11
* qmllint: Fix null deref in quick pluginFabian Kosmale2023-01-172-0/+11
* QmlCompiler: Handle various date and time conversions correctlyUlf Hermann2023-01-174-0/+75
* QML: Add more overloads to Qt.format{Date|Time|DateTime}()Ulf Hermann2023-01-171-16/+44
* V4: Unify type conversions for date and time valuesUlf Hermann2023-01-171-9/+12
* QJSEngine: Add efficient conversions for QDateTime and friendsUlf Hermann2023-01-171-0/+155
* qmllint: Print fix suggestions for pragma ComponentBehaviorUlf Hermann2023-01-172-0/+20
* Test precedence of qmlRegisterModuleImportUlf Hermann2023-01-171-3/+36
* V4: Fix multiplicationFabian Kosmale2023-01-172-0/+28
* Fix masked MouseArea hovered state on visibility changeOliver Dawes2023-01-172-0/+73
* tst_platform: fix shortcut test flakiness on webOSJanne Juntunen2023-01-171-0/+4
* QQuickPopup: fix logic for modally blocking wheel eventsVolker Hilsheimer2023-01-172-6/+88
* Allow extraction of V4 values from QJSPrimitiveValueUlf Hermann2023-01-163-0/+28