summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mark repository as deprecatedHEADmasterDavid Clark2010-11-182269-105/+119
|
* Allow multiple labels per widgetdac2010-10-281-20/+12
|
* Another fix for 12 hour time handlingdac2010-10-281-1/+1
|
* Handle am/pm and text months correctly. Workaround FORTIFY_SOURCE issue.dac2010-10-284-78/+56
|
* Ensure test application is killed at end of test run.dac2010-08-054-5/+23
|
* Make core plugin library install in QT_INSTALL_LIBS like the rest,dac2010-08-041-0/+3
| | | | to avoid having to set LD_LIBRARY_PATH.
* Get QtUiTest building on Windows again.dac2010-08-045-8/+15
|
* Clear metaObject data before rebuilding, to prevent crash in Creatordac2010-08-042-3/+5
| | | | when running more than one test script.
* Merge branch 'master' of scm.dev.nokia.troll.no:research/qtuitestdac2010-08-045-9/+49
|\
| * Correct compile issue by including qtestlib's .pri fileKeith Isdale2010-08-031-1/+3
| |
| * Append another path to INCLUDEPATH so this test will compileKeith Isdale2010-08-031-1/+2
| |
| * Merge branch 'master' of scm.dev.nokia.troll.no:research/qtuitestKeith Isdale2010-08-031-1/+7
| |\
| * | Support running tests on Maemo6Keith Isdale2010-08-033-7/+44
| | | | | | | | | | | | | | | | | | Document via -help the newly added options to qtuitestrunner Support specifying the ssh port to use, see qtuitestrunner -help Make use of defines in *config.h file instead of hard coded values
* | | Fix: when running test more than once, the QtScript plugins (and additionaldac2010-08-045-67/+84
| |/ |/| | | | | | | | | | | 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.
* | Fix issue when Qt Creator was sometimes running with the QtUiTest styledac2010-08-031-1/+7
|/ | | | | because the KDE specified style (Oxygen) wasn't available. This caused test applications to fail as Creator was listening on the QtUiTest port.
* Get QtUiTest (X11 standalone) working again.dac2010-07-3010-92/+144
|
* Removed the debug comment from the libqtslave.pro fileSunil Thaha2010-07-301-1/+0
|
* Fixed the target installation pathSunil Thaha2010-07-297-51/+15
|
* Fixed the broken build in maemo5Sunil Thaha2010-07-291-1/+1
|
* More Creator integrationdac2010-07-2911-45/+88
|
* Merge branch 'master' of scm.dev.nokia.troll.no:research/qtuitestEd Baak2010-07-283-106/+0
|\ | | | | | | | | Conflicts: qtuitest-host.pri
| * More cleanupdac2010-07-283-108/+0
| |
* | Resolve bad changes in target.path'sEd Baak2010-07-2813-42/+45
| |
* | Remove dependency to qtuitest libraries by including all code for ↵Ed Baak2010-07-2849-637/+1576
|/ | | | | | qtuitestrunner in the binary. Split up testdevicecontrol class in several sub-classes, one per device.
* Make libqsystemtest not depend on libqtuitest. Remove duplicate codedac2010-07-2814-640/+1707
| | | | | and conditional compilation required for Creator integration. Plus other cleanups.
* Add new QTestIDE class to enable easier integration with creator.dac2010-07-2742-423/+398
| | | | | Fix some build problems and "make test" problems on Linux. Remove examples directory, no longer required.
* Simplity botan library buildingKeith Isdale2010-07-262-3/+3
|
* Update "deployment" rules for "testapps" for easier running on MaemoKeith Isdale2010-07-2612-25/+85
|
* Merge branch 'master' of ↵Keith Isdale2010-07-263-35/+125
|\ | | | | | | git://git-nokia.trolltech.com.au/qtsoftware/research/qtuitest
| * Merge branch 'master' of scm.dev.nokia.troll.no:research/qtuitestEd Baak2010-07-26269-0/+0
| |\
| * | Move Maemo specific code into MaemoTestDevice sub class. The same thing ↵Ed Baak2010-07-263-35/+125
| | | | | | | | | | | | obviously has to happen for Symbian and other devices that we support.
* | | Remove Makefiles that were added by accidentKeith Isdale2010-07-262-1776/+0
| | |
* | | Merge branch 'master' of ↵Keith Isdale2010-07-261810-18/+188865
|\ \ \ | | |/ | |/| | | | git://git-nokia.trolltech.com.au/qtsoftware/research/qtuitest
| * | Remove object files unexpectedly committed in commit 02e9b674.dac2010-07-26269-0/+0
| |/
| * Included Botan and ssh code to make QtUItest compile again (as a separate ↵Ed Baak2010-07-262079-18/+188865
| | | | | | | | package without creator). Note that this is a temporary hack and will go away when we moveQtUItest into creator.
* | Merge branch 'master' of ↵Keith Isdale2010-07-264-38/+116
|\| | | | | | | git://git-nokia.trolltech.com.au/qtsoftware/research/qtuitest
| * Merge branch 'master' of scm.dev.nokia.troll.no:research/qtuitestEd Baak2010-07-265-9/+19
| |\
| | * Temporary fix to allow creator to setup testIDE when qtuitestrunnerdac2010-07-231-1/+3
| | | | | | | | | | | | is compiled into creator.
| * | Experimental submit ... use Creator's ssh connection classes to start/stop ↵Ed Baak2010-07-264-37/+113
| | | | | | | | | | | | an application on Maemo.
* | | Ensure that we stop any running remote applicationsKeith Isdale2010-07-231-0/+19
| | |
* | | Merge branch 'master' of ↵Keith Isdale2010-07-235-8/+16
|\ \ \ | | |/ | |/| | | | git://git-nokia.trolltech.com.au/qtsoftware/research/qtuitest
| * | Add support for function based breakpoints in debugger.dac2010-07-235-8/+16
| |/ | | | | | | Also fix compile problems when building as part of creator.
* | Merge branch 'master' of ↵Keith Isdale2010-07-232-8/+11
|\| | | | | | | git://git-nokia.trolltech.com.au/qtsoftware/research/qtuitest
| * Cleanup && don't try to reconnect : it's pointless.Ed Baak2010-07-231-3/+5
| |
| * Cleanup and add a version number. This is used by creator to ensure we are ↵Ed Baak2010-07-231-5/+6
| | | | | | | | using a minimum required version of QtUITest.
* | Merge branch 'master' of ↵Keith Isdale2010-07-233-4/+6
|\| | | | | | | git://git-nokia.trolltech.com.au/qtsoftware/research/qtuitest
| * Merge branch 'master' of scm.dev.nokia.troll.no:research/qtuitestEd Baak2010-07-231-1/+2
| |\
| * | fix compile issuesEd Baak2010-07-233-4/+6
| | |
* | | Merge branch 'master' of ↵Keith Isdale2010-07-2344-26/+395
|\ \ \ | | |/ | |/| | | | git://git-nokia.trolltech.com.au/qtsoftware/research/qtuitest
| * | Merge branch 'master' of scm.dev.nokia.troll.no:research/qtuitestdac2010-07-2337-14/+370
| |\|