aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * Restructure tests in preparation for merging into qtdeclarativeMitch Curtis2021-08-021059-103/+105
| | * Add missing QQuickControl testVolker Hilsheimer2021-07-221-0/+1
| | * Fix warning in RangeSlider::test_touchDragThreshold testMitch Curtis2021-07-121-1/+1
| | * Fix tests due to QQuickItem::contains() function behavior changeIgor Bugaev2021-07-128-34/+42
| | * tst_abstractbutton.qml: give buttons a sizeMitch Curtis2021-07-121-0/+4
| | * Stabilize tst_QQuickPopup::macOS::activeFocusOnClose2Shawn Rutledge2021-07-121-0/+1
| | * tst_qquickdrawer: parent should not be hovered when child is hoveredRichard Moe Gustavsen2021-07-121-1/+1
| | * Stabiliize tst_qquickpopup::hover() on macOSShawn Rutledge2021-07-121-0/+1
| | * tst_splitview.qml: ensure hover events are sent to handlesMitch Curtis2021-07-121-1/+2
| | * Be sure to click outside the menu in tst_QQuickMenu::mouse()Shawn Rutledge2021-07-121-1/+2
| | * Stabilize tst_QQuickDrawer::Windows::slider(mouse)Igor Bugaev2021-07-121-0/+4
| | * Fix warnings in tst_action.qmlMitch Curtis2021-06-221-3/+3
| | * Do not keep QML engines alive across qmlClearTypeRegistrations()Ulf Hermann2021-06-171-1/+2
| | * QQuickComboBox: fix acceptableInput being wrong if no validator was setOliver Eftevaag2021-06-171-0/+40
| | * Use the added placeHolderText color available in PaletteAndy Shaw2021-06-174-0/+4
| | * Blacklist some flaky tst_qquickdrawer functions on openSUSEMitch Curtis2021-06-171-0/+8
| | * Blacklist some flaky tst_qquickpopup functions on openSUSEMitch Curtis2021-06-171-0/+9
| | * Fix tst_palette by setting inactive color groupVolker Hilsheimer2021-06-161-0/+5
| | * Add recursion guard to QQuickApplicationWindowPrivate::relayout()Jan Arve Sæther2021-06-162-0/+103
| | * Fix warnings in some testsMitch Curtis2021-06-154-30/+29
| | * Add new control: SelectionRectangleRichard Moe Gustavsen2021-06-061-0/+311
| | * Update to latest qml CMake APICraig Scott2021-06-0533-43/+44
| | * Add FontDialog to QtQuick.DialogsOliver Eftevaag2021-06-049-1/+855
| | * Add QtQuick.DialogsMitch Curtis2021-05-2723-0/+2723
| | * Revert "AbstractButton: set automatically as checkable when being checked"Alexander Akulich2021-05-261-0/+7
| | * Fix layout is always RTL when locale is RTLHyunkook Khang2021-05-267-56/+73
| | * TextArea: Detach the flickable when it is deletedAndy Shaw2021-05-261-0/+15
| | * Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-05-221-2/+2
| | * Hide old scroll barsMitch Curtis2021-05-192-0/+65
| | * ToolTip: use contentWidth of Text contentItem to account for newlinesMitch Curtis2021-05-111-0/+18
| | * Slider: Fix broken NoSnap and SnapOnRelease modeJonas Karlsson2021-05-071-30/+44
| | * QQuickDial: Keep value integer if everything is integerFabian Kosmale2021-05-031-0/+15
| | * QQuickApplicationHelper: error-check after createWithInitialPropertiesMitch Curtis2021-04-271-1/+1
| | * Fix up build system files for manual testsMitch Curtis2021-04-2613-3/+75
| | * ScrollView: fix crash when scrolling with zero-sized itemMitch Curtis2021-04-231-0/+24
| | * Rename dialogs manual test to qquickdialogMitch Curtis2021-04-2211-40/+32
| | * Add initialProperties argument to QQuickApplicationHelperMitch Curtis2021-04-221-2/+3
| | * Add findViewDelegateItem function to visualtestutils.hMitch Curtis2021-04-2229-1/+67
| | * Add clickButton and doubleClickButton functions to visualtestutils.hMitch Curtis2021-04-222-0/+79
| | * Don't include unused headerVolker Hilsheimer2021-04-121-1/+0
| | * Handle directly-delivered mouse events in SwipeDelegateShawn Rutledge2021-03-236-97/+3
| | * Binary compatibility file for Qt 6.0.0 added for QtQuickControls2Milla Pohjanheimo2021-03-221-0/+14468
| | * Remove references to Q_QML_PRIVATE_API_VERSIONFabian Kosmale2021-03-191-4/+0
| | * Add override keyword in tests to silence compiler warningsVolker Hilsheimer2021-03-171-3/+3
| | * Port from QScopedPointer to std::unique_ptrVolker Hilsheimer2021-03-171-1/+1
| | * Fix compiler warnings, add overrideVolker Hilsheimer2021-03-178-9/+9
| | * tests: Do not delete device prematurelyFabian Kosmale2021-03-012-4/+3
| | * testbench: don't override style stored in settings with default styleMitch Curtis2021-02-251-1/+1
| | * Convert manual tests to CMakeMitch Curtis2021-02-2512-0/+486
| | * ComboBox: don't focus TextField when clicking on indicatorBartlomiej Moskal2021-02-161-6/+25