aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls
Commit message (Expand)AuthorAgeFilesLines
* QQuickComboBox: fix acceptableInput being wrong if no validator was setOliver Eftevaag2021-06-171-0/+40
* Fix SwipeDelegate losing swipes to parent flickablesMitch Curtis2021-06-161-5/+35
* Fix warnings in some testsMitch Curtis2021-06-144-30/+29
* AbstractButton: emit doubleClicked() for touch eventsMitch Curtis2021-06-096-0/+55
* Add new control: SelectionRectangleRichard Moe Gustavsen2021-06-061-0/+311
* 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-266-44/+43
* TextArea: Detach the flickable when it is deletedAndy Shaw2021-05-261-0/+15
* 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
* ScrollView: fix crash when scrolling with zero-sized itemMitch Curtis2021-04-231-0/+24
* Handle directly-delivered mouse events in SwipeDelegateShawn Rutledge2021-03-236-97/+3
* ComboBox: don't focus TextField when clicking on indicatorBartlomiej Moskal2021-02-161-6/+25
* Remove QMake project filesJoerg Bornemann2021-02-116-82/+0
* Fix rounding weirdnessAllan Sandfeld Jensen2021-02-051-1/+1
* 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
* 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
* Blacklist Tumbler::test_itemsCorrectlyPositionedMitch Curtis2020-11-045-0/+20
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-075-5/+5
* Default to the most appropriate built-in style if none is specifiedMitch Curtis2020-10-073-0/+4
* 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-025-0/+175
* tst_abstrbutton: do press/move/release sequence not press/press/releaseShawn Rutledge2020-09-301-1/+1
* Rename "Default" style to "Basic"Mitch Curtis2020-09-2417-31/+31
* 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
* QQuickToolTip: don't specify QML import version when creating instanceMitch Curtis2020-09-071-2/+2
* Merge remote-tracking branch 'nativestyle' into devMitch Curtis2020-09-041-1/+2
|\
| * Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-08-2662-217/+355
| |\
| * \ Merge branch 'dev' into nativestyleRichard Moe Gustavsen2020-07-172-26/+203
| |\ \
| * | | Let macOS have TabFocus focus policyJan Arve Sæther2020-06-221-1/+2
* | | | Dialog: emit accepted()/rejected() before closed()Mitch Curtis2020-09-021-2/+25
* | | | ToolTip: only begin timeout when openedMitch Curtis2020-09-021-0/+11
| |_|/ |/| |
* | | Remove all version numbers from QML importsMitch Curtis2020-08-2662-196/+196
* | | Remove ".2" from TARGETPATH, resource prefixes, etc.Mitch Curtis2020-08-2610-20/+20
* | | Move Default style out into its own pluginMitch Curtis2020-08-2610-20/+20
* | | QQuickSpinBox: fix another "function expressions as statements" warningMitch Curtis2020-08-201-0/+12
* | | SwipeDelegate: don't allow calling close() when pressedMitch Curtis2020-08-191-0/+46
* | | SwipeDelegate: don't emit closed() when already closedMitch Curtis2020-08-191-1/+20
* | | Prevent against re-entering prepareExitTransition after a focus changeAndy Shaw2020-08-191-0/+36
* | | Get the scale of the popup item when setting the parent itemAndy Shaw2020-08-172-0/+25
| |/ |/|