aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickgridview/tst_qquickgridview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-291-22/+22
* 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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Add SnapPosition mode to positionViewAtIndex() in List/GridView.Martin Jones2012-07-271-277/+148
* Remove QListModelInterface.Andrew den Exter2012-07-251-7/+7
* QtQuick: Remove usages of qWaitForWindowShown(QWindow *).Friedemann Kleint2012-07-241-1/+1
* Changing model after componentComplete should reset currentIndexMartin Jones2012-07-231-5/+16
* QtDeclarative: Remove usage of deprecated qWaitForWindowShown().Friedemann Kleint2012-07-191-2/+2
* QQuickCanvas renamesAlan Alpert2012-07-171-416/+416
* Use qWaitForWindowActive() where it is required.Friedemann Kleint2012-07-091-1/+2
* Fix crash in tst_qquicklistview.Andrew den Exter2012-06-261-0/+10
* Rename Flickable x/yOrigin to originX/YBea Lam2012-06-221-16/+16
* Fix warnings in declarative tests.Friedemann Kleint2012-06-201-2/+7
* Set a non-zero default cacheBuffer.Martin Jones2012-06-131-1/+6
* Performance should always be better with cacheBufferMartin Jones2012-06-081-49/+49
* Clearing a view didn't reset content size.Martin Jones2012-05-311-0/+9
* Fix nested GridView key navigation with a single row or column.Andrew den Exter2012-05-291-0/+19
* 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-281-0/+21
* Fix xOrigin and yOrigin to always be top-left posBea Lam2012-05-141-19/+40
* Only run populate for items in model at creationBea Lam2012-04-231-24/+20
* QtDeclarative: No longer use QDeclarative compatibility defines.Friedemann Kleint2012-04-201-1/+2
* Vertical layout direction for ListView and GridViewBea Lam2012-04-171-512/+1157
* Don't ignore model changes when the ListView scroll position changes.Andrew den Exter2012-04-131-9/+36
* Measure offsets by rows instead of pixelsBea Lam2012-04-131-163/+202
* Fix imports in GridView testMartin Jones2012-03-281-2/+11
* Fix margins for right-to-left modeBea Lam2012-03-211-11/+12
* Resetting a model can cause a crash in views with header/footer.Martin Jones2012-03-191-0/+146