Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | highlightFollowsCurrentItem: false was not always honored | Martin Jones | 2010-12-09 | 1 | -2/+2 |
| | | | | | | | | In some cases ListView and GridView would position the highlight despite highlightFollowsCurrentItem: false being specified. Task-number: QTBUG-15972 Reviewed-by: Michael Brasser | ||||
* | Fix consistency of setting currentIndex in ListView and GridView. | Martin Jones | 2010-10-14 | 1 | -0/+52 |
| | | | | | | | | | | | The behaviour of setting the currentIndex out of bounds, was different depending upon whether it was set -ve, beyond the end, or before component completed. The behaviour is now consistent - setting the currentIndex out of bounds is allowed and will cause the currentItem and highlightItem to become null. Task-number: QTBUG-12571 Reviewed-by: Michael Brasser | ||||
* | Ensure GridView header is visible at the top of the view. | Martin Jones | 2010-10-08 | 1 | -0/+32 |
| | | | | | | | | The view was scrolled to the top of the first item, rather than the top of the header. Task-number: QTBUG-13906 Reviewed-by: Michael Brasser | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 10 | -10/+10 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Position GridView and ListView footer correctly when model cleared. | Martin Jones | 2010-07-14 | 1 | -0/+32 |
| | | | | Task-number: QTBUG-12167 | ||||
* | Ensure the view is correctly positioned at component complete. | Martin Jones | 2010-06-23 | 1 | -1/+1 |
| | | | | | | If a currentIndex has been specified, ensure the view starts at the correct position immediately, rather than scrolling to it after startup. | ||||
* | Stop highlight animators for highlightFollowsCurrentItem: false | Martin Jones | 2010-05-20 | 1 | -0/+48 |
| | | | | Task-number: QTBUG-10803 | ||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 8 | -8/+8 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | 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. |