aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickflickable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix qmlobject_{dis}connect macros to require semicolon at the endJan Arve Sæther2019-09-161-2/+2
* Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-2/+3
* Fix crash caused by objects self-destructions during displacement animationsYulong Bai2019-06-171-1/+1
* QQuickFlickable: fix setContentX/setContentY comparing qrealYulong Bai2019-03-011-2/+2
* Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-221-1/+13
* Prevent ListView from jumping horizontally with flick(0,<number>)Michael Brasser2018-08-231-2/+2
* Flickable: handle the new ScrollMomentum phase in QWheelEventShawn Rutledge2018-08-221-29/+18
* QQuickFlickable: add a default for new added Qt::ScrollMomentumLiang Qi2018-08-201-0/+2
* Increase fine-grained signals for some properties in FlickableAleix Pol2018-07-311-6/+15
* Flickable: never react to a QMouseEvent with no buttons pressedShawn Rutledge2018-07-261-1/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-161-1/+26
|\
| * Doc: add a section that demonstrates various contentX/contentY statesMitch Curtis2018-07-041-1/+26
* | Add Flickable.synchronousDrag propertyShawn Rutledge2018-07-121-2/+30
|/
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* Flickable: fix another possible cause for out-of-sync moving flagsNils Jeisecke2018-06-191-4/+2
* Fix Flickable mouse wheel handling on macOSNils Jeisecke2018-04-061-4/+6
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-9/+9
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-3/+11
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-3/+11
| |\
| | * Flickable: don't jump after premature movementEnding due to timerShawn Rutledge2017-12-131-3/+11
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-20/+36
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Shawn Rutledge2017-11-131-1/+15
| |\|
| | * docs and example: clarify the usage of Flickable contentX/contentYShawn Rutledge2017-11-081-1/+15
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-11-061-19/+21
| |\|
| | * Fix providing correct velocity when using index based scrollingPasi Petäjäjärvi2017-11-031-2/+4
| | * QQuickFlickable: Use QQuickItem::setSize() in resizeContent()Alexandr Akulich2017-11-031-17/+17
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-0/+2
|\|
| * Add missing math.h include for math functionsJake Petroules2017-09-121-0/+1
| * Fix issue with programmatic flicking at boundsMichael Brasser2017-09-081-0/+1
* | Default QQuickItem::acceptTouchEvents to true until Qt 6Shawn Rutledge2017-05-101-0/+1
* | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-05-081-12/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+2
| |\|
| | * Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
| * | QQuickFlickable: Remove an obviously stale commentRobin Burchell2017-04-171-12/+0
* | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-04-131-22/+101
|\| |
| * | Allow custom bounds behaviors for FlickableJ-P Nurmi2017-04-101-17/+93
| |/
| * Flickable: don't steal grab from item with keepTouchGrab setShawn Rutledge2017-03-271-3/+4
| * Flickable: fix doc statement about content anchoringNikita Krupenko2017-03-161-2/+4
* | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-03-021-1/+4
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-1/+4
| |\
| | * Flickable: handle child mouse ungrab when hidden or disabledJ-P Nurmi2017-02-081-1/+4
* | | build a vector of child-filtering parents before delivery of pointer eventShawn Rutledge2017-01-271-0/+3
* | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-01-261-2/+78
|\| |
| * | Flickable: add horizontal/verticalOvershoot propertiesJ-P Nurmi2016-12-291-2/+78
* | | Don't assume that target is the parent itemJan Arve Saether2016-12-291-2/+0
* | | Merge branch remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2016-12-201-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-1/+1
| |\|
| | * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-1/+1
* | | Merge branch remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2016-11-171-9/+10
|\| |