Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wait for debug clients asynchronously instead of blocking creation of | Bea Lam | 2010-04-16 | 2 | -136/+1 |
| | | | | | | 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. | ||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 2 | -6/+6 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 2 | -48/+48 |
| | | | | QDeclarativeXXX. | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-18 | 4 | -4/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h | ||||
| * | Fix copyright year. | Jason McDonald | 2010-02-16 | 4 | -4/+4 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-15 | 1 | -5/+6 |
|\ \ | |||||
| * | | Make tst_xmlhttprequest more reliable | Aaron Kennedy | 2010-02-15 | 1 | -5/+6 |
| |/ | |||||
* | | For qmldebug* tests, make sure engine is running before the test thread | Bea Lam | 2010-02-15 | 2 | -19/+27 |
|/ | | | | is started. Also fix some memory leaks. | ||||
* | Clean up | Bea Lam | 2010-02-11 | 2 | -2/+1 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-11 | 1 | -0/+2 |
|\ | |||||
| * | Fixed qmldebug* tests crashing. | Rohan McGovern | 2010-02-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Tests would crash with `QThread: Destroyed while thread is still running' one in a billion runs, since wait() was not called on the test thread. Reviewed-by: leo | ||||
* | | Must pass app arguments onto qExec() or else test system cannot | Bea Lam | 2010-02-11 | 1 | -1/+1 |
|/ | | | | get test results with -xml mode. | ||||
* | Use QUrl::fromLocalFile() instead of "file://" (i.e. only 2 slashes). | Bea Lam | 2010-02-08 | 1 | -1/+1 |
| | | | | Was causing some test failures on Windows. | ||||
* | XMLHttpRequest redirection | Aaron Kennedy | 2010-02-03 | 2 | -0/+13 |
| | |||||
* | Add support for aliases in test http server. | Martin Jones | 2010-01-20 | 2 | -1/+19 |
| | | | | | Makes it possible to request many files with unique names, but serve a single file. | ||||
* | Fix tests after 05adc294d063171d9d0accf819826684813d396a | Michael Brasser | 2010-01-13 | 1 | -1/+2 |
| | |||||
* | report error better | Warwick Allison | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | Fix occasionally-failing debug tests. | Bea Lam | 2009-11-23 | 2 | -4/+8 |
| | |||||
* | Make compile, forgot to add some files | Bea Lam | 2009-11-17 | 2 | -0/+315 |
| | |||||
* | Generalize TestHTTPServer | Aaron Kennedy | 2009-11-11 | 2 | -0/+385 |