Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Qt.openUrlExternally should resolve relative URLs. | Michael Brasser | 2010-10-01 | 4 | -0/+51 |
| | | | | Reviewed-by: Aaron Kennedy | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 23 | -30/+30 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | More declarative autotests. | Michael Brasser | 2010-09-24 | 2 | -0/+19 |
| | |||||
* | Allow components to be created from .pragma library JS files | Aaron Kennedy | 2010-06-25 | 3 | -4/+8 |
| | | | | QTBUG-11507 | ||||
* | Fix test | Bea Lam | 2010-06-18 | 1 | -0/+3 |
| | |||||
* | Auto test for QTBUG-11507 | Bea Lam | 2010-06-17 | 3 | -0/+28 |
| | |||||
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -2/+6 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | Add Qt.fontFamilies() method | Aaron Kennedy | 2010-04-30 | 2 | -0/+24 |
| | | | | QTBUG-10239 | ||||
* | Allow factor parameter to be passed to Qt.lighter() and Qt.darker() | Martin Jones | 2010-04-29 | 3 | -6/+8 |
| | |||||
* | Autotests | Aaron Kennedy | 2010-04-27 | 2 | -0/+25 |
| | |||||
* | Autotests and doc | Aaron Kennedy | 2010-04-22 | 3 | -24/+72 |
| | |||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 18 | -25/+25 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Update strings in test | Alan Alpert | 2010-04-21 | 1 | -2/+2 |
| | |||||
* | Make the dynamic creation functions on the Qt object | Alan Alpert | 2010-04-21 | 3 | -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 up | Warwick Allison | 2010-04-16 | 1 | -1/+0 |
| | |||||
* | Throw exceptions on programming errors for global functions. | Warwick Allison | 2010-04-16 | 5 | -57/+80 |
| | | | | Task-number: QTBUG-7897 | ||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
| | |||||
* | Add a Qt.isQtObject() method | Aaron Kennedy | 2010-04-09 | 2 | -0/+30 |
| | | | | QTBUG-9705 | ||||
* | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 7 | -32/+32 |
| | |||||
* | Test openUrlExternally | Warwick Allison | 2010-03-31 | 2 | -2/+29 |
| | |||||
* | Fix qdeclarativeqt::createQmlObject autotest | Leonardo Sobral Cunha | 2010-03-22 | 2 | -6/+8 |
| | | | | The warning message expected in this test changed. | ||||
* | Remove Qt.closestAngle(). | Michael Brasser | 2010-03-12 | 2 | -30/+0 |
| | | | | This functionality is now built in to RotationAnimation. | ||||
* | Fix Qt.tint() algorithm | Aaron Kennedy | 2010-03-08 | 2 | -3/+3 |
| | | | | QT-2424 | ||||
* | Remove Qt.playSound() | Michael Brasser | 2010-03-04 | 1 | -7/+0 |
| | | | | Use SoundEffect instead. | ||||
* | Add formatting functions to QML's global Qt object. | Michael Brasser | 2010-03-04 | 2 | -0/+48 |
| | | | | The plan is for these to replace DateTimeFormatter. | ||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -20/+20 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 18 | -0/+560 |
QDeclarativeXXX. |