| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename QTimestamp to QElapsedTimer | Thiago Macieira | 2010-03-17 | 1 | -2/+2 |
|
|
* | Port QTest::qWait also to use QTimestamp. | Thiago Macieira | 2010-03-17 | 1 | -2/+2 |
|
|
* | Cleanup: Removed include file and comment. | jasplin | 2010-03-17 | 1 | -5/+0 |
|
|
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-03-15 | 1 | -1/+1 |
|\ |
|
| * | Typo fix in qtestlib | Markus Goetz | 2010-03-14 | 1 | -1/+1 |
|
|
* | | QMetaObject::invokeMethod: print a warning if the method is not found. | Olivier Goffart | 2010-03-01 | 1 | -7/+21 |
|
|
* | | Don't include private headers from public headers. | Morten Johan Sørvig | 2010-02-22 | 1 | -1/+1 |
|
|
* | | Merge branch 'master' of git:qt/qt | Thiago Macieira | 2010-02-21 | 1 | -1/+21 |
|\ \ |
|
| * \ | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-20 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-18 | 2 | -2/+2 |
| |\ \ \ |
|
| * \ \ \ | Merge branch '4.6' into qt-master-from-4.6 | Thiago Macieira | 2010-02-17 | 1 | -1/+21 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-02-16 | 1 | -0/+8 |
| | |\ \ \ |
|
| | | * | | | Make it possible to run benchmarks with the "-graphicssystem" switch. | Bjørn Erik Nilsen | 2010-02-15 | 1 | -0/+8 |
|
|
| | * | | | | QTestLib: don't crash if data tag requested, none available | João Abecasis | 2010-02-12 | 1 | -1/+13 |
| | |/ / / |
|
* | | | | | Merge remote branch 'origin/master' | Thiago Macieira | 2010-02-20 | 1 | -1/+1 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Merge remote branch 'qt/master' into staging-2-master | Qt Continuous Integration System | 2010-02-18 | 2 | -2/+2 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Always accept values reported directly using QTest::setBenchmarkResult. | Samuel Rødal | 2010-02-18 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Fix compilation on GNU/Hurd (SA_SIGINFO isn't defined) | Thiago Macieira | 2010-02-19 | 1 | -1/+5 |
| |/ /
|/| | |
|
* | | | Fix copyright year. | Jason McDonald | 2010-02-16 | 2 | -2/+2 |
|/ / |
|
* | | Doc: more \since 4.7 | Volker Hilsheimer | 2010-02-05 | 1 | -0/+2 |
|
|
* | | doc: Fixed some qdoc warnings. | Martin Smith | 2010-02-04 | 1 | -0/+28 |
|
|
* | | BenchLib: update the result format and self-test. | Thiago Macieira | 2010-01-27 | 1 | -1/+2 |
|
|
* | | Fix crash handler regression introduced by c7739f7dd. | Thiago Macieira | 2010-01-27 | 1 | -1/+2 |
|
|
* | | Add proper license headers to these files. | Thiago Macieira | 2010-01-26 | 1 | -39/+39 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2010-01-13 | 61 | -61/+61 |
|\ \
| |/ |
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 61 | -61/+61 |
|
|
* | | Added QTest::setBenchmarkResult() to public API. | jasplin | 2009-12-17 | 17 | -84/+323 |
|
|
* | | Don't force a crash handler in QtTest. | Thiago Macieira | 2009-12-03 | 1 | -1/+12 |
|/ |
|
* | API review: QRegExp::numCaptures() -> QRegExp::captureCount() | Marius Storm-Olsen | 2009-11-06 | 1 | -1/+1 |
|
|
* | QTestLib: do not assert if testLogger object is already destroyed | Peter Hartmann | 2009-10-19 | 1 | -2/+2 |
|
|
* | QTestLib: do not assert if file is not given in logging function | Peter Hartmann | 2009-10-19 | 1 | -1/+0 |
|
|
* | doc: Fixed numerous qdoc errors. | Martin Smith | 2009-10-02 | 1 | -2/+2 |
|
|
* | Compilation fix for tests thas doesn't include qapplication.h | Olivier Goffart | 2009-09-30 | 1 | -1/+1 |
|
|
* | Make sure to process the events in QTest::qWaitForWindowShown on X11 | Olivier Goffart | 2009-09-30 | 1 | -0/+1 |
|
|
* | fix warnings about declarations shadowing class members (autotest reported) | Jeremy Katz | 2009-09-29 | 1 | -3/+3 |
|
|
* | doc: add some more \since 4.6 tags | Volker Hilsheimer | 2009-09-28 | 1 | -0/+1 |
|
|
* | Fix qdoc error | Jason McDonald | 2009-09-28 | 1 | -1/+1 |
|
|
* | Fix qdoc error. | Jason McDonald | 2009-09-28 | 1 | -1/+1 |
|
|
* | Make sure signal handlers are installed on QWS | Paul Olav Tvete | 2009-09-28 | 1 | -1/+5 |
|
|
* | Don't warn of an unused 'window' argument. | Jan-Arve Sæther | 2009-09-23 | 1 | -0/+2 |
|
|
* | qdoc: Added \brief texts to all the since 4.6 functions. | Martin Smith | 2009-09-21 | 1 | -0/+3 |
|
|
* | Added a QTest::qWaitForWindowShown function that waits for window manager on ... | Denis Dzyubenko | 2009-09-18 | 2 | -0/+28 |
|
|
* | Added missing headers to the testlib.pro | Denis Dzyubenko | 2009-09-18 | 1 | -11/+21 |
|
|
* | Merge branch '4.5' into 4.6 | Tom Cooksey | 2009-09-17 | 1 | -1/+1 |
|\ |
|
| * | compile fix for embedded Linux and defined QT_COORD_TYPE | Takumi ASAKI | 2009-09-17 | 1 | -1/+1 |
|
|
| * | Update license headers again. | Jason McDonald | 2009-09-08 | 40 | -160/+160 |
|
|
* | | QCursor support for Symbian OS | Shane Kearns | 2009-09-15 | 2 | -2/+2 |
|
|
* | | Make qtest_gui.h define QT_GUI_LIB to enable GUI tests. | Thiago Macieira | 2009-09-14 | 1 | -0/+8 |
|
|
* | | Move the QT_GUI_LIB check to qtestevent.h instead of qtestmouse.h. | Thiago Macieira | 2009-09-14 | 3 | -2/+4 |
|
|
* | | Fix compilation with QT_NO_CAST_FROM_BYTEARRAY. | Till Adam | 2009-09-13 | 1 | -3/+3 |
|
|