aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Blacklist flaky tests in tst_QQuickPopup on macOSTor Arne Vestbø2021-02-151-0/+8
* Remove QMake project filesJoerg Bornemann2021-02-1144-699/+0
* Fix rounding weirdnessAllan Sandfeld Jensen2021-02-051-1/+1
* a11y: Fix ordering on header, content item and footer in PageJan Arve Sæther2021-01-293-1/+56
* Combobox: Fix initial set of inputMethodHintsBartlomiej Moskal2021-01-281-0/+1
* Fix initial currentIndex in Tumbler when wrap is set to falseAlexey Edelev2021-01-141-0/+21
* Skip failing test_focusLeavingDialog function on offscreen platformMitch Curtis2021-01-141-0/+3
* SwipeDelegate: ensure background and contentItem are resizedMitch Curtis2021-01-141-0/+35
* Manual test, nativestyle: fix frame sizeRichard Moe Gustavsen2021-01-131-1/+6
* Fix popups with exit transitions blocking mouse events when destroyedMitch Curtis2021-01-132-0/+144
* Ensure that C++ Qt Quick tests are run with all applicable stylesMitch Curtis2021-01-132-1/+6
* tst_qquickstyle: don't use test macros in helper functionsMitch Curtis2021-01-131-5/+9
* Reset the opacity and scale properties after the exit transitionAndy Shaw2021-01-061-0/+50
* Add support for ScrollBar arrow buttonsJan Arve Sæther2020-12-101-6/+50
* tst_splitview.qml: Fix organization name in settingsFriedemann Kleint2020-12-101-1/+1
* Make adjustments for using QFont::setFamilies()Andy Shaw2020-11-303-5/+5
* Un-blacklist tst_qquickdrawerShawn Rutledge2020-11-121-7/+0
* Don't copy or assign QKeyEvent instancesVolker Hilsheimer2020-11-111-36/+48
* Fix QQuickHeaderView models to pass model testerVolker Hilsheimer2020-11-041-2/+6
* Blacklist Tumbler::test_itemsCorrectlyPositionedMitch Curtis2020-11-045-0/+20
* Blacklist flickable and slider test cases for qquickdrawerMitch Curtis2020-11-041-0/+7
* Add includes to fix build errors in tests and examplesVolker Hilsheimer2020-10-311-0/+1
* manual test, nativestyle: add vertical slider with tick marks on both sidesRichard Moe Gustavsen2020-10-301-1/+11
* CMake: Update usage of add_qt_gui_executableAlexandru Croitor2020-10-291-1/+1
* Fix compiler warnings: don't copy when container returns referencesVolker Hilsheimer2020-10-221-1/+1
* QQuickAbstractButton: don't accept key release if we're not pressedMitch Curtis2020-10-212-0/+124
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-211-2/+1
* Native style/Slider: Fix tickmarks and groove for fractional numbersJan Arve Sæther2020-10-191-0/+11
* test, nativestyle: change ScrollView bindingsRichard Moe Gustavsen2020-10-151-2/+2