aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-241-18/+43
|\
| * Fix positioning of item when first cacheBuffer item is removed.Andrew den Exter2013-12-191-18/+43
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-0/+23
|\|
| * Set highlight size for both dimensions, irrespective of ListView orientationRobin Burchell2013-12-111-0/+21
| * Set all attached section properties before emitting change signals.Martin Jones2013-11-301-0/+2
* | Add displayMarginBeginning/End to ListView and GridView.Martin Jones2013-12-111-0/+38
|/
* Also update viewport size when header/footer size changesRobin Burchell2013-11-261-0/+30
* Fix crash when assigning a null QObject or derived property as a ListView modelAndrew den Exter2013-11-241-0/+20
* Reset on model layout changedAlbert Astals Cid2013-10-211-0/+22
* Stabilize and speed up testLars Knoll2013-09-281-43/+51
* Try to stabilize the multipleTransitions testLars Knoll2013-09-281-0/+1
* Stabilize tests using utilities from QQuickViewTestUtil.Friedemann Kleint2013-08-261-0/+6
* Fix currentIndex in Qml itemView when assigning an empty modelNils Jeisecke2013-08-161-0/+5
* Resizing items out of the list viewport should not change the viewportAlbert Astals Cid2013-07-241-0/+38
* No longer apply pending changes when accessing ItemView propertiesAlan Alpert2013-04-261-28/+78
* 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-191-0/+16
| |/ |/|
* | ListView's highlightMoveDuration should default to -1.Michael Brasser2013-02-221-0/+13
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* 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
* 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-231-24/+24
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-141-3/+3
* Attempt to fix tst_QQuickListView::sectionsDelegate_headerVisibility()J-P Nurmi2012-09-061-5/+4
* Add SnapPosition mode to positionViewAtIndex() in List/GridView.Martin Jones2012-07-271-115/+93
* 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-261-2/+2
* Fix section delegates not updating when changed.Andrew den Exter2012-06-261-0/+41
* Position section headers correctly when section property changes.Andrew den Exter2012-06-261-0/+20
* Isolate unstable testBea Lam2012-06-261-8/+34
* Fix crash in tst_qquicklistview.Andrew den Exter2012-06-261-0/+10
* Revert "Remove properties related to highlight speed"Bea Lam2012-06-251-0/+3
* 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-221-3/+0
* Fix warnings in declarative tests.Friedemann Kleint2012-06-201-6/+7
* Fix view delegate parent binding regression.Martin Jones2012-06-121-0/+39