aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tst_button: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-191-21/+8
* tst_drawer: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-191-6/+3
* tst_dialog: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-191-24/+11
* tst_popup: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-191-55/+25
* tst_swipedelegate: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-191-77/+32
* tst_radiodelegate: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-171-7/+3
* tst_radiobutton: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-171-22/+9
* tst_progressbar: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-171-19/+7
* tst_pane: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-171-16/+6
* tst_pageindicator: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-171-10/+4
* tst_page: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-171-19/+7
* tst_menuitem: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-171-9/+4
* tst_label: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-171-6/+3
* tst_itemdelegate: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-171-6/+3
* tst_groupbox: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-171-13/+5
* tst_frame: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-171-13/+5
* tst_dialogbuttonbox: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-171-13/+8
* tst_control: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-161-39/+15
* tst_container: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-161-4/+2
* tst_checkdelegate: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-161-7/+3
* tst_checkbox: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-161-27/+10
* tst_abstractbutton: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-161-12/+5
* tst_busyindicator: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-161-4/+2
* tst_dial: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-161-24/+29
* tst_tumbler: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-161-35/+17
* tst_tooltip: fix signal spy ownership for the shared tooltipJ-P Nurmi2016-12-161-1/+7
* tst_swipedelegate: use more reliable swipe.closed()J-P Nurmi2016-12-141-2/+12
* SwipeDelegate: add swipe.opened() and swipe.closed() signalsJ-P Nurmi2016-12-141-0/+32
* SwipeDelegate: transition swipe.positionJ-P Nurmi2016-12-141-15/+16
* Add QQuickSpinBox::valueModified()J-P Nurmi2016-12-021-2/+38
* Add AbstractButton::toggled() signalJ-P Nurmi2016-12-025-6/+30
* Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-12-014-0/+218
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-12-011-0/+49
| |\
| | * SwipeDelegate: fix animations when releasing from a drag5.7Mitch Curtis2016-11-301-0/+50
| * | Dial: add missing wheel handlingJ-P Nurmi2016-11-291-0/+47
| * | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-282-0/+122
| |\|
| | * Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-11-242-0/+122
| | |\
| | | * Fix popups to close on click outsidev5.7.1J-P Nurmi2016-10-252-0/+122
* | | | Add Dial::moved() signalJ-P Nurmi2016-11-291-5/+37
* | | | Add Slider::moved() signalJ-P Nurmi2016-11-291-9/+61
* | | | Add Drawer::interactiveJ-P Nurmi2016-11-251-0/+57
* | | | Add SwipeDelegate::swipe.open()J-P Nurmi2016-11-251-0/+62
* | | | SwipeDelegate: Add swipe.enabled propertyMitch Curtis2016-11-251-0/+83
* | | | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-254-15/+155
|\| | |
| * | | SwipeDelegate: fix swipes that begin over a child item of a delegateMitch Curtis2016-11-241-0/+75
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-11-231-3/+43
| |\| |
| | * | SwipeDelegate: don't emit clicked when released outsideMitch Curtis2016-11-231-3/+43
| * | | Use tryVerify() instead of wait() where possibleMitch Curtis2016-11-222-9/+2
| * | | SwipeDelegate: fix broken swiping after calling SwipeDelegate.close()Mitch Curtis2016-11-221-3/+13
| * | | AbstractButton: fix press-and-hold for checkable buttonsJ-P Nurmi2016-11-221-0/+22