aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickgridview/qquickgridview.pro
Commit message (Collapse)AuthorAgeFilesLines
* QtDeclarative: Fix building of tests on Windows.Friedemann Kleint2011-11-251-1/+1
| | | | | | | Export inner classes, add missing module. Change-Id: Iabc69ac5f08b70ade994c26d36bd08359fa71137 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
* Mark unstable test to be ignoredAlan Alpert2011-11-181-0/+1
| | | | | | | Task-number: QTBUG-22807 Change-Id: I59b4d49c049756d2d133d1455165d16218042663 Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
* Mark test as failing, remove insignificant test flag.Toby Tomkins2011-10-241-2/+0
| | | | | | | | Task-number: QTBUG-21682 Change-Id: I2f6cbd65b0b364b5fbc014966817652e982f8564 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com> Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-211-0/+14
The QSG (SceneGraph) prefix is too generic for Qt Quick(2)-specific classes. All the classes and files in the declarative/items directory have been renamed. In particular, for classes that are currently public, the renaming is as follows: QSGView --> QQuickView QSGCanvas --> QQuickCanvas QSGItem --> QQuickItem QSGPaintedItem --> QQuickPaintedItem The header files have been renamed accordingly (e.g. qsgview.h --> qquickview.h). Change-Id: Iac937fff81db20bb639486a793c3aeb5230b038c Reviewed-by: Kent Hansen <kent.hansen@nokia.com>