Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure header is considered when positioning content with snapping. | Martin Jones | 2010-11-30 | 1 | -1/+1 |
| | | | | | | | | | When snapping is enabled the header was ignored and content would be aligned with the first item rather than the header, when at the top of the view. Task-number: QTBUG-15710 Reviewed-by: Bea Lam | ||||
* | Fix consistency of setting currentIndex in ListView and GridView. | Martin Jones | 2010-10-14 | 2 | -0/+95 |
| | | | | | | | | | | | 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 | 2 | -0/+67 |
| | | | | | | | | 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 | 11 | -12/+12 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Add test for view velocity update on setCurrentIndex() | Martin Jones | 2010-09-13 | 1 | -0/+2 |
| | | | | Task-number: QTBUG-13543 | ||||
* | Improve test reliability when running in parallel with other tests. | Martin Jones | 2010-08-27 | 1 | -0/+9 |
| | |||||
* | Fix ListView and GridView tests following off-by-one fixes. | Martin Jones | 2010-08-26 | 1 | -2/+2 |
| | | | | | | Our tests were verifying incorrect positions... Task-number: QTBUG-12822 | ||||
* | Position GridView and ListView footer correctly when model cleared. | Martin Jones | 2010-07-14 | 2 | -0/+73 |
| | | | | Task-number: QTBUG-12167 | ||||
* | Update tests following QDeclarativeFlickable::viewport() -> contentIem() | Martin Jones | 2010-06-24 | 1 | -89/+89 |
| | |||||
* | Ensure the view is correctly positioned at component complete. | Martin Jones | 2010-06-23 | 2 | -29/+30 |
| | | | | | | If a currentIndex has been specified, ensure the view starts at the correct position immediately, rather than scrolling to it after startup. | ||||
* | Fix crash when changing ListView model with highlightRangeMode: ↵ | Martin Jones | 2010-06-09 | 1 | -0/+7 |
| | | | | | | ListView.StrictlyEnforceRange Task-number: QTBUG-11328 | ||||
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -3/+6 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Add header and footer to GridView | Martin Jones | 2010-06-03 | 1 | -0/+13 |
| | | | | | | Also document them for both ListView and GridView Task-number: QTBUG-11191 | ||||
* | Stop highlight animators for highlightFollowsCurrentItem: false | Martin Jones | 2010-05-20 | 2 | -0/+78 |
| | | | | Task-number: QTBUG-10803 | ||||
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | 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 | ||||
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -2/+2 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-04-13 | 1 | -0/+3 |
|\ | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativebehaviors/tst_qdeclarativebehaviors.cpp | ||||
| * | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
| | | |||||
* | | Optimize some autotests | Yann Bodson | 2010-04-13 | 1 | -304/+257 |
|/ | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-09 | 1 | -1/+1 |
|\ | |||||
| * | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 1 | -1/+1 |
| | | |||||
* | | Ensure GridView content position is stable when moving items. | Martin Jones | 2010-04-09 | 1 | -0/+5 |
|/ | | | | Task-number: QTBUG-9697 | ||||
* | 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. |