aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickflickable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve interaction of nested Flickables and PathViewMartin Jones2012-03-131-4/+16
* Fix for QTBUG-22777. Removed unnecessary check.Gatis Paeglis2012-03-121-1/+1
* Merge master <-> api_changesMatthew Vogt2012-03-051-6/+11
|\
| * Use velocity from touch events only when they are validLaszlo Agocs2012-03-021-6/+11
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-18/+20
|/
* Use use touch events to generate mouse events in Quick canvas.Martin Jones2012-02-101-14/+36
* Ensure Flickable moving and flicking properties are correct.Martin Jones2012-02-071-6/+15
* Multiple fast flicks with large content moves fasterMartin Jones2012-02-021-15/+71
* Flickable should be controllable programaticallyAndras Becsi2012-02-011-0/+19
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Flickable now emits contentX/YChanged after the content is updatedMartin Jones2012-01-061-15/+8
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Use input event timestamps in QQuickFlickable if available.Andras Becsi2011-12-201-13/+27
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+2003