summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelistview/tst_qdeclarativelistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* ListView: items with size < 1.0 were layed out incorrectly.Martin Jones2010-11-151-0/+36
* ListView item insertion didn't handle delayed item removal correctly.Martin Jones2010-10-201-0/+9
* Fix consistency of setting currentIndex in ListView and GridView.Martin Jones2010-10-141-0/+44
* Remove debug code added by 650a0078e2cef43eff107fe8d2505f64a0bfedf0Martin Jones2010-10-131-3/+0
* Update sections if model content changes.Martin Jones2010-10-121-0/+11
* emit currentSectionChanged when section changes in ListView.Martin Jones2010-10-081-0/+6
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-2/+2
* Add test for view velocity update on setCurrentIndex()Martin Jones2010-09-131-0/+2
* Add test for ListView positioning when all visible items are removed.Martin Jones2010-09-051-1/+30
* Ensure Flickable visibleArea is updated when view height changesMartin Jones2010-08-311-0/+43
* Handle layoutChanged() properly in QML views.Martin Jones2010-08-261-1/+1
* Fix ListView and GridView tests following off-by-one fixes.Martin Jones2010-08-261-1/+1
* Fix ListView.view attached property with VisualItemModelMartin Jones2010-08-261-0/+1
* Position GridView and ListView footer correctly when model cleared.Martin Jones2010-07-141-0/+32
* Add ListView.nextSection attached propertyMartin Jones2010-06-301-0/+2
* Update tests following QDeclarativeFlickable::viewport() -> contentIem()Martin Jones2010-06-241-122/+122
* Ensure the view is correctly positioned at component complete.Martin Jones2010-06-231-15/+17
* Fix crash when changing ListView model with highlightRangeMode: ListView.Stri...Martin Jones2010-06-091-0/+8
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-081-0/+5
* Avoid refilling view during model change.Martin Jones2010-06-011-0/+48
* Stop highlight animators for highlightFollowsCurrentItem: falseMartin Jones2010-05-201-0/+29
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-181-1/+1
* Fix TextEdit and TextInput input panel support for mode RSIP_OnMouseClickAndA...Joona Petrell2010-05-131-2/+0
* Ensure scheduled layout can occur before testing.Martin Jones2010-04-271-0/+2
* Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-221-1/+1
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-2/+2
* Ensure view position is correct for highlight range modes that have a static ...Martin Jones2010-04-131-0/+39
* Optimize some autotestsYann Bodson2010-04-131-324/+277
* Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04.Michael Brasser2010-03-181-12/+12
* Add a positioning 'mode' to positionViewAtIndex()Martin Jones2010-03-111-4/+45
* Ensure currentIndex NOTIFY is emitted when currentIndex changes due to model ...Martin Jones2010-03-101-0/+5
* Schedule view relayout after itemsInserted/Removed()Martin Jones2010-03-101-0/+3
* Remove expect fail from ListView currentIndex testMartin Jones2010-03-081-3/+7
* Expect fail in currentIndex test for now.Martin Jones2010-03-051-26/+20
* Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-021-9/+159
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-17/+17
* React to QAbstractItemModel::modelReset() signal.Martin Jones2010-02-251-0/+43
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX t...Leonardo Sobral Cunha2010-02-241-33/+33
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+1370