aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* MenuBar: ensure the correct delegates are used when created via ComponentMitch Curtis2018-10-022-0/+106
* Attempt to stabilise Popup::test_shortcut auto testMitch Curtis2018-09-121-0/+3
* Menu: ensure the correct delegates are used when created via ComponentMitch Curtis2018-09-057-0/+278
* QQuickIconImage: prevent color from being applied twiceMitch Curtis2018-07-302-1/+99
* Fix qrc paths in QT_QUICK_CONTROLS_STYLE_PATHMitch Curtis2018-07-164-0/+123
* tst_tumbler: replace loop with tryVerify()Mitch Curtis2018-07-031-7/+1
* Menu: fix items not being scrollable when using WindowMitch Curtis2018-06-253-0/+174
* Fix Tumbler not respecting currentIndex changes in onModelChangedMitch Curtis2018-06-131-0/+66
* Add binary compatibility file for 5.11 for QtQuickControls2Milla Pohjanheimo2018-06-051-0/+10993
* 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
* Page: fix implicitWidth bindingsJ-P Nurmi2018-04-171-2/+5
* Stabilize Popup::test_shortcut()Mitch Curtis2018-04-091-0/+8
* QQuickLabel: fix background resizingJ-P Nurmi2018-04-091-0/+24
* TextArea: fix background parentJ-P Nurmi2018-04-051-0/+3
* tst_customization: only track objectNames we're interested inMitch Curtis2018-03-231-1/+3
* Combo|SpinBox: fix wheel event propagationJ-P Nurmi2018-03-232-4/+30
* Fix Shortcuts in Popups with window context not being activatedMitch Curtis2018-03-221-1/+37
* Fix crash with StackView::initialItemSimon Hausmann2018-03-211-0/+15
* Fix doubly connected signals in SignalSequenceSpySimon Hausmann2018-03-121-3/+8
* ComboBox: fix key search in the popupJ-P Nurmi2018-03-121-0/+54
* Sliders and Dials: keep mouse grab on pressJ-P Nurmi2018-03-121-3/+7
* QQuickDrawer: fix draggingv5.11.0-beta2J-P Nurmi2018-03-092-0/+129
* QQuickPlatformMenu: fix submenu titles not being visibleMitch Curtis2018-03-071-0/+19
* Fix QQuickTheme::font() and palette()J-P Nurmi2018-03-011-0/+36
* DialogButtonBox: workaround implicit size calculation with one buttonv5.11.0-beta1J-P Nurmi2018-02-221-0/+28
* Fix tst_swipedelegate::test_eventsToLeftAndRight()J-P Nurmi2018-02-201-2/+2
* tst_switchdelegate: fix test_mouse/test_touch failuresJ-P Nurmi2018-02-201-6/+6
* QQuickStyle: fix and test QT_QUICK_CONTROLS_CONFJ-P Nurmi2018-02-208-1/+49
* Reset QQuickStyle when the QtQuick.Controls 2 plugin is unloadedJ-P Nurmi2018-02-201-9/+27
* QQuickStackView: transfer focus to the current itemJ-P Nurmi2018-02-131-10/+21
* Merge tst_drawer.qml to tst_QQuickDrawerJ-P Nurmi2018-02-132-118/+37
* tst_QQuickPopup: run with all stylesJ-P Nurmi2018-02-121-37/+51
* tst_QQuickDrawer: run with all stylesJ-P Nurmi2018-02-121-1/+2
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-123-15/+299
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-092-0/+93
| |\
| | * QQuickControl: respect wheel focus policy for focus scopesJ-P Nurmi2018-02-071-0/+11
| | * Popup: fix restoring focus for popups that did not request focusJ-P Nurmi2018-02-061-0/+10
| | * QQuickControl: respect click focus policy for focus scopesJ-P Nurmi2018-02-051-0/+72
| * | Make AbstractButton's icon properties win over Action's when both are setMitch Curtis2018-02-051-15/+206
* | | Merge remote-tracking branch 'origin/5.10' into 5.11J-P Nurmi2018-01-316-0/+63
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2018-01-312-0/+22
| |\|
| | * QQuickComboBox: fix popup's deferred executionJ-P Nurmi2018-01-241-0/+14
| | * Control: fix background size regression caused by deferred executionJ-P Nurmi2018-01-221-0/+8
| * | tst_qquickiconlabel: skip colorChanges() that grabToImage() on offscreen plat...Liang Qi2018-01-251-0/+3
| * | tst_qquickiconimage: skip tests that grabToImage() on offscreen platformsMitch Curtis2018-01-251-0/+9
| * | Fix test_itemsCorrectlyPositioned() failureMitch Curtis2018-01-221-0/+1