summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data
Commit message (Collapse)AuthorAgeFilesLines
* Fix Qt.formatTime() to accept QTime valuesBea Lam2011-01-111-19/+34
| | | | | | | QScriptValue::toDateTime() does not work for QTime values. Task-number: QTBUG-16492 Reviewed-by: Michael Brasser
* Qt.openUrlExternally should resolve relative URLs.Michael Brasser2010-10-013-0/+21
| | | | 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-241-0/+5
|
* Allow components to be created from .pragma library JS filesAaron Kennedy2010-06-252-0/+6
| | | | QTBUG-11507
* Auto test for QTBUG-11507Bea Lam2010-06-172-0/+17
|
* Add Qt.fontFamilies() methodAaron Kennedy2010-04-301-0/+6
| | | | QTBUG-10239
* Allow factor parameter to be passed to Qt.lighter() and Qt.darker()Martin Jones2010-04-292-2/+4
|
* AutotestsAaron Kennedy2010-04-271-0/+10
|
* Autotests and docAaron Kennedy2010-04-222-0/+13
|
* 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
* Make the dynamic creation functions on the Qt objectAlan Alpert2010-04-212-14/+14
| | | | | | | | | 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-164-22/+20
| | | | Task-number: QTBUG-7897
* Add a Qt.isQtObject() methodAaron Kennedy2010-04-091-0/+14
| | | | QTBUG-9705
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-097-32/+32
|
* Test openUrlExternallyWarwick Allison2010-03-311-0/+5
|
* Fix qdeclarativeqt::createQmlObject autotestLeonardo Sobral Cunha2010-03-221-2/+2
| | | | The warning message expected in this test changed.
* Remove Qt.closestAngle().Michael Brasser2010-03-121-12/+0
| | | | This functionality is now built in to RotationAnimation.
* Fix Qt.tint() algorithmAaron Kennedy2010-03-081-1/+1
| | | | QT-2424
* Add formatting functions to QML's global Qt object.Michael Brasser2010-03-041-0/+19
| | | | The plan is for these to replace DateTimeFormatter.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2416-0/+182
QDeclarativeXXX.