aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickgridview
Commit message (Expand)AuthorAgeFilesLines
* QQuickItemView: always honor the removeDisplaced animationAlberto Mardegan2017-11-032-3/+34
* QQuickItemView: avoid wrong repositioning of removed itemsAlberto Mardegan2017-11-032-0/+125
* Fix outdated BSD license headerKai Koehne2017-10-171-3/+13
* Add missing math.h include for math functionsJake Petroules2017-09-121-0/+2
* QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-122-0/+25
* ListView, GridView: fix missing keyNavigationEnabled propertyMitch Curtis2016-12-202-1/+13
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-192-0/+68
|\
| * GridView: Sanitize visible items after model insertionGabriel de Dietrich2016-02-132-0/+68
* | Updated license headersJani Heikkinen2016-01-203-51/+36
* | GridView: add keyNavigationEnabled propertyMitch Curtis2015-12-081-0/+67
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-062-0/+6
|\|
| * Item views: Don't emit 'currentItemChanged' if the current item didn't really...Gabriel de Dietrich2015-09-052-0/+6
* | Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-021-1/+0
|/
* 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-122-0/+45
* ListView/GridView contentHeight should include delayRemove-d itemsMatt Vogt2015-06-232-0/+118
* Blacklist unstable testSimon Hausmann2015-06-051-0/+2
* Make QQuickGridView test independent of mouse speedUlf Hermann2015-06-051-0/+11
* Tests: Make qquickgridview significant againCaroline Chao2015-04-081-3/+0
* Fixed license headersJani Heikkinen2015-02-171-3/+3
* Update copyright headersJani Heikkinen2015-02-124-24/+24
* 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-252-0/+3
|/
* Update license headers and add new licensesJani Heikkinen2014-08-253-55/+31
* 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-042-0/+160
* Item views: improve initial Z-value handlingJ-P Nurmi2014-03-184-7/+117
* Make GridView/ListView attached "view" property available to all delegate typesNils Jeisecke2014-02-262-0/+105
* fix whitespaceOswald Buddenhagen2014-01-222-5/+5
* Add displayMarginBeginning/End to ListView and GridView.Martin Jones2013-12-112-0/+124
* Merge branch 'stable' into devSergio Ahumada2013-09-061-0/+2
|\
| * Stabilize tests using utilities from QQuickViewTestUtil.Friedemann Kleint2013-08-261-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-191-0/+4
|\|
| * Marking tst_qquickgridview as insignificant in win and macxSimo Fält2013-08-161-0/+3
* | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-08-061-2/+0
|\|
| * test: Remove insignificant mark from tst_qquickgridviewSergio Ahumada2013-07-261-2/+0
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-9/+28
|\|
| * No longer apply pending changes when accessing ItemView propertiesAlan Alpert2013-04-261-9/+28
* | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
|/
* 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
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Fix compiler warnings in declarative tests.Friedemann Kleint2012-12-201-0/+1