Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
| | | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops. | ||||
* | Fix flicking views at boundary with StricthighlighRange | Martin Jones | 2010-03-24 | 1 | -7/+3 |
| | | | | Task-number: QTBUG-9256 | ||||
* | Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04. | Michael Brasser | 2010-03-18 | 2 | -0/+0 |
| | | | | | The import order has changed, so test files that mirror element names needed to be renamed (or they would resolve as the type). | ||||
* | Ensure currentIndex NOTIFY is emitted when currentIndex changes due to model ↵ | Martin Jones | 2010-03-10 | 1 | -0/+1 |
| | | | | change. | ||||
* | Add highlightRangeMode and snapMode to GridView. | Martin Jones | 2010-03-09 | 1 | -0/+56 |
| | | | | | | Brings ListView and GridView APIs closer. Task-number: QTBUG-8779 | ||||
* | Add NOTIFY signals to list, grid and path views | Joona Petrell | 2010-03-02 | 1 | -0/+69 |
| | | | | Reviewed-by: akennedy | ||||
* | Test GridView.onAdd & GridView.onRemove. Reduce wait()s | Martin Jones | 2010-03-01 | 1 | -0/+6 |
| | |||||
* | React to QAbstractItemModel::modelReset() signal. | Martin Jones | 2010-02-25 | 1 | -0/+39 |
| | | | | Task-number: QTBUG-8494 | ||||
* | Don't crash if the currentIndex is set while creating a delegate. | Martin Jones | 2010-02-24 | 1 | -0/+33 |
| | | | | Task-number: QTBUG-8456 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 4 | -0/+133 |
QDeclarativeXXX. |