summaryrefslogtreecommitdiffstats
path: root/interpreter/qscriptsystemtest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Mark repository as deprecatedHEADmasterDavid Clark2010-11-181-838/+0
|
* Ensure test application is killed at end of test run.dac2010-08-051-0/+4
|
* Clear metaObject data before rebuilding, to prevent crash in Creatordac2010-08-041-3/+3
| | | | when running more than one test script.
* Fix: when running test more than once, the QtScript plugins (and additionaldac2010-08-041-56/+76
| | | | | | | stuff) get reloaded into engine, which results in test failures. Now the engine is reused when re-running same script, or recreated properly if running a new script. Also reactivate QTUITEST_DEFAULT_AUT_ARGS to allow running tests in Xephyr.
* More Creator integrationdac2010-07-291-4/+9
|
* Make libqsystemtest not depend on libqtuitest. Remove duplicate codedac2010-07-281-110/+12
| | | | | and conditional compilation required for Creator integration. Plus other cleanups.
* Add new QTestIDE class to enable easier integration with creator.dac2010-07-271-61/+10
| | | | | Fix some build problems and "make test" problems on Linux. Remove examples directory, no longer required.
* Included Botan and ssh code to make QtUItest compile again (as a separate ↵Ed Baak2010-07-261-2/+0
| | | | package without creator). Note that this is a temporary hack and will go away when we moveQtUItest into creator.
* Merge branch 'master' of scm.dev.nokia.troll.no:research/qtuitestEd Baak2010-07-261-0/+7
|\
| * Add support for function based breakpoints in debugger.dac2010-07-231-0/+7
| | | | | | | | Also fix compile problems when building as part of creator.
* | Experimental submit ... use Creator's ssh connection classes to start/stop ↵Ed Baak2010-07-261-2/+3
|/ | | | an application on Maemo.
* Tweak code so that we can import it in creator-qtest - AND - continue to ↵Ed Baak2010-07-231-0/+86
| | | | support a command line version of qtuitestrunner.
* Merge QSystemTest and QSystemTestPrivate, cleanup, and fix remaining ↵Ed Baak2010-07-201-3/+9
| | | | Manual/Auto prompt issues.
* Renamed functions to 'manualTest', and cleanup codeEd Baak2010-07-191-2/+2
|
* Merge branch 'master' of scm.dev.nokia.troll.no:research/qtuitestEd Baak2010-07-191-1/+86
|\ | | | | | | | | Conflicts: libqsystemtest/qsystemtest.cpp
| * More updates to support debugging in Qt Creator.dac2010-07-191-2/+11
| |
| * Send context (including variables) to IDE for debugging.dac2010-07-191-9/+45
| |
| * Initial debugging support for integration with Qt Creator.dac2010-07-161-1/+41
| |
* | Add support for manually executing an automated test.Ed Baak2010-07-191-0/+28
|/
* Initial commitdac2010-06-091-0/+747