aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickgridview
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Removed parallel_test from parallel-unsafe autotest.Rohan McGovern2012-04-271-1/+0
* 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-175-524/+1279
* 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-192-0/+177