| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc: Documentation for new toString(QVariant) overload | Volker Hilsheimer | 2009-07-29 | 1 | -0/+7 |
|
|
* | Added a QVariant testlib toString specialization. | Rohan McGovern | 2009-07-28 | 1 | -0/+25 |
|
|
* | Fix warnings when compiling Qt (tst_warnings). | Thiago Macieira | 2009-07-25 | 2 | -4/+4 |
|
|
* | Fixed valgrind warnings related to sigaction from every testcase. | Rohan McGovern | 2009-07-21 | 1 | -1/+1 |
|
|
* | Compile with QT_NO_PROCESS or QT_NO_SETTINGS | Harald Fernengel | 2009-07-21 | 1 | -3/+3 |
|
|
* | Doc: add \since 4.6 for new APIs | Volker Hilsheimer | 2009-07-19 | 1 | -6/+0 |
|
|
* | Doc: Documentation for QTouchEventSequence | Volker Hilsheimer | 2009-07-18 | 1 | -12/+102 |
|
|
* | Fixed failure of badxml selftest on Windows. | Rohan McGovern | 2009-07-17 | 1 | -8/+17 |
|
|
* | Use Unix signal handlers to properly close the test log when a test is | Rohan McGovern | 2009-07-15 | 1 | -5/+81 |
|
|
* | src/testlib: LPCWSTR -> wchar_t* | Marius Storm-Olsen | 2009-07-01 | 1 | -1/+1 |
|
|
* | Fix old/missing license headers from multitouch+gestures merge. | Jason McDonald | 2009-06-29 | 1 | -2/+2 |
|
|
* | Fixed link error of some test tools due to multiply defined | Rohan McGovern | 2009-06-27 | 1 | -0/+1 |
|
|
* | Add QTouchEvent::DeviceType and deviceType() | Bradley T. Hughes | 2009-06-24 | 1 | -7/+11 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-23 | 1 | -1/+1 |
|\ |
|
| * | Mention -maxwarnings in debug output | Harald Fernengel | 2009-06-22 | 1 | -1/+1 |
|
|
* | | compile after small API changes | Bradley T. Hughes | 2009-06-18 | 1 | -3/+2 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-17 | 58 | -116/+116 |
|\ \
| |/ |
|
| * | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 18 | -36/+36 |
|
|
| * | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 40 | -80/+80 |
| |\ |
|
| | * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 40 | -80/+80 |
|
|
| * | | doc: Fixed several qdoc warnings. | Martin Smith | 2009-06-12 | 1 | -0/+60 |
|
|
* | | | Merge of master | Bradley T. Hughes | 2009-06-15 | 1 | -0/+60 |
|
|
* | | | remove duplicated code and API (merge QTouchEvent and QGraphicsSceneTouchEvent) | Bradley T. Hughes | 2009-06-11 | 1 | -3/+3 |
|
|
* | | | s,RawKeyEvent,RawTouchEvent,g | Bradley T. Hughes | 2009-06-08 | 1 | -2/+2 |
|
|
* | | | Fix linking on Windows | Bradley T. Hughes | 2009-06-08 | 1 | -1/+2 |
|
|
* | | | Compile after API updates | Bradley T. Hughes | 2009-06-05 | 1 | -38/+20 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-05 | 12 | -12/+66 |
|\ \ \
| |/ / |
|
| * | | All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s... | David Faure | 2009-06-04 | 2 | -4/+4 |
|
|
| * | | Fix headers in the XUnit feature. | Thiago Macieira | 2009-06-04 | 9 | -7/+61 |
|
|
| * | | Enable valgrind on Mac OS X as well. | Morten Sørvig | 2009-06-04 | 1 | -1/+1 |
|
|
* | | | Improved touch event emulation code in testlib. | Denis Dzyubenko | 2009-06-03 | 1 | -26/+24 |
|
|
* | | | Moved the QTest::touchEvent() implementation to testlib. | Denis Dzyubenko | 2009-06-03 | 3 | -1/+171 |
|/ / |
|
* | | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 4 | -13/+13 |
|
|
* | | Fixed incorrect pass/fail semantics for xpass/xfail when using | Rohan McGovern | 2009-05-19 | 1 | -6/+15 |
|
|
* | | Find chart.exe on windows. | Morten Sørvig | 2009-05-14 | 1 | -2/+6 |
|
|
* | | Add the chart utility from qtestlib-tools. | Morten Sørvig | 2009-05-12 | 1 | -19/+10 |
|
|
* | | Add the "We mean it" warning to a private header that didn't have it. | Jason McDonald | 2009-05-07 | 1 | -0/+11 |
|
|
* | | Add license header to source files that don't have one. | Jason McDonald | 2009-05-07 | 20 | -2/+739 |
|
|
* | | Fixed qDebugs within tests being written as "error" tags in the | Rohan McGovern | 2009-05-07 | 9 | -16/+66 |
|
|
* | | Fixed invalid XML from testlib: `<Incident type="fail" (null)="" ...' | Rohan McGovern | 2009-05-06 | 1 | -1/+4 |
|
|
* | | Fixed invalid XML from testlib. | Rohan McGovern | 2009-05-06 | 1 | -1/+1 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fixes unit tests always giving 0 exit code when Qt is configured with | Rohan McGovern | 2009-04-21 | 1 | -1/+1 |
|
|
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 44 | -0/+13329 |
|
|
* | Fixes compile of testlib when Qt is configured with `-qtnamespace'. | Rohan McGovern | 2009-03-24 | 19 | -3/+88 |
|
|
* | Long live Qt! | Lars Knoll | 2009-03-23 | 62 | -0/+15123 |
|
|