aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickflickable.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Merge duplicated example directoriesSze Howe Koh2014-02-061-1/+1
* Flickable: fix crash in delayed press handlingJ-P Nurmi2014-01-251-1/+1
* Ensure Flickable bounds detection is executed at the end of animation.Martin Jones2014-01-211-0/+1
* Fix Flickable generated release event with pressDelay.Martin Jones2014-01-091-1/+5
* QtQuick docs: add missing \qmlpropertygroup commandsJ-P Nurmi2013-12-201-0/+1
* Fix touch to mouse synthesis/propagation.Robin Burchell2013-12-131-2/+3
* Flickable: Use increased default flick parameters on BB10Oleg Shparber2013-12-111-46/+1
* Fix Flickable StopAtBounds drag over, back, over behavior.Martin Jones2013-12-051-28/+46
* Always check for dragging changed, not just when movement startsRobin Burchell2013-11-211-3/+3
* Remove ancient and unused leftoversGunnar Sletta2013-10-221-7/+6
* Fix regression in pressDelay behavior.Michael Brasser2013-10-041-9/+0
* Remane private QQuickAction into QQuickStateActionGabriel de Dietrich2013-10-031-1/+1
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-48/+48
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-191-2/+4
|\
| * Dragging MouseArea nested in Flickable does not work with touch to mouseMartin Jones2013-08-191-2/+4
* | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-08-061-5/+5
|\|
| * Correctly update flickable visibleArea.heightRatio when geometry changesNils Jeisecke2013-07-311-5/+5