Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers to release version. | Jason McDonald | 2010-10-18 | 1 | -13/+13 |
| | |||||
* | Completing the interface for children/data/resources | Thomas Hartmann | 2010-09-14 | 1 | -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 setCurrentIndex | Martin Jones | 2010-09-13 | 1 | -0/+1 |
| | | | | Task-number: QTBUG-13543 | ||||
* | Avoid Flickable view jumping when drag threashold is exceeded. | Martin Jones | 2010-08-26 | 1 | -0/+1 |
| | | | | Task-number: QTBUG-13176 | ||||
* | Expose the Flickable's internal contentItem | Martin Jones | 2010-06-24 | 1 | -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 Jones | 2010-05-28 | 1 | -3/+3 |
| | |||||
* | Flickable small API changes. | Yann Bodson | 2010-05-12 | 1 | -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 boundsBehavior | Martin Jones | 2010-04-22 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-9993 | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -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 Jones | 2010-03-08 | 1 | -33/+46 |
| | | | | Also some minor perf improvements by avoiding signal/slot connection | ||||
* | Small optimizations. | Martin Jones | 2010-03-01 | 1 | -2/+4 |
| | |||||
* | Make Flickable overshoot behavior nicer. | Martin Jones | 2010-02-26 | 1 | -0/+2 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+189 |
QDeclarativeXXX. |