summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeanchors/data
Commit message (Collapse)AuthorAgeFilesLines
* Add support for anchor mirroringJoona Petrell2011-02-152-7/+7
| | | | | | Task-number: QTBUG-15879 Reviewed-by: Michael Brasser Change-Id: I833132153ba95437a86bb840a96d5507612d3fa8
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-299-9/+9
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Fix horizontal/verticalCenter anchors bug.Yann Bodson2010-05-261-0/+11
| | | | | Task-number: QTBUG-10999 Reviewed-by: Michael Brasser
* Remove license headers from test data.Warwick Allison2010-05-238-328/+0
| | | | Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4
* Add license headers for .qml files.Jason McDonald2010-05-218-0/+328
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Fix autotests (remove import Qt.widgets)Aaron Kennedy2010-05-071-1/+0
|
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-218-8/+8
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Bring support of anchors in QML for QGraphicsWidget derived classes.Alexis Menard2010-04-141-0/+163
| | | | | | | | | | | This commit add a extension object to bring the anchors property for a QGraphicsWidget. The actual implement uses a separate object for storing the anchor pointer. In the future it would be nice if the extension object is the anchor itself. Also there are two connects extra for QGraphicsWidget one can perhaps disappear with a later commit. Only baseline case is not supported because QGraphicsWidget don't have any concept of baseline. Reviewed-by:akennedy
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-247-0/+240
QDeclarativeXXX.