aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview
Commit message (Expand)AuthorAgeFilesLines
* test: Mark `tst_qquicklistview', `tst_qquicktext', and `tst_qquicktextedit' a...Sergio Ahumada2012-10-291-0/+2
* Fixed instances of "to to" in qtdeclarative.Samuel Rødal2012-09-241-1/+1
* tst_QQuickListView::sectionsDelegate_headerVisibility(): restore QSKIPJ-P Nurmi2012-09-241-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-233-72/+72
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-141-3/+3
* Attempt to fix tst_QQuickListView::sectionsDelegate_headerVisibility()J-P Nurmi2012-09-061-5/+4
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add SnapPosition mode to positionViewAtIndex() in List/GridView.Martin Jones2012-07-272-115/+97
* Remove QSKIP from snapOneItem() testBea Lam2012-07-261-5/+0
* Remove QListModelInterface.Andrew den Exter2012-07-251-131/+60
* Changing model after componentComplete should reset currentIndexMartin Jones2012-07-231-6/+16
* QtDeclarative: Remove usage of deprecated qWaitForWindowShown().Friedemann Kleint2012-07-191-18/+12
* QQuickCanvas renamesAlan Alpert2012-07-171-549/+548
* Use qWaitForWindowActive() where it is required.Friedemann Kleint2012-07-091-3/+4
* Section headers ignore list delegate size changes when "colliding"Martin Jones2012-07-041-2/+16
* Rename ListView *speed properties to *velocityBea Lam2012-06-267-12/+12
* Fix section delegates not updating when changed.Andrew den Exter2012-06-262-0/+102
* Position section headers correctly when section property changes.Andrew den Exter2012-06-262-8/+31
* Isolate unstable testBea Lam2012-06-261-8/+34
* Fix crash in tst_qquicklistview.Andrew den Exter2012-06-262-1/+10
* Revert "Remove properties related to highlight speed"Bea Lam2012-06-257-0/+13
* Delete canvas created in testBea Lam2012-06-251-0/+2
* Fix crash when dragging items outside visible area.Andrew den Exter2012-06-221-18/+58
* Rename Flickable x/yOrigin to originX/YBea Lam2012-06-221-9/+9
* Remove properties related to highlight speedBea Lam2012-06-227-13/+0
* Fix warnings in declarative tests.Friedemann Kleint2012-06-201-6/+7
* Mark tst_qquicklistview insignificant for Mac.Friedemann Kleint2012-06-201-0/+1
* Set a non-zero default cacheBuffer.Martin Jones2012-06-1315-0/+16
* tst_qquicklistview: further increase test timeoutKent Hansen2012-06-131-2/+1
* Fix view delegate parent binding regression.Martin Jones2012-06-122-0/+56
* Mark qquicklistview autotest as insignificantKent Hansen2012-06-121-0/+1
* Performance should always be better with cacheBufferMartin Jones2012-06-081-58/+58
* Clearing a view didn't reset content size.Martin Jones2012-05-311-0/+10
* Set explicit testcase.timeout for slow testsRohan McGovern2012-05-291-0/+1
* Fix flicker when changing ListView currentIndex with VisualItemModel.Andrew den Exter2012-05-282-0/+96
* Fix PathView not updating after all items are removed from the model.Andrew den Exter2012-05-281-1/+0
* Don't parent (QObject) delegate items to views.Andrew den Exter2012-05-281-1/+1
* Don't override "z" bindings for header and footerBea Lam2012-05-282-0/+56
* Fix xOrigin and yOrigin to always be top-left posBea Lam2012-05-142-10/+29
* Don't use QtDeclarative compat moduleKent Hansen2012-05-111-1/+1
* Fix content pos adjustment when resizing first itemBea Lam2012-05-012-0/+160
* Only run populate for items in model at creationBea Lam2012-04-231-19/+14
* Vertical layout direction for ListView and GridViewBea Lam2012-04-173-257/+470
* Don't ignore model changes when the ListView scroll position changes.Andrew den Exter2012-04-131-11/+38
* Section comparison should be case insensitive.Martin Jones2012-03-281-5/+5
* Buffer changes received during layout()Bea Lam2012-03-272-0/+64
* Fix margins for right-to-left modeBea Lam2012-03-212-5/+30
* Resetting a model can cause a crash in views with header/footer.Martin Jones2012-03-192-0/+41
* Ensure section header/footer are cleaned up.Martin Jones2012-03-191-0/+17
* Reuse QQuickView in ListView table driven testsMartin Jones2012-03-131-44/+89