summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeflickable_p_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to release version.Jason McDonald2010-10-181-13/+13
|
* Completing the interface for children/data/resourcesThomas Hartmann2010-09-141-0/+3
| | | | | | | | This patch makes the handling of properties like children and data easier in Bauhaus. Especially in the case of property alias Reviewed-by: Aaron Kennedy
* Ensure flickable velocity is updated when view is moved by setCurrentIndexMartin Jones2010-09-131-0/+1
| | | | Task-number: QTBUG-13543
* Avoid Flickable view jumping when drag threashold is exceeded.Martin Jones2010-08-261-0/+1
| | | | Task-number: QTBUG-13176
* Expose the Flickable's internal contentItemMartin Jones2010-06-241-1/+1
| | | | | | | | So that dynamically created items can be parented to the contentItem and be flicked with the rest of the content. Task-number: QTBUG-11674 Reviewed-by: Aaron Kennedy
* Use QElapsedTimer rather than QTime::elapsed()Martin Jones2010-05-281-3/+3
|
* Flickable small API changes.Yann Bodson2010-05-121-3/+7
| | | | | | | | | | - Split moving into movingHorizontally anf movingVertically - Split flicking into flickingHorizontally and flickingVertically - Rename flickDirection to flickableDirection - onMovementStarted, onMovementEnded, onFlickStarted and onFlickEnded signals removed Task-number: QTBUG-10572 Reviewed-by: Martin Jones
* Replace Flickable overshoot property with boundsBehaviorMartin Jones2010-04-221-1/+1
| | | | Task-number: QTBUG-9993
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-3/+3
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Remove code dupliation in fixupX/Y(), flickX/Y()Martin Jones2010-03-081-33/+46
| | | | Also some minor perf improvements by avoiding signal/slot connection
* Small optimizations.Martin Jones2010-03-011-2/+4
|
* Make Flickable overshoot behavior nicer.Martin Jones2010-02-261-0/+2
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+189
QDeclarativeXXX.