summaryrefslogtreecommitdiffstats
path: root/tools/qtestlib
Commit message (Collapse)AuthorAgeFilesLines
* Rename qlistdata.cpp (back) to qlist.cpp.Volker Hilsheimer2009-08-171-1/+1
| | | | | | | | In the old days, some compilers would implicitly include the *.cpp file if the *.h file contained templates. That's why we had qlistdata.cpp not qlist.cpp. Those compilers are no longer supported. Rev-by: Harald Fernengel
* Update contact URL in license headers.Jason McDonald2009-08-1228-28/+28
| | | | Reviewed-by: Trust Me
* cetcpsync: unneeded error message removedJoerg Bornemann2009-08-051-1/+2
| | | | | If file deletion fails then I don't want to know it. cetest tries to delete files more than once.
* cetest compile fixJoerg Bornemann2009-08-051-2/+3
| | | | Reviewed-by: TrustMe
* small cleanup in cetestJoerg Bornemann2009-08-052-17/+18
| | | | Reviewed-by: TrustMe
* missing license header added in cetcpsyncsvrJoerg Bornemann2009-08-051-0/+40
| | | | Reviewed-by: TrustMe
* initial revision of cetcpsyncJoerg Bornemann2009-08-056-0/+996
| | | | | | | This is the desktop client for communicating with a Windows CE device that runs the cetcpsync server. Reviewed-By: mauricek
* initial revision of cetcpsyncserverJoerg Bornemann2009-08-057-0/+1398
| | | | | | | cetcpsync is our simple ActiveSync replacement for Windows CE devices. This is the server which has to run on the device. Reviewed-By: mauricek
* cetest: add support for cetcpsync (our simple ActiveSync replacement)Joerg Bornemann2009-08-055-7/+305
| | | | Reviewed-By: mauricek
* fix linker error for the cetest toolJoerg Bornemann2009-07-221-1/+2
| | | | Reviewed-by: TrustMe
* Let cetest return nonzero when it fails to run a test.Rohan McGovern2009-07-091-0/+1
|
* Improved cetest error reporting.Rohan McGovern2009-07-092-6/+10
| | | | | | | | | | | Now, if you try to run an unsigned test on a locked device, you'll get: "Error invoking qRemoteLaunch on \Windows\QtRemote.dll: Invalid Signature. (0x80090006)" Instead of what you would previously get: "Error: Could not execute target file"
* Fixed cetest compile.Rohan McGovern2009-07-021-1/+1
|
* Let cetest deploy libraries other than for Qt to make it usable forRohan McGovern2009-07-021-5/+29
| | | | | | | | | | | running unit tests for projects outside of Qt. Let cetest look in the paths given with `-L' in LIBS, and to deploy libraries whose names don't start with `Qt'. This also fixes deployment of Qt autotests which link against phonon (the only Qt library whose name doesn't start with `Qt'). Reviewed-by: mauricek
* Let QtRemote report the error code to cetest when creating the testRohan McGovern2009-07-023-5/+21
| | | | | | | | | process fails. This gives some hint to the user in the case of problems like missing DLLs, as opposed to silent failure. Reviewed-by: Michael Goddard
* Improve cetest error reporting.Rohan McGovern2009-07-023-2/+38
| | | | Reviewed-by: Michael Goddard
* tools: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-011-5/+5
| | | | | | | Also QString::fromUtf16() -> QString::fromWCharArray() Merge-request: 604 Reviewed-by: Marius Storm-Olsen <marius@trolltech.com>
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-172-4/+4
| | | | Reviewed-by: Trust Me
* Merge license header changes from 4.5Volker Hilsheimer2009-06-1613-26/+26
|\
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1610-20/+20
| | | | | | | | Reviewed-by: Trust Me
| * Long live Qt 4.5!Lars Knoll2009-03-2317-0/+1886
|
* Make the charts work on internet explorer (tested on IE8)Morten Sørvig2009-05-152-5/+14
|
* Fixed compile on Windows in debug-only mode.Rohan McGovern2009-05-131-1/+1
| | | | | | | | | | A Qt project can't unconditionally do `CONFIG+=release' or `CONFIG+=debug' since the release and debug libraries are named differently on Windows. In this case, CONFIG+=release meant this project was looking for QtSql.lib, but when Qt is configured with `-debug', only QtSqld.lib exists. Reviewed-by: Rhys Weatherley
* Add the chart utility from qtestlib-tools.Morten Sørvig2009-05-1213-1/+1479
| | | | | | | | | | It is now possible run the benchmarks with "-chart" to generate charts for benchmarks that produce chartable data. See examples/qtestlib/tutorial5 for an example. This patch has minimal inpact on QTestLib itself. Most of the functionality is implemented in a separate tool which QTestLIb calls after detecting the chart command line option.
* Long live Qt!Lars Knoll2009-03-2317-0/+1886