aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Controls: Fix module imports of fallback stylesUlf Hermann2023-01-213-8/+26
* QQuickTableView: set active focus directly on the edit itemRichard Moe Gustavsen2023-01-212-0/+135
* Test262Runner: fix -Wunused-but-set-variableMarc Mutz2023-01-211-4/+0
* 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
* qmllint: Fix null deref in quick pluginFabian Kosmale2023-01-182-0/+11
* Fusion, HeaderView: use colors from the styleRichard Moe Gustavsen2023-01-181-7/+13
* qmllint: Print fix suggestions for pragma ComponentBehaviorUlf Hermann2023-01-182-0/+20
* V4: Fix multiplicationFabian Kosmale2023-01-182-0/+28
* Fix masked MouseArea hovered state on visibility changeOliver Dawes2023-01-182-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
* qmlls: Re-enable testsUlf Hermann2023-01-172-2/+2
* QML: Fix write back of Date valuesUlf Hermann2023-01-173-0/+97
* Allow extraction of V4 values from QJSPrimitiveValueUlf Hermann2023-01-173-0/+28
* tst_qqmlengine: Avoid some CMake warningsUlf Hermann2023-01-161-0/+4
* Fix compile error in tst_qqmlpropertycacheAxel Spoerl2023-01-131-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_QQuickListView::QTBUG_38209: QTRY_COMPARE_GE instead of QTRY_VERIFYShawn Rutledge2023-01-111-1/+1
* tst_QQuickListView2::flickDuringFlicking: allow flicking lessShawn Rutledge2023-01-111-2/+1
* Make the Controls Fusion theme use the platform palette by defaultSanthosh Kumar2023-01-111-3/+25
* QQuickSelectionRectangle: disable tapping through the selection handlesRichard Moe Gustavsen2023-01-111-1/+1
* QmlCachegen: Equality comparison ability to QObject *Semih Yavuz2023-01-103-1/+38
* tst_qquickmenu: skip menuItem->isHovered() check on webOSJanne Juntunen2023-01-101-1/+1
* QmlCachegen: Equality comparison ability to var and void/null typesSemih Yavuz2023-01-104-0/+93
* Improve DragHandler tests for easier troubleshootingShawn Rutledge2023-01-096-5/+61
* INTEGRITY: Skip tst_qqmlfileselectorUlf Hermann2023-01-091-1/+5
* Deferred properties: avoid spurious binding loopFabian Kosmale2023-01-064-0/+109
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-064-0/+45
* QML: Re-allow assigning QVariantList to arbitrary other listsUlf Hermann2023-01-042-0/+49
* testbench: save search text between sessionMitch Curtis2023-01-045-4/+22
* QSKIP tst_qquickimageparticle::test_tabled when running on linuxHeikki Halmet2023-01-031-38/+42
* QObjectWrapper: Fix calling attached methods on different objectsUlf Hermann2023-01-034-0/+152
* QQuickTreeView: change the order of row and column to modelIndex(), v2Richard Moe Gustavsen2022-12-241-21/+21
* Controls: Move QtQuick.Controls.impl import to QtQuick.Controls.BasicUlf Hermann2022-12-231-0/+52
* QQuickStates: Handle more types as result of whenFabian Kosmale2022-12-232-1/+31
* QmlObjectCreator: play nice with grouped propertiesFabian Kosmale2022-12-232-0/+49
* Fix warnings with native stylesMitch Curtis2022-12-232-3/+40
* QQuickWidget: always accept touch events and grabbed event pointsVolker Hilsheimer2022-12-233-0/+96
* QQuickTableView: change the order of row and column to modelIndex()Richard Moe Gustavsen2022-12-211-1/+1
* qquickpopuppositioner: fix popup mirroringSami Shalayel2022-12-203-0/+205
* Blacklist tst_qquicktextedit::largeTextObservesViewportAxel Spoerl2022-12-201-0/+7
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-201-1/+7
* Text: respect to maximumLineCount when calculating implicitWidthVladimir Belyavsky2022-12-191-0/+15
* QML: Consider deep aliases when finding binding targetsUlf Hermann2022-12-173-0/+31
* Stop using deprecated QQuickPinchHandler functions and signalsIvan Solovev2022-12-171-54/+60
* Fix ListView.isCurrentItem for DelegateModel, take 2Ivan Solovev2022-12-173-0/+164
* Drawer: don't get stuck in open state after touches outsideShawn Rutledge2022-12-162-0/+52
* Test MouseArea in QQuickWidgetShawn Rutledge2022-12-162-0/+32