aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickflickable.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Doc: mention when Flickable.AutoFlickIfNeeded was addedJ-P Nurmi2016-08-151-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-2/+6
|\|
| * Flickable: avoid infinite velocity during release after dragShawn Rutledge2016-08-051-2/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-2/+2
|\|
| * Flickable: fix minXExtent/minYExtent when content is smaller than viewAndrea Bernabei2016-07-011-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-0/+2
|\|
| * Flickable: MovementEndingTimerInterval is used only on OS XShawn Rutledge2016-05-251-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-4/+4
|\|
| * Flickable: start movementEndingTimer consistently only on OSXShawn Rutledge2016-05-111-4/+4
* | Flickable: add AutoFlickIfNeeded as an option for flickableDirectionShawn Rutledge2016-05-131-0/+8
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-0/+1
|\|
| * Flickable: handle wheel NoScrollPhase the same as ScrollUpdateShawn Rutledge2016-03-011-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-121-2/+34
|\|
| * Flickable: ensure movementEnded after wheel/trackpad flickShawn Rutledge2016-02-021-2/+34
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Fix ListView.OverlayHeaderJ-P Nurmi2015-12-231-2/+2
* Flickable: avoid perturbing the timeline further while in overshootShawn Rutledge2015-12-071-4/+6
* Don't send delayed mouse presses to ancestors of the replaying Flickable.Andrew den Exter2015-10-121-5/+1
* Flickable: remove spurious emission of content size changesJ-P Nurmi2015-09-291-6/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-15/+32
|\
| * Flickable: drag-over-bounds is not velocity-sensitiveShawn Rutledge2015-07-091-15/+32
* | Emit movement signals for flick().Michael Brasser2015-07-221-3/+13
* | QQuickFlickable: Accept pixel wheel events as well as angle wheel events.Robin Burchell2015-06-291-0/+1
* | QQuickFlickable: Send synthetic release event through QCoreApplicationUlf Hermann2015-06-051-1/+1
|/
* Allow Flickable's grab to be stolen if dragging over bounds.Andrew den Exter2015-03-191-1/+15
* Fix flickable stealing gestures when height >= contentHeight.Andrew den Exter2015-03-111-4/+4
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-2/+2
* Flickable: use wheel event pixel deltas when availableShawn Rutledge2015-02-161-81/+203
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Introduce Flickable.OvershootBounds behaviorJ-P Nurmi2015-01-211-4/+6
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-291-9/+9
|\
| * Return the content position rounded on the right sideGiulio Camuffo2014-10-091-9/+9
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-111-19/+11
|\|
| * Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Add Q_DECL_OVERRIDEAlbert Astals Cid2014-08-141-1/+1
|/
* Fix Flickable mouse grab issue.Robert Griebl2014-08-051-0/+1
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-011-21/+20
|\
| * Flickable: Cancel interaction on interactive changesAlbert Astals Cid2014-07-281-21/+20
* | Fix touch/mouse propagation bugsMartin Jones2014-08-011-1/+1
|/
* Improve programmatic flicking of ListView (and Flickable).Michael Brasser2014-07-241-1/+5
* Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-021-1/+1
* Fix crash in Flickable with pressDelay.Martin Jones2014-07-021-8/+8
* Doc: Fix some code snippet warningsSergio Ahumada2014-04-031-2/+2
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-15/+27
* Use fuzzy comparison for another Flickable StopAtBounds case.Michael Brasser2014-03-071-4/+4
* Guarantee event's default state as not acceptedArthur Mello2014-02-191-0/+2