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 | 3 | -10/+10 |
| | | | | | The import order has changed, so test files that mirror element names needed to be renamed (or they would resolve as the type). | ||||
* | Add a positioning 'mode' to positionViewAtIndex() | Martin Jones | 2010-03-11 | 1 | -4/+45 |
| | | | | Provides more control over where and how the view is positioned. | ||||
* | Ensure currentIndex NOTIFY is emitted when currentIndex changes due to model ↵ | Martin Jones | 2010-03-10 | 2 | -0/+6 |
| | | | | change. | ||||
* | Add highlightRangeMode and snapMode to GridView. | Martin Jones | 2010-03-09 | 2 | -0/+104 |
| | | | | | | Brings ListView and GridView APIs closer. Task-number: QTBUG-8779 | ||||
* | clearFocus() before setParentItem(0) on an item with focus. | Martin Jones | 2010-03-08 | 1 | -3/+7 |
| | |||||
* | Merge branch 'master' into 4.7 | Warwick Allison | 2010-03-02 | 1 | -10/+0 |
|\ | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativegridview/tst_qdeclarativegridview.cpp | ||||
| * | Add NOTIFY signals to list, grid and path views | Joona Petrell | 2010-03-02 | 2 | -10/+184 |
| | | | | | | | | Reviewed-by: akennedy | ||||
* | | Add NOTIFY signals to list, grid and path views | Joona Petrell | 2010-03-02 | 2 | -4/+187 |
| | | | | | | | | Reviewed-by: akennedy | ||||
* | | Test GridView.onAdd & GridView.onRemove. Reduce wait()s | Martin Jones | 2010-03-01 | 2 | -26/+39 |
|/ | |||||
* | Renamed Flickable viewportXXX properties contentXXX | Martin Jones | 2010-02-26 | 1 | -15/+15 |
| | | | | A viewport is the thing you look through, not what you look at. | ||||
* | React to QAbstractItemModel::modelReset() signal. | Martin Jones | 2010-02-25 | 2 | -0/+82 |
| | | | | Task-number: QTBUG-8494 | ||||
* | Don't crash if the currentIndex is set while creating a delegate. | Martin Jones | 2010-02-24 | 2 | -0/+48 |
| | | | | Task-number: QTBUG-8456 | ||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -18/+18 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 6 | -0/+1105 |
QDeclarativeXXX. |