aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickflickable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix emitting originYChanged signals even when originY wouldn't changeGabriel de Dietrich2012-10-031-2/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix Flickable movementEnded() signal emissionAndras Becsi2012-09-181-11/+15
* Fix typo in documentation.Sérgio Martins2012-09-061-1/+1
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* QQuickCanvas renamesAlan Alpert2012-07-171-16/+16
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-1/+1
* Fix transformed flickable so that the new autotest can passShawn Rutledge2012-07-131-8/+8
* Update usage of childrenRect in Flickable docs.Michael Brasser2012-07-111-3/+10
* Improve wheel event handling.Michael Brasser2012-07-041-12/+19
* Propagate synthesized mouse events in parallel with touch.Shawn Rutledge2012-06-281-34/+24
* Rename Flickable x/yOrigin to originX/YBea Lam2012-06-221-9/+12
* Create new documentation structureChris Adams2012-06-211-1/+1
* Update Flickable velocity/overbound for each axis independentlyMartin Jones2012-06-131-68/+52
* rebound property for FlickableBea Lam2012-06-081-54/+229
* Don't emit moving and flicking signals unnecessarilyBea Lam2012-06-061-73/+90
* Utilize StartDragVelocity style hint in FlickableLaszlo Agocs2012-06-061-5/+6
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-1/+2
* Firm-up the over bound Flickable behaviorMartin Jones2012-06-011-7/+15
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-4/+4
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+1
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-3/+3
* Improve variable nameFrederik Gladhorn2012-05-111-4/+4
* Fix axis locking for AutoFlickDirectionAndras Becsi2012-05-111-2/+2
* Doc: Moving Qt Quick docs for new doc structureGeir Vattekar2012-05-091-4/+4
* Stop flicking on a full pixel.Martin Jones2012-05-091-2/+26
* Fix typos.Frederik Gladhorn2012-04-271-2/+2
* Add contains method to QQuickItem public APIAdriano Rezende2012-04-191-3/+3
* Flickable should only call ungrabMouse() if it is the mouse grabberAndras Becsi2012-04-041-1/+2
* Allow flick on press-move-release in Flickable.Laszlo Agocs2012-03-211-24/+22
* Restore view to sensible position if grab is cancelled.Martin Jones2012-03-201-0/+4
* Set more sensible Flickable default input filtering parametersMartin Jones2012-03-151-4/+4
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-7/+7
* 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