Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the charts work on internet explorer (tested on IE8) | Morten Sørvig | 2009-05-15 | 2 | -5/+14 |
| | |||||
* | Fixed compile on Windows in debug-only mode. | Rohan McGovern | 2009-05-13 | 1 | -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ørvig | 2009-05-12 | 13 | -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 Knoll | 2009-03-23 | 17 | -0/+1886 |