aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickgridview
Commit message (Expand)AuthorAgeFilesLines
* Repeater & itemviews: fix setModel() JS array handlingJ-P Nurmi2014-10-291-0/+29
* 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
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-291-22/+22
* tests: Mark some tests as insignificant on MacSamuli Piippo2012-11-091-0/+2
* 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
* 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-278/+153
* 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-1314-1/+20
* Performance should always be better with cacheBufferMartin Jones2012-06-081-49/+49
* tst_qquickgridview: further increase test timeoutRohan McGovern2012-06-051-1/+1
* Clearing a view didn't reset content size.Martin Jones2012-05-311-0/+9
* Set explicit testcase.timeout for slow testsRohan McGovern2012-05-291-0/+1
* Fix nested GridView key navigation with a single row or column.Andrew den Exter2012-05-292-0/+22
* 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-282-0/+56
* Fix xOrigin and yOrigin to always be top-left posBea Lam2012-05-142-21/+46
* Don't use QtDeclarative compat moduleKent Hansen2012-05-111-1/+1