aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Don't unnecessarily transform keysequences into stringsUlf Hermann2019-05-161-0/+29
* tst_accessibility: Simplify role verificationFrederik Gladhorn2019-05-141-50/+50
* Container: Keep currentIndex at 0 when removing item 0 if possibleJüri Valdmann2019-05-071-0/+23
* Fix flaky tst_qquickmenu testMitch Curtis2019-05-071-2/+3
* Fix MenuItem width not matching Menu's available widthMitch Curtis2019-05-032-0/+253
* Make tst_qquickmenu run with all stylesMitch Curtis2019-05-033-92/+180
* Use resource path for test data on Android and iOSMitch Curtis2019-04-242-3/+10
* 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
* 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
* DialogButtonBox: don't sort buttons based on their memory addressesMitch Curtis2019-03-221-0/+29
* Handle recursion depth errors in tst_sanity.cppUlf Hermann2019-03-181-0/+6
* Fix DialogButtonBox content size calculationMitch Curtis2019-03-151-2/+134
* 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
* 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
* 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
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-02-011-0/+11123
|\
| * QQuickAbstractButton: fix clicked() not being emitted after long pressv5.12.1Mitch Curtis2019-01-251-0/+16
| * Merge 5.12 into 5.12.1Kari Oikarinen2019-01-082-0/+31
| |\
| * | Add binary compatibility file for QtQuickĆontrols2 for Qt 5.12Milla Pohjanheimo2018-12-181-0/+11123
* | | QQuickAbstractButton: fix clicked() not being emitted after long pressMitch Curtis2019-01-231-0/+16
* | | QQuickPopupPositioner: fix crash on application exitMitch Curtis2019-01-142-0/+98
* | | DialogButtonBox: fix issue where single button would go outside boxMitch Curtis2019-01-081-0/+17
* | | Fix incorrect font size in certain styles on WindowsMitch Curtis2019-01-081-0/+5
* | | Slider: fix wheel event propagationMassimo Callegari2019-01-081-0/+57
| |/ |/|
* | Fix TextField background not respecting control's widthMitch Curtis2018-12-211-0/+27
* | tst_QQuickStyle::availableStyles(): Ignore case when checking paths on WindowsFriedemann Kleint2018-12-121-0/+4
|/
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-05666-1511/+1318
|\
| * Revert all Menu delegate patchesv5.12.0-rc2v5.12.0-rc1v5.12.0Mitch Curtis2018-11-159-620/+1
| * QQuickMenuBar: fix menu not openingMitch Curtis2018-11-091-0/+60
| * QQuickPage: fix a typo to avoid a crashLiang Qi2018-11-091-0/+13
| * tst_qquickmenu: add a test for MenuItems before and after a Repeaterv5.12.0-beta4Mitch Curtis2018-11-022-1/+119
| * Fix Instantiator-created MenuItems disappearingMitch Curtis2018-11-023-0/+235
| * Tie minor version of all imports to Qt's minor versionMitch Curtis2018-11-02660-1305/+1305
* | Fix for SpinBox crash in Qt Quick DesignerThomas Hartmann2018-12-043-0/+171
* | Fix QQuickIconLabel's baselineOffsetMitch Curtis2018-12-031-0/+5
* | QQuickScrollView: override getContentWidth/Height()Richard Moe Gustavsen2018-11-271-0/+49
|/
* tst_QQuickApplicationWindow: remove workaroundMitch Curtis2018-10-261-5/+0
* Fix heap-use-after-free in tst_QQuickDrawerMitch Curtis2018-10-261-1/+5