aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Improve DragHandler tests for easier troubleshootingShawn Rutledge2023-01-096-5/+61
* INTEGRITY: Skip tst_qqmlfileselectorUlf Hermann2023-01-091-1/+5
* QmlCachegen: Equality comparison ability to var and void/null typesSemih Yavuz2023-01-064-0/+93
* qmltc: generate code into namespacesSami Shalayel2023-01-066-23/+86
* qmltc: test C++-namespace supportSami Shalayel2023-01-066-0/+91
* Drawer: don't close during destructorShawn Rutledge2023-01-061-0/+14
* Deferred properties: avoid spurious binding loopFabian Kosmale2023-01-064-0/+109
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-054-0/+45
* tst_QQuickListView::flickBothDirections: flick moreShawn Rutledge2023-01-051-1/+1
* QML: Re-allow assigning QVariantList to arbitrary other listsUlf Hermann2023-01-042-0/+49
* tst_PointHandler::tabletStylus: see why velocity check sometimes failsShawn Rutledge2023-01-031-2/+2
* QObjectWrapper: Fix calling attached methods on different objectsUlf Hermann2023-01-024-0/+152
* QtQml: Allow more fine grained control of the disk cacheUlf Hermann2023-01-021-21/+78
* QQuickTreeView: change the order of row and column to modelIndex(), v2Richard Moe Gustavsen2022-12-231-21/+21
* QmlCompiler: Test that infinities cleanly cast to intUlf Hermann2022-12-233-0/+29
* Native style: remove setting font from QStyleRichard Moe Gustavsen2022-12-222-81/+25
* QQuickWidget: always accept touch events and grabbed event pointsVolker Hilsheimer2022-12-223-0/+96
* Controls: Move QtQuick.Controls.impl import to QtQuick.Controls.BasicUlf Hermann2022-12-221-0/+52
* Fix warnings with native stylesMitch Curtis2022-12-222-3/+40
* QQuickTableView: change the order of row and column to modelIndex()Richard Moe Gustavsen2022-12-211-1/+1
* Blacklist tst_qquicktextedit::largeTextObservesViewportAxel Spoerl2022-12-201-0/+7
* qquickpopuppositioner: fix popup mirroringSami Shalayel2022-12-203-0/+205
* Flickable: prevent fixup() from being called while draggingOliver Eftevaag2022-12-191-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-161-54/+60
* Fix ListView.isCurrentItem for DelegateModel, take 2Ivan Solovev2022-12-163-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
* QQmlComponent: Do not load qrc file paths as file:// URLsUlf Hermann2022-12-153-1/+23
* QJSEngine: Add QJSPrimitiveValue conversionsUlf Hermann2022-12-151-0/+601
* QmlCompiler: Fix signal checking in import visitorUlf Hermann2022-12-153-0/+12
* QmlCompiler: Fix recognition of builtin list typesUlf Hermann2022-12-151-0/+7
* QmlCompiler: Fix wrapping of numbers in QJSPrimitiveValueUlf Hermann2022-12-154-0/+148
* QQuickStates: Handle more types as result of whenFabian Kosmale2022-12-152-1/+31
* QmlObjectCreator: play nice with grouped propertiesFabian Kosmale2022-12-152-0/+49