aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QML: Turn singleton/type mismatch into a run time type errorUlf Hermann2023-01-2710-18/+74
* Add baseline tests for MultiEffectKaj Grönholm2023-01-273-0/+541
* 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-247-58/+58
* 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-20255-524/+524
* QQuickTableView: reposition selection handles whenever TableView updates the ...Richard Moe Gustavsen2023-01-202-13/+157
* QJSEngine: Fix potential JS stack overflow cauased by spread operatorFabian Kosmale2023-01-191-0/+11
* Fusion, HeaderView: use colors from the styleRichard Moe Gustavsen2023-01-171-7/+13
* 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
* qmlls: Re-enable testsUlf Hermann2023-01-172-2/+2
* QML: Fix write back of Date valuesUlf Hermann2023-01-173-0/+97
* Slow Deprecation of FILENAME_VARIABLE, replacement by OUTPUT_SCRIPTAmir Masoud Abdol2023-01-161-1/+1
* qmlls: Output warnings as-is in testsUlf Hermann2023-01-162-2/+14
* tst_qqmlengine: Avoid some CMake warningsUlf Hermann2023-01-161-0/+4
* Fix compile error in tst_qqmlpropertycacheAxel Spoerl2023-01-121-2/+2
* Change value encoding scheme to make space for larger pointersUlf Hermann2023-01-121-2/+1
* QQuickTableView: don't load any delegates if viewport has zero sizeRichard Moe Gustavsen2023-01-123-2/+73
* tst_QQuickListView2::flickDuringFlicking: allow flicking lessShawn Rutledge2023-01-111-2/+1
* tst_QQuickListView::QTBUG_38209: QTRY_COMPARE_GE instead of QTRY_VERIFYShawn Rutledge2023-01-111-1/+1