summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeflickable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: More work on the QML documentation.David Boddie2010-09-071-21/+35
* Flickable ensure internal pressed state is cleared when mouse is released.Martin Jones2010-09-011-0/+1
* Ensure Flickable visibleArea is updated when view height changesMartin Jones2010-08-311-0/+4
* Avoid Flickable view jumping when drag threashold is exceeded.Martin Jones2010-08-261-2/+8
* Fix poor flicking behavior with slower flicks.Martin Jones2010-08-251-15/+7
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-161-1/+1
|\
| * Handle QGraphicsWidgets in FlickableMartin Jones2010-08-161-1/+1
* | qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+2
|/
* Fix Flickable.StopAtBounds behavior when content size < flickable sizeMartin Jones2010-08-031-10/+16
* Don't emit movementEnded if mouse press is a continuation of a flick.Martin Jones2010-07-291-15/+17
* Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-221-1/+1
* docsBea Lam2010-07-071-1/+1
* Remove deprecated Flickable.flickDirectionMartin Jones2010-07-071-12/+0
* Don't access uninitialized value.Martin Jones2010-06-301-10/+9
* Expose the Flickable's internal contentItemMartin Jones2010-06-241-17/+35
* Fix event forwarding in QDeclarativeFlickable.Alexis Menard2010-06-171-3/+18
* Stopping a flick resulted in the next click being consumed.Martin Jones2010-06-161-0/+1
* Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-111-3/+5
* Use QElapsedTimer rather than QTime::elapsed()Martin Jones2010-05-281-5/+6
* Remove deprecated Flickable::overshoot property.Martin Jones2010-05-261-19/+0
* Fixes for docs, example codeBea Lam2010-05-201-1/+1
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-1/+1
* Follow-up on Flickable changes.Yann Bodson2010-05-131-14/+66
* Flickable small API changes.Yann Bodson2010-05-121-91/+122
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-051-7/+7
|\
| * docWarwick Allison2010-05-051-7/+7
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-041-22/+28
|\ \ | |/
| * Doc improvementsBea Lam2010-05-041-22/+28
* | Ensure flick endpoint is recalculated for variable height lists.Martin Jones2010-05-041-2/+2
|/
* Replace Flickable overshoot property with boundsBehaviorMartin Jones2010-04-221-15/+47
* Fix highlight position with StrictlyEnforceRange and range greater than item ...Martin Jones2010-04-211-2/+2
* Fiddle with the overshoot correction curve.Martin Jones2010-04-191-2/+2
* Always allow view position to be fixed.Martin Jones2010-04-191-8/+10
* emit onMovementStarted/Ended/Changed on wheel eventsMartin Jones2010-04-141-0/+4
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-2/+2
* Fix Flickable::visibleArea.xPosition, Flickable::visibleArea.yPosition docsMartin Jones2010-04-011-2/+4
* Fix parenting after 6f88388db4e8e202780d789e66664ff824691948.Michael Brasser2010-03-301-1/+2
* Port Flickable and Flipable to support QGraphicsObject.Alexis Menard2010-03-251-2/+2
* Schedule view relayout after itemsInserted/Removed()Martin Jones2010-03-101-0/+3
* Remove code dupliation in fixupX/Y(), flickX/Y()Martin Jones2010-03-081-204/+181
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-051-1/+0
|\
| * QtDeclarative: Fix compiler warningsFriedemann Kleint2010-03-021-1/+0
* | Fix mouse stealing in nested flickables.Martin Jones2010-03-031-7/+13
|/
* Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-271-0/+1
* Make Flickable overshoot behavior nicer.Martin Jones2010-02-261-19/+48
* Tiny doc tweak.Martin Jones2010-02-261-1/+1
* Fix Flickable.overShoot doc - it is a bool not a realMartin Jones2010-02-261-2/+2
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-41/+23
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+1324