aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data
Commit message (Expand)AuthorAgeFilesLines
* ToolTip: only begin timeout when openedMitch Curtis2020-09-021-0/+11
* Remove all version numbers from QML importsMitch Curtis2020-08-2657-177/+177
* 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
|/ /
* | SplitView: fix hidden items causing visible items to not be resizableMitch Curtis2020-03-131-1/+69
* | 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
|/
* Make ToolTips wrapMitch Curtis2019-11-151-0/+22
* SwipeView: fix issue where child items couldn't get focusMitch Curtis2019-11-151-0/+49
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-041-0/+69
|\
| * SplitView: fix issue where Repeater items were not createdMitch Curtis2019-10-291-0/+69
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-261-17/+16
|\|
| * tst_splitview.qml: remove unused SplitViewsMitch Curtis2019-10-241-17/+0
| * Fix assertion failure when hiding a SplitView with only one itemMitch Curtis2019-10-231-0/+16
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-012-3/+33
|\|
| * QQuickToolTip: fix setTimeout() behavior when tool tip is visibleKonstantin Ritt2019-09-271-0/+9
| * Tumbler: fix displacement calculation when wrap is falseMitch Curtis2019-09-241-3/+24
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-241-0/+68
|\|
| * TextArea: prevent changing size of background recursivelyKonstantin Ritt2019-09-191-0/+68
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-112-10/+16
|\|