aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-062-33/+24
|\
| * tst_dialogbuttonbox.qml: consolidate two similar testsMitch Curtis2019-03-291-24/+11
| * tst_dialogbuttonbox.qml: use tryVerify() consistently to avoid flakinessMitch Curtis2019-03-291-8/+12
| * Attempt to stabilize Tumbler::test_itemsCorrectlyPositionedMitch Curtis2019-03-291-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-271-0/+29
|\|
| * DialogButtonBox: don't sort buttons based on their memory addressesMitch Curtis2019-03-221-0/+29
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-161-2/+134
|\|
| * Fix DialogButtonBox content size calculationMitch Curtis2019-03-151-2/+134
* | Fix SplitView crash when using certain attached propertiesv5.13.0-beta1Mitch Curtis2019-03-111-7/+37
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-092-0/+154
|\|
| * Fix attached ToolTips using the timeout of the last shown tool tipMitch Curtis2019-03-081-0/+65
| * QQuickScrollView: respect the content size set on/by the flickableRichard Moe Gustavsen2019-03-051-0/+89
* | SplitView: fix revisions, imports and \since versionsMitch Curtis2019-03-074-10/+10
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-021-0/+16
|\|
| * QQuickAbstractButton: fix clicked() not being emitted after long pressMitch Curtis2019-01-231-0/+16
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-1053-109/+223
|\|
| * DialogButtonBox: fix issue where single button would go outside boxMitch Curtis2019-01-081-0/+17
| * Slider: fix wheel event propagationMassimo Callegari2019-01-081-0/+57
| * Fix TextField background not respecting control's widthMitch Curtis2018-12-211-0/+27
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-0553-109/+122
| |\
| | * QQuickPage: fix a typo to avoid a crashLiang Qi2018-11-091-0/+13
| | * Tie minor version of all imports to Qt's minor versionMitch Curtis2018-11-0253-109/+109
* | | SplitView: schedule another layout if requested sizes changed during layoutMitch Curtis2019-01-081-0/+73
* | | SplitView: batch layout requests via polish()/updatePolish()Mitch Curtis2019-01-081-1/+48
* | | SplitView: react to changes in implicit size of split itemsMitch Curtis2018-12-051-0/+54
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-041-0/+49
|\| |
| * | QQuickScrollView: override getContentWidth/Height()Richard Moe Gustavsen2018-11-271-0/+49
| |/
* / Add SplitViewMitch Curtis2018-11-134-0/+1981
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-181-0/+3
|\
| * Attempt to stabilise Popup::test_shortcut auto testMitch Curtis2018-09-121-0/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-7/+1
|\|
| * tst_tumbler: replace loop with tryVerify()Mitch Curtis2018-07-031-7/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-251-0/+66
|\|
| * Fix Tumbler not respecting currentIndex changes in onModelChangedMitch Curtis2018-06-131-0/+66
* | tst_abstractbutton.qml: fix test_trigger()Mitch Curtis2018-06-051-1/+1
* | Dial: add inputMode propertyMitch Curtis2018-05-151-3/+96
* | TextArea: add support for background insetsJ-P Nurmi2018-05-021-0/+145
* | TextField: add support for background insetsJ-P Nurmi2018-05-021-0/+146
* | Label: add support for background insetsJ-P Nurmi2018-05-021-0/+152
* | Add missing implicitBackground{Width|Height} to non-QQuickControlsJ-P Nurmi2018-05-022-14/+108
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-282-3/+89
|\|
| * ComboBox: don't block the escape/back key (with fixed test)J-P Nurmi2018-04-251-0/+80
| * Revert "ComboBox: don't block the escape/back key"Liang Qi2018-04-251-71/+0
| * ComboBox: don't block the escape/back keyJ-P Nurmi2018-04-231-0/+71
| * ComboBox: reset when hiddenJ-P Nurmi2018-04-231-0/+6
| * Popup::test_shortcut(): use "A" instead of "Tab" for shortcutMitch Curtis2018-04-181-3/+3
* | DialogButtonBox: fix layout regressionJ-P Nurmi2018-04-241-0/+27
* | Control: fix background sizeJ-P Nurmi2018-04-231-0/+6
* | Control: add support for background insetsJ-P Nurmi2018-04-231-0/+146
* | Tumbler: follow the "standard" implicit size calculation practicesJ-P Nurmi2018-04-191-2/+2