aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | ComboBox: add implicitContentWidthPolicyMitch Curtis2020-07-161-4/+182
* | ApplicationWindow: remove deprecated overlay APIMitch Curtis2020-06-081-22/+21
|/
* QQuickTextArea: resize background different when inside FlickableRichard Moe Gustavsen2020-06-021-0/+27
* StackView: fix heap-use-after-free when pushing after clearMitch Curtis2020-05-291-6/+32
* ComboBox: fix currentValue not being updated on model changesMitch Curtis2020-05-121-0/+49
* Menu: remove deprecated removeItem(var) overloadMitch Curtis2020-05-111-2/+2
* Remove flaky test_openDuringExitTransitionWithTimeout() testMitch Curtis2020-05-111-29/+0
* Container: remove deprecated removeItem(var) overloadMitch Curtis2020-05-114-26/+20
* Expect failure for certain fonts in TextArea testEskil Abrahamsen Blomfeldt2020-04-301-2/+20
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-311-8/+9
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-211-8/+9
| |\
| | * Menu: account for the scale when getting the size before positioningAndy Shaw2020-03-181-8/+9
* | | Fix Qt 6 to-do comments in QML filesMitch Curtis2020-03-232-1/+4
* | | Remove the remaining usages of QRegExp and QRegExpValidatorLars Knoll2020-03-192-9/+9
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-181-1/+69
|\| |
| * | SplitView: fix hidden items causing visible items to not be resizableMitch Curtis2020-03-131-1/+69
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-1710-15/+366
|\| |
| * | Attempt to stabilize test_openDuringExitTransitionWithTimeout()Mitch Curtis2020-03-041-2/+9
| * | Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta1Qt Forward Merge Bot2020-02-225-7/+51
| |\|
| | * Fix clicked() being emitted after doubleClicked()Mitch Curtis2020-02-204-6/+26
| | * ToolTip: fix timeout not activating if opened during exit transitionMitch Curtis2020-02-201-1/+25
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-303-0/+262
| |\|
| | * StackView: fix an issue where the current item was hiddenMitch Curtis2019-12-121-0/+59
| | * ComboBox: change currentIndex (if applicable) when focus is lostMitch Curtis2019-12-101-0/+52
| | * StackView: fix crash when recursively removing itemsMitch Curtis2019-12-051-0/+100
| | * SplitView: fix hoverable child items breaking handle hover stateMitch Curtis2019-12-041-0/+51
| * | ComboBox: add selectTextByMouse propertyMitch Curtis2019-12-121-0/+16
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-301-8/+14
| |\|
| | * tst_dial: fix test_dragging afer mouseDrag() changesMitch Curtis2019-11-231-8/+14
| * | Don't delete items we didn't createMitch Curtis2019-11-281-0/+16
| |/
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-253-17/+156
|\|
| * Make ToolTips wrapMitch Curtis2019-11-151-0/+22