summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeflickable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Flickable and MouseArea were too eager to take/keep mouse grab.Martin Jones2010-11-241-7/+9
* Doc: clarify Flickable children vs. contentItem children.Martin Jones2010-11-191-0/+7
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-11-101-11/+10
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-091-6/+3
| |\
| * | Doc: Attempt to document content handling in Flickable.David Boddie2010-11-041-11/+10
* | | Flickable does not reposition its content when it is resized.Martin Jones2010-11-101-0/+14
| |/ |/|
* | Combining ListView.StrictlyEnforceRange and resizing currentItem stalls.Martin Jones2010-11-031-6/+3
|/
* Remove unnecessary roundingAlan Alpert2010-10-211-2/+0
* Flickable 'moving' parameter stays at true when setting contentY.Martin Jones2010-10-211-9/+25
* ListView.visibleArea.heightRatio should not emit a signal when it does not ch...Yann Bodson2010-10-181-7/+18
* Ensure Flickable.contentX and Flickable.contentY return correct values.Martin Jones2010-10-081-2/+2
* Use setParentItem() instead of setParentItemHelper if componentComplete is trueMarco Bubke2010-09-301-5/+19
* Documentation fix for Flickable (mark content properties as real, not int).Michael Brasser2010-09-281-4/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-161-2/+3
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-09-151-3/+3
| |\
| * | Doc: More work on the declarative API documentation.David Boddie2010-09-131-2/+3
* | | Fix bug in 34b805d66c09fb324d1b6a7bcf259e8743ef3894Thomas Hartmann2010-09-151-3/+4
* | | Completing the interface for children/data/resourcesThomas Hartmann2010-09-141-1/+53
| |/ |/|
* | Ensure flickable velocity is updated when view is moved by setCurrentIndexMartin Jones2010-09-131-3/+3
|/
* 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