aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview
Commit message (Expand)AuthorAgeFilesLines
* Set highlight size for both dimensions, irrespective of ListView orientationRobin Burchell2013-12-112-0/+44
* Set all attached section properties before emitting change signals.Martin Jones2013-11-302-0/+27
* Also update viewport size when header/footer size changesRobin Burchell2013-11-262-0/+49
* Fix crash when assigning a null QObject or derived property as a ListView modelAndrew den Exter2013-11-242-0/+43
* Reset on model layout changedAlbert Astals Cid2013-10-215-2/+284
* Stabilize and speed up testLars Knoll2013-09-285-45/+55
* Try to stabilize the multipleTransitions testLars Knoll2013-09-281-0/+1
* Merge branch 'stable' into devSergio Ahumada2013-09-061-0/+6
|\
| * Stabilize tests using utilities from QQuickViewTestUtil.Friedemann Kleint2013-08-261-0/+6
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-191-0/+5
|\|
| * Fix currentIndex in Qml itemView when assigning an empty modelNils Jeisecke2013-08-161-0/+5
* | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-08-062-0/+105
|\|
| * Resizing items out of the list viewport should not change the viewportAlbert Astals Cid2013-07-242-0/+105
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-243-29/+120
|\|
| * No longer apply pending changes when accessing ItemView propertiesAlan Alpert2013-04-263-29/+120
* | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
|/
* Merge branch 'dev' into stableSergio Ahumada2013-03-201-6/+6
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-251-0/+13
| |\
| * | Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-241-4/+4
| * | Move ListModel and ListElement to the QtQml importAlan Alpert2013-01-241-2/+2
* | | QQuickItemView: Add guard before returning currentItem itemCaroline Chao2013-03-192-0/+39
| |/ |/|
* | ListView's highlightMoveDuration should default to -1.Michael Brasser2013-02-221-0/+13
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-103-3/+3
* Quick tests: Introduce QQmlMessageHandler.Friedemann Kleint2012-12-201-13/+2
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-291-18/+18
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-081-2/+2
* 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