aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickpositioners
Commit message (Collapse)AuthorAgeFilesLines
* Un-skip Positioners testAlan Alpert2011-11-181-1/+0
| | | | | | | | | This test was skipped because it inexplicably led to a crash on exit, but this crash is now fixed. Task-number: QTBUG-21995 Change-Id: I439a410a7f36adef9924d163941a79a39886a5d1 Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
* Fix test stability with threaded renderer.Martin Jones2011-11-041-12/+10
| | | | | Change-Id: I0ba617d2dcbc97de3e8c6bb280ccd8d1b9448fdc Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-2127-0/+2483
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>