aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_swipedelegate.qml
Commit message (Expand)AuthorAgeFilesLines
* 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