summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt
Commit message (Collapse)AuthorAgeFilesLines
* Qt.openUrlExternally should resolve relative URLs.Michael Brasser2010-10-014-0/+51
| | | | Reviewed-by: Aaron Kennedy
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2923-30/+30
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* More declarative autotests.Michael Brasser2010-09-242-0/+19
|
* Allow components to be created from .pragma library JS filesAaron Kennedy2010-06-253-4/+8
| | | | QTBUG-11507
* Fix testBea Lam2010-06-181-0/+3
|
* Auto test for QTBUG-11507Bea Lam2010-06-173-0/+28
|
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-2/+6
| | | | | 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
* Add Qt.fontFamilies() methodAaron Kennedy2010-04-302-0/+24
| | | | QTBUG-10239
* Allow factor parameter to be passed to Qt.lighter() and Qt.darker()Martin Jones2010-04-293-6/+8
|
* AutotestsAaron Kennedy2010-04-272-0/+25
|
* Autotests and docAaron Kennedy2010-04-223-24/+72
|
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-2118-25/+25
| | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081
* Update strings in testAlan Alpert2010-04-211-2/+2
|
* Make the dynamic creation functions on the Qt objectAlan Alpert2010-04-213-17/+17
| | | | | | | | | Also updated examples to still work, and the dynamic example now uses exceptions a little, to demonstrate that it can be done. Exceptions are also now filled out with the QML error data. Task-number: QT-2801 Reviewed-by: Aaron Kennedy
* clean upWarwick Allison2010-04-161-1/+0
|
* Throw exceptions on programming errors for global functions.Warwick Allison2010-04-165-57/+80
| | | | Task-number: QTBUG-7897
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
|
* Add a Qt.isQtObject() methodAaron Kennedy2010-04-092-0/+30
| | | | QTBUG-9705
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-097-32/+32
|
* Test openUrlExternallyWarwick Allison2010-03-312-2/+29
|
* Fix qdeclarativeqt::createQmlObject autotestLeonardo Sobral Cunha2010-03-222-6/+8
| | | | The warning message expected in this test changed.
* Remove Qt.closestAngle().Michael Brasser2010-03-122-30/+0
| | | | This functionality is now built in to RotationAnimation.
* Fix Qt.tint() algorithmAaron Kennedy2010-03-082-3/+3
| | | | QT-2424
* Remove Qt.playSound()Michael Brasser2010-03-041-7/+0
| | | | Use SoundEffect instead.
* Add formatting functions to QML's global Qt object.Michael Brasser2010-03-042-0/+48
| | | | The plan is for these to replace DateTimeFormatter.
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-20/+20
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2418-0/+560
QDeclarativeXXX.