aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_swipedelegate.qml
Commit message (Expand)AuthorAgeFilesLines
* SwipeDelegate: fix animations when releasing from a drag5.7Mitch Curtis2016-11-301-0/+50
* SwipeDelegate: don't emit clicked when released outsideMitch Curtis2016-11-231-3/+43
* Fix tst_swipedelegateJ-P Nurmi2016-10-241-4/+4
* Move line number-dependent tests to the top of tst_swipedelegate.qmlMitch Curtis2016-10-041-100/+100
* SwipeDelegate: warn about horizontally anchoring background/contentItemMitch Curtis2016-08-021-0/+81
* 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: only consume child events if we grabbed the mouseMitch Curtis2016-07-081-0/+24
* 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