aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickflickable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Document Flickable.pixelAligned.Mitch Curtis2013-05-161-0/+12
* Don't fix up x/y while initializingAlan Alpert2013-05-101-0/+4
* Fix jump and property changes on first move when dragging a Flickable.Andrew den Exter2013-03-191-19/+8
* Improve the ordering of Flickable dragging and moving property updates.Andrew den Exter2013-03-121-4/+15
* Flickable shouldn't grab the mouse until it starts an effective move.Andrew den Exter2013-02-221-26/+21
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Flickable: Fix bug when flicking twice using touchesDaniel d'Andrada2013-01-091-0/+5
* Compile with QT_NO_WHEELEVENT.Volker Krause2012-12-191-0/+2
* Fix mouse event distribution for Flickable with pressDelayMatt Vogt2012-11-291-63/+75
* Nested Flickables with pressDelay flick incorrect FlickableMartin Jones2012-11-261-0/+16
* Allow margin changes during Flickable drag operationMatt Vogt2012-11-191-8/+11
* 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