aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* ScrollView: fix crash when scrolling with zero-sized itemMitch Curtis2021-04-261-0/+24
* 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
* ComboBox: don't focus TextField when clicking on indicatorBartlomiej Moskal2021-02-161-6/+25
* a11y: Fix ordering on header, content item and footer in PageJan Arve Sæther2021-02-013-1/+56
* Combobox: Fix initial set of inputMethodHintsBartlomiej Moskal2021-01-291-0/+1
* Fix popups with exit transitions blocking mouse events when destroyedMitch Curtis2021-01-172-0/+144
* 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
* 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
* tst_splitview.qml: Fix organization name in settingsFriedemann Kleint2020-12-101-1/+1
* 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
* 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
* Be consistent with data tags in tst_styleimportsMitch Curtis2020-10-121-10/+10
* Fix tst_StyleImports::selectMitch Curtis2020-10-121-9/+9
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-0739-102/+102
* Make tests explicitly use Basic where necessaryMitch Curtis2020-10-0718-6/+79
* Default to the most appropriate built-in style if none is specifiedMitch Curtis2020-10-076-3/+15
* tst_designer: fix data tagsMitch Curtis2020-10-071-28/+28
* Unblacklist DelayButton::test_mouseMitch Curtis2020-10-075-15/+0
* Unblacklist hover testsMitch Curtis2020-10-025-60/+0
* Ensure we pass coordinates to mouseMove()v6.0.0-alpha1Mitch Curtis2020-10-023-3/+3
* Temporarily blacklist failing touch testsMitch Curtis2020-10-026-0/+179
* tst_abstrbutton: do press/move/release sequence not press/press/releaseShawn Rutledge2020-09-301-1/+1
* CMake: Regenerate projects before API changeAlexandru Croitor2020-09-255-48/+83
* Support compile-time style selectionMitch Curtis2020-09-2417-278/+365
* Rename "Default" style to "Basic"Mitch Curtis2020-09-2430-149/+146
* Fix fallback styles overwriting themesMitch Curtis2020-09-246-6/+68
* Fix more compiler warnings from deprecated application attributesVolker Hilsheimer2020-09-161-1/+0
* Fix compile warning from deprecated application attributesVolker Hilsheimer2020-09-151-1/+0
* Allow the preparation of the exit transition even if it did have focusAndy Shaw2020-09-151-0/+18
* Update the text when the inputted value is out of rangeAndy Shaw2020-09-111-0/+25
* Native style: call QQuickStylePlugin::registerTypes() from style pluginsMitch Curtis2020-09-073-2/+120
* QQuickToolTip: don't specify QML import version when creating instanceMitch Curtis2020-09-071-2/+2
* Native style: set a sensible default width for TextFieldRichard Moe Gustavsen2020-09-071-0/+1
* Merge "Merge remote-tracking branch 'nativestyle' into dev"Mitch Curtis2020-09-071-1/+2
|\
| * Merge remote-tracking branch 'nativestyle' into devMitch Curtis2020-09-041-1/+2
| |\
| | * Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-26656-1816/+2618
| | |\
| | * \ Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-07-1722-192/+501
| | |\ \
| | * | | Let macOS have TabFocus focus policyJan Arve Sæther2020-06-221-1/+2
* | | | | Fix tst_qquickpopup::invisibleToolTipOpen() failing on subsequent runsMitch Curtis2020-09-041-0/+3
|/ / / /