aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_swipedelegate.qml
Commit message (Expand)AuthorAgeFilesLines
* Update expected result of SwipeDelegate warning messagesMitch Curtis2017-03-201-1/+1
* Revert "Temporarily comment out line number-dependent SwipeDelegate tests"Mitch Curtis2017-03-201-104/+103
* Temporarily comment out line number-dependent SwipeDelegate testsMitch Curtis2017-03-171-103/+104
* Update license headers to silence qtqa/tst_license warningsJ-P Nurmi2017-02-241-17/+27
* tst_control: fix TestCase::mouseMove() usageJ-P Nurmi2017-01-121-22/+22
* Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2017-01-111-1/+1
|\
| * Welcome to 2017J-P Nurmi2017-01-091-1/+1
* | SwipeDelegate: rename swipe.rebound to swipe.transitionJ-P Nurmi2016-12-211-1/+1
* | tst_swipedelegate: use TestCase's new createTemporaryObject functionsMitch Curtis2016-12-191-77/+32
* | 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
* | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-12-011-0/+49
|\|
| * 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
* | | Add SwipeDelegate::swipe.open()J-P Nurmi2016-11-251-0/+62
* | | SwipeDelegate: Add swipe.enabled propertyMitch Curtis2016-11-251-0/+83
|/ /
* | 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
* | SwipeDelegate: fix broken swiping after calling SwipeDelegate.close()Mitch Curtis2016-11-221-3/+13
* | tst_swipedelegate: kill the unnecessary dependency to QtQuick.LayoutsJ-P Nurmi2016-11-081-6/+6
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-251-4/+4
|\|
| * Fix tst_swipedelegateJ-P Nurmi2016-10-241-4/+4
* | Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-10-071-100/+100
|\|
| * Move line number-dependent tests to the top of tst_swipedelegate.qmlMitch Curtis2016-10-041-100/+100
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-031-0/+81
|\|
| * SwipeDelegate: warn about horizontally anchoring background/contentItemMitch Curtis2016-08-021-0/+81
* | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-07-151-0/+42
|\|
| * SwipeDelegate: vertically resize contentItem when swipe is completeMitch Curtis2016-07-151-0/+24
| * SwipeDelegate: reposition contentItem, background on width changesMitch Curtis2016-07-121-0/+18
* | SwipeDelegate: test pressAndHold()Mitch Curtis2016-07-141-1/+21
* | SwipeDelegate: add swipe.pressed and swipe.clicked()Mitch Curtis2016-07-141-12/+156
* | SwipeDelegate: add swipe.completed() signalMitch Curtis2016-07-131-6/+22
* | SwipeDelegate: add swipe.close()Mitch Curtis2016-07-131-0/+29
* | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-07-091-0/+24
|\|
| * SwipeDelegate: only consume child events if we grabbed the mouseMitch Curtis2016-07-081-0/+24
* | Bump up all controls and templates imports to version 2.1J-P Nurmi2016-07-081-1/+1
|/
* SwipeDelegate: rename exposure to swipe, active to completeMitch Curtis2016-05-231-204/+204
* import Qt.labs.controls 1.0 => QtQuick.Controls 2.0J-P Nurmi2016-04-211-1/+1
* Rename ControlSpy to SignalSequenceSpyJ-P Nurmi2016-04-141-29/+29
* Revert "tst_swipedelegate: blacklist test_swipeVelocity on OSX"Mitch Curtis2016-03-311-0/+2
* tst_swipedelegate: blacklist test_swipeVelocity on OSXJ-P Nurmi2016-03-221-2/+0
* Add QQuickVelocityCalculatorMitch Curtis2016-03-211-0/+74
* Add SwipeDelegateMitch Curtis2016-03-151-0/+815