Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04. | Michael Brasser | 2010-03-18 | 3 | -4/+4 |
| | | | | | The import order has changed, so test files that mirror element names needed to be renamed (or they would resolve as the type). | ||||
* | Change PathView offset property to use range 0 - 1.0 | Martin Jones | 2010-03-12 | 2 | -4/+4 |
| | |||||
* | Add PathView.isCurrentIndex and PathView.view attached properties | Martin Jones | 2010-03-08 | 2 | -3/+54 |
| | | | | | | Adding PathView attached properties to be in line with other views. Task-number: QT-319 | ||||
* | Add NOTIFY signals to list, grid and path views | Joona Petrell | 2010-03-02 | 5 | -11/+277 |
| | | | | Reviewed-by: akennedy | ||||
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error. | ||||
* | React to QAbstractItemModel::modelReset() signal. | Martin Jones | 2010-02-25 | 2 | -0/+101 |
| | | | | Task-number: QTBUG-8494 | ||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -14/+14 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 8 | -0/+730 |
QDeclarativeXXX. |