summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeanchors
Commit message (Collapse)AuthorAgeFilesLines
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-2/+6
| | | | | Task-number: Reviewed-by: Martin Jones
* Fix horizontal/verticalCenter anchors bug.Yann Bodson2010-05-262-0/+25
| | | | | 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
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Fix autotests (remove import Qt.widgets)Aaron Kennedy2010-05-071-1/+0
|
* Mark some properties in QDeclarativeItem as private properties.Alexis Menard2010-04-291-23/+30
| | | | | | | QDeclarativeItem will be public, all properties that are relaying on private types must be private too. Reviewed-by:akennedy
* 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
* Minor internal anchor refactoring.Michael Brasser2010-04-191-10/+10
|
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-15/+15
| | | | QTBUG-9726
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-1/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* Bring support of anchors in QML for QGraphicsWidget derived classes.Alexis Menard2010-04-142-0/+253
| | | | | | | | | | | 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
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* Ignore current spurious warnings.Warwick Allison2010-04-081-0/+10
| | | | Task-number: QT-3245
* doc bug relationships more clearlyWarwick Allison2010-03-311-2/+2
|
* Unify binding optimizer and QtScript binding signal management logicAaron Kennedy2010-03-101-1/+0
|
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-17/+17
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-249-0/+694
QDeclarativeXXX.