aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * Make tst_qquickmenu run with all stylesMitch Curtis2019-05-033-92/+180
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-042-4/+4
|\| |
| * | Fix tst_cursor when running in Android emulatorMitch Curtis2019-05-032-4/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-272-3/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-252-3/+10
| |\|
| | * Use resource path for test data on Android and iOSMitch Curtis2019-04-242-3/+10
* | | tst_combobox.qml: remove temporary skipsMitch Curtis2019-04-231-6/+0
* | | Add valueRole API to ComboBoxMitch Curtis2019-04-231-1/+65
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-162-0/+84
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-132-0/+84
| |\|
| | * QQuickComboBox: don't hide popup if focusedAlberto Mardegan2019-04-101-0/+51
| | * SpinBox: fix indicators being hovered when mouse is moved while pressedMitch Curtis2019-04-081-0/+33
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-093-34/+25
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-063-34/+25
| |\|
| | * 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
| | * Mark BaseValidator::throwRecursionDepthError() as finalUlf Hermann2019-03-271-1/+1
* | | Fix broken buildMitch Curtis2019-04-031-0/+6
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-301-0/+29
|\| |
| * | 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.13' into devQt Forward Merge Bot2019-03-212-2/+140
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-0/+6
| |\|
| | * Handle recursion depth errors in tst_sanity.cppUlf Hermann2019-03-181-0/+6
| * | 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
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-126-17/+201
|\| |
| * | 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.13' into devQt Forward Merge Bot2019-03-0511-1/+670
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-0211-1/+670
| |\|
| | * Fix tst_cursor::controls(containers) test failing after change in the Windows...Friedemann Kleint2019-03-011-0/+17
| | * QQuickMenu: allow enter/return to be used to activate itemsMitch Curtis2019-02-281-1/+30
| | * Add dialogs manual testMitch Curtis2019-02-227-0/+529
| | * Drawer: fix infinite positioning loopMitch Curtis2019-02-222-0/+94
* | | ScrollBar: set a default minimumSize for all stylesRichard Moe Gustavsen2019-03-041-1/+4
|/ /
* | gifrecorder: fix process timing outMitch Curtis2019-02-251-1/+2
* | gifrecorder: improve the codeMitch Curtis2019-02-251-22/+45
* | gifrecorder: Use ffmpeg instead of the deprecated avconvVenugopal Shivashankar2019-02-251-7/+7
* | Fix heap-use-after-free in tst_gifsMitch Curtis2019-02-201-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-0913-1/+731
|\|
| * Popup: ensure that "palette" is reevaluated when enabled state changesMitch Curtis2019-02-052-0/+160
| * QQuickMenu: don't give focus to disabled menu itemsMitch Curtis2019-02-042-0/+138
| * Menu: fix disabled sub-menu items being highlightedMitch Curtis2019-02-042-0/+202
| * Fix font and palette settings in .conf files not being respectedMitch Curtis2019-02-047-1/+40
| * Fix Menu not being dismissed when the triggered item disables itselfMitch Curtis2019-02-042-0/+191