summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-171-2/+2
* Port QTest::qWait also to use QTimestamp.Thiago Macieira2010-03-171-2/+2
* Cleanup: Removed include file and comment.jasplin2010-03-171-5/+0
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-151-1/+1
|\
| * Typo fix in qtestlibMarkus Goetz2010-03-141-1/+1
* | QMetaObject::invokeMethod: print a warning if the method is not found.Olivier Goffart2010-03-011-7/+21
* | Don't include private headers from public headers.Morten Johan Sørvig2010-02-221-1/+1
* | Merge branch 'master' of git:qt/qtThiago Macieira2010-02-211-1/+21
|\ \
| * \ Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-201-1/+1
| |\ \
| * \ \ Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-182-2/+2
| |\ \ \
| * \ \ \ Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-1/+21
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-161-0/+8
| | |\ \ \
| | | * | | Make it possible to run benchmarks with the "-graphicssystem" switch.Bjørn Erik Nilsen2010-02-151-0/+8
| | * | | | QTestLib: don't crash if data tag requested, none availableJoão Abecasis2010-02-121-1/+13
| | |/ / /
* | | | | Merge remote branch 'origin/master'Thiago Macieira2010-02-201-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge remote branch 'qt/master' into staging-2-masterQt Continuous Integration System2010-02-182-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Always accept values reported directly using QTest::setBenchmarkResult.Samuel Rødal2010-02-181-1/+1
| | |/ / | |/| |
* | | | Fix compilation on GNU/Hurd (SA_SIGINFO isn't defined)Thiago Macieira2010-02-191-1/+5
| |/ / |/| |
* | | Fix copyright year.Jason McDonald2010-02-162-2/+2
|/ /
* | Doc: more \since 4.7Volker Hilsheimer2010-02-051-0/+2
* | doc: Fixed some qdoc warnings.Martin Smith2010-02-041-0/+28
* | BenchLib: update the result format and self-test.Thiago Macieira2010-01-271-1/+2
* | Fix crash handler regression introduced by c7739f7dd.Thiago Macieira2010-01-271-1/+2
* | Add proper license headers to these files.Thiago Macieira2010-01-261-39/+39
* | Merge branch '4.6'Thiago Macieira2010-01-1361-61/+61
|\ \ | |/
| * Update copyright year to 2010Jason McDonald2010-01-0661-61/+61
* | Added QTest::setBenchmarkResult() to public API.jasplin2009-12-1717-84/+323
* | Don't force a crash handler in QtTest.Thiago Macieira2009-12-031-1/+12
|/
* API review: QRegExp::numCaptures() -> QRegExp::captureCount()Marius Storm-Olsen2009-11-061-1/+1
* QTestLib: do not assert if testLogger object is already destroyedPeter Hartmann2009-10-191-2/+2
* QTestLib: do not assert if file is not given in logging functionPeter Hartmann2009-10-191-1/+0
* doc: Fixed numerous qdoc errors.Martin Smith2009-10-021-2/+2
* Compilation fix for tests thas doesn't include qapplication.hOlivier Goffart2009-09-301-1/+1
* Make sure to process the events in QTest::qWaitForWindowShown on X11Olivier Goffart2009-09-301-0/+1
* fix warnings about declarations shadowing class members (autotest reported)Jeremy Katz2009-09-291-3/+3
* doc: add some more \since 4.6 tagsVolker Hilsheimer2009-09-281-0/+1
* Fix qdoc errorJason McDonald2009-09-281-1/+1
* Fix qdoc error.Jason McDonald2009-09-281-1/+1
* Make sure signal handlers are installed on QWSPaul Olav Tvete2009-09-281-1/+5
* Don't warn of an unused 'window' argument.Jan-Arve Sæther2009-09-231-0/+2
* qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-211-0/+3
* Added a QTest::qWaitForWindowShown function that waits for window manager on ...Denis Dzyubenko2009-09-182-0/+28
* Added missing headers to the testlib.proDenis Dzyubenko2009-09-181-11/+21
* Merge branch '4.5' into 4.6Tom Cooksey2009-09-171-1/+1
|\
| * compile fix for embedded Linux and defined QT_COORD_TYPETakumi ASAKI2009-09-171-1/+1
| * Update license headers again.Jason McDonald2009-09-0840-160/+160
* | QCursor support for Symbian OSShane Kearns2009-09-152-2/+2
* | Make qtest_gui.h define QT_GUI_LIB to enable GUI tests.Thiago Macieira2009-09-141-0/+8
* | Move the QT_GUI_LIB check to qtestevent.h instead of qtestmouse.h.Thiago Macieira2009-09-143-2/+4
* | Fix compilation with QT_NO_CAST_FROM_BYTEARRAY.Till Adam2009-09-131-3/+3