aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickflickable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: add a section that demonstrates various contentX/contentY statesMitch Curtis2018-07-041-1/+26
* 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
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-16/+23
| |\|
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-4/+5
| | |\
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-301-2/+2
| | | |\
| | | | * Flickable: do not emit movementEnded until it really doesShawn Rutledge2016-09-291-1/+1
| | | | * Flickable: don't activate velocityTimeline if scroll phase availableShawn Rutledge2016-09-291-1/+1
| | | * | Fix Flickable state being reset when it replays a delayed press.Andrew den Exter2016-09-231-2/+3
| * | | | Quick: mark some methods as constAnton Kudryavtsev2016-10-121-3/+3
| * | | | Mark some methods as constAnton Kudryavtsev2016-10-061-2/+2
* | | | | Merge remote-tracking branch 'origin/5.8' into wip/pointerhandlerShawn Rutledge2016-10-071-12/+18
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Flickable: respect keepMouseGrab againFrederik Gladhorn2016-10-021-12/+18
| |/ / /
* | | | Merge branch remote-tracking branch '5.8' into wip/pointerhandlerShawn Rutledge2016-08-231-12/+33
|\| | |
| * | | Flickable: Fixed rounding errors with contentX/YRiku Palomäki2016-08-181-9/+26