summaryrefslogtreecommitdiffstats
path: root/tools/qtestlib
Commit message (Collapse)AuthorAgeFilesLines
* 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