summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelayoutitem
Commit message (Collapse)AuthorAgeFilesLines
* Improve test coverage for declarative module.Michael Brasser2010-10-041-0/+5
| | | | Add additional autotests, and remove unreachable functions.
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-4/+7
| | | | | Task-number: Reviewed-by: Martin Jones
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Possibly fix autotestAlan Alpert2010-05-121-1/+1
| | | | | It's unclear why the autotest failed on a platform I can't test on right now, but this might clear it up.
* Move Qt.widgets import to be an unsupported exampleAlan Alpert2010-05-053-0/+132
Layout examples for QML are also cleaned up a bit. Layouts test removed, and LayoutItem test added, to clarify what we support. Reviewed-by: Michael Brasser