summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelayoutitem/tst_qdeclarativelayoutitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-161-13/+13
| | | | Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Improve test coverage for declarative module.Michael Brasser2010-10-041-0/+5
| | | | Add additional autotests, and remove unreachable functions.
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-081-0/+5
| | | | | Task-number: 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-051-0/+115
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