Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make qml debugging work with command line arguments | Lasse Holmstedt | 2010-09-17 | 1 | -2/+14 |
| | | | | | | | | | | The environment variables do not work for Symbian devices, so without this change, QML debugging cannot be done on them. In addition, configure now contains an option to disable qml debugging entirely, due to it being a major security risk. Reviewed-by: kkoehne | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-04-21 | 1 | -4/+4 |
|\ | | | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativedebugclient/tst_qdeclarativedebugclient.cpp tests/auto/declarative/qdeclarativedebugservice/tst_qdeclarativedebugservice.cpp | ||||
| * | Use different ports to avoid clashes in parallel testing. | Yann Bodson | 2010-04-21 | 1 | -3/+3 |
| | | |||||
* | | Ignore warnings | Bea Lam | 2010-04-21 | 1 | -0/+3 |
|/ | | | | Task-number: QTBUG-10035 | ||||
* | Wait for debug clients asynchronously instead of blocking creation of | Bea Lam | 2010-04-16 | 1 | -23/+19 |
| | | | | | | the engine until a debug client has connected. This makes for easier debugging from Qt Creator when debugging C++ and QML together and when debugging an application that has multiple engines. | ||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
| | |||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -21/+21 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 2 | -0/+197 |
QDeclarativeXXX. |