aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickgridview/tst_qquickgridview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move model types into their own libraryUlf Hermann2019-05-021-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-1/+1
|\
| * Relax tst_QQuickGridView::contentHeightWithDelayRemoveUlf Hermann2019-03-201-1/+1
* | tst_qquickgridview: use new QQuickTest::qWaitForItemPolished() functionMitch Curtis2018-10-311-61/+62
|/
* QQuickGridView: Respect marginsUlf Hermann2018-10-041-0/+17
* StrictlyEnforceRange should not override valid SnapOne decisionsMichael Brasser2018-06-291-0/+4
* Fix SnapOneItem/Row behavior for mid-range flicksMichael Brasser2018-06-291-9/+18
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-179/+179
* tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-231-2/+2
* Fix flakiness of tst_QQuickGridView::currentIndexKari Oikarinen2018-02-221-1/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-0/+31
|\
| * GridView: Fix an off-by-one offset of positioning of itemsJan Arve Sæther2018-01-101-0/+31
* | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-081-0/+61
|\ \
| * | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-0/+61
| |\|
| | * QQuickItemView: always honor the removeDisplaced animationAlberto Mardegan2017-11-031-2/+32
| | * QQuickItemView: avoid wrong repositioning of removed itemsAlberto Mardegan2017-11-031-0/+31
* | | Fix test case accessing items that are out of boundsLars Knoll2017-12-291-1/+1
|/ /
* / Replace remaining Q_NULLPTR with nullptrKevin Funk2017-11-171-1/+1
|/
* Add missing math.h include for math functionsJake Petroules2017-09-121-0/+2
* QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-121-0/+13
* ListView, GridView: fix missing keyNavigationEnabled propertyMitch Curtis2016-12-201-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-0/+38
|\
| * GridView: Sanitize visible items after model insertionGabriel de Dietrich2016-02-131-0/+38
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | GridView: add keyNavigationEnabled propertyMitch Curtis2015-12-081-0/+67
|/
* Item views: Don't emit 'currentItemChanged' if the current item didn't really...Gabriel de Dietrich2015-09-051-0/+3
* tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-43/+43
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-1/+1
* Fix potential use of incorrect bounds in delegate tracking.Michael Brasser2015-07-121-0/+21
* ListView/GridView contentHeight should include delayRemove-d itemsMatt Vogt2015-06-231-0/+71
* Make QQuickGridView test independent of mouse speedUlf Hermann2015-06-051-0/+11
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-1/+1
|\
| * Quick: fix testErik Verbruggen2014-12-091-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-10-311-0/+29
|\|
| * Repeater & itemviews: fix setModel() JS array handlingJ-P Nurmi2014-10-291-0/+29
* | Do not fail test because window moves out of desktop area bounds.Jan Arve Saether2014-09-251-0/+1
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Don't recreate header and footer unnecessarilyMartin Jones2014-07-251-4/+5
* Make ItemViews displayMargin work correctly when set to negative valuesAlbert Astals Cid2014-06-041-0/+44
* Item views: improve initial Z-value handlingJ-P Nurmi2014-03-181-3/+19
* Make GridView/ListView attached "view" property available to all delegate typesNils Jeisecke2014-02-261-0/+31
* Add displayMarginBeginning/End to ListView and GridView.Martin Jones2013-12-111-0/+39
* Stabilize tests using utilities from QQuickViewTestUtil.Friedemann Kleint2013-08-261-0/+2
* No longer apply pending changes when accessing ItemView propertiesAlan Alpert2013-04-261-9/+28
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-251-6/+6
|\
| * Flickable shouldn't grab the mouse until it starts an effective move.Andrew den Exter2013-02-221-6/+6
* | Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-241-1/+0
* | Move ListModel and ListElement to the QtQml importAlan Alpert2013-01-241-2/+2
* | Complete rewrite of threaded render loop.Gunnar Sletta2013-01-181-1/+2
|/