aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls
Commit message (Expand)AuthorAgeFilesLines
* QQuickAbstractButton: fix the order of nextCheckState() vs. clicked()J-P Nurmi2016-04-122-32/+32
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7J-P Nurmi2016-04-112-1/+44
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-112-1/+44
| |\
| | * Fix ScrollBars with paddingsJoni Poikelin2016-04-011-1/+17
| | * ComboBox: fix usage in an asynchronous LoaderJ-P Nurmi2016-03-231-0/+25
* | | Add RadioDelegateMitch Curtis2016-04-111-0/+86
|/ /
* | Add CheckDelegateMitch Curtis2016-04-111-0/+86
* | Revert "tst_swipedelegate: blacklist test_swipeVelocity on OSX"Mitch Curtis2016-03-312-3/+2
* | Revert "tst_drawer: blacklist test_swipeVelocity on OSX"Mitch Curtis2016-03-312-3/+2
* | Inherit QQuickDrawer from QQuickPopupJ-P Nurmi2016-03-231-2/+0
* | tst_drawer: blacklist test_swipeVelocity on OSXJ-P Nurmi2016-03-232-2/+3
* | Support ApplicationWindow attached property for items inside PopupJ-P Nurmi2016-03-231-1/+7
* | Introduce ToolTipJ-P Nurmi2016-03-221-0/+156
* | tst_swipedelegate: blacklist test_swipeVelocity on OSXJ-P Nurmi2016-03-222-2/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-221-0/+60
|\|
| * Popup: fix marginsJ-P Nurmi2016-03-211-0/+60
* | Drawer: respect swipe velocityMitch Curtis2016-03-221-0/+35
* | Fix QQuickPopup::setVisible()J-P Nurmi2016-03-211-0/+10
* | Popup: make ApplicationWindow attached properties availableJ-P Nurmi2016-03-211-0/+12
* | ScrollBar: add increase(), decrease() and stepSizeJ-P Nurmi2016-03-211-0/+38
* | tst_control: fix font testsJ-P Nurmi2016-03-211-20/+0
* | Add QQuickVelocityCalculatorMitch Curtis2016-03-211-0/+74
* | Add Popup::localeJ-P Nurmi2016-03-181-26/+62
* | Add Popup::fontJ-P Nurmi2016-03-181-47/+98
* | tst_combobox: remove the extra ApplicationWindow instanceJ-P Nurmi2016-03-181-102/+46
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-181-77/+199
|\|
| * QQuickOverlay: fix background visibility for multiple modal popupsJ-P Nurmi2016-03-171-0/+40
| * Change locale inheritance for popupsJ-P Nurmi2016-03-171-77/+159
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-166-46/+256
|\|
| * Fix popup fontsJ-P Nurmi2016-03-112-48/+64
| * Revert "QQuickControl: delayed the call of resolveFont()"J-P Nurmi2016-03-111-0/+2
| * Fix font comparisonsJ-P Nurmi2016-03-114-0/+192
* | Add SwipeDelegateMitch Curtis2016-03-151-0/+815
* | Move focusReason and focusPolicy tests to tst_focusJ-P Nurmi2016-03-151-66/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-081-0/+35
|\|
| * ComboBox: fix activationJ-P Nurmi2016-03-071-0/+35
* | QQuickComboBox: handle wheel events to respect wheelEnabledJ-P Nurmi2016-03-041-0/+23
* | tst_combobox: temporarily disable tests with two windowsJ-P Nurmi2016-03-021-16/+16
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-02-252-4/+59
|\|
| * Fix QQuickPopup to respect explicit sizeJ-P Nurmi2016-02-241-4/+25
| * RangeSlider: forward focus to the handlesJ-P Nurmi2016-02-241-0/+34
* | Control: add hoverEnabled and hovered propertiesJ-P Nurmi2016-02-251-0/+21
* | Slider: add wheel supportJ-P Nurmi2016-02-241-0/+47
* | SpinBox: add wheel supportJ-P Nurmi2016-02-241-0/+35
* | Add SpinBox::editable propertyJ-P Nurmi2016-02-231-0/+24
* | Add Control::focusPolicyJ-P Nurmi2016-02-221-0/+45
* | tst_combobox: test both Window and ApplicationWindowJ-P Nurmi2016-02-211-39/+85
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-02-202-0/+685
|\|
| * Popup: use available size and paddings from the popup itemJ-P Nurmi2016-02-191-1/+274
| * Controls: fix locale inheritance for popupsLiang Qi2016-02-191-0/+182