summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Move pass/fail/skip counters from QTestResult to QTestLog.Jason McDonald2012-01-175-21/+51
* Remove unused QTestResult::allDataPassed().Jason McDonald2012-01-162-6/+0
* Rename QTestLog::addIgnoreMessage to QTestLog::ignoreMessage.Jason McDonald2012-01-163-3/+4
* Compile if the header files from QtWidgets are unavailableLars Knoll2012-01-124-5/+18
* QStyleHelper: Base DPI-calculation on QScreen.Friedemann Kleint2012-01-111-0/+4
* Tests: Remove duplicate QTRY_VERIFY/QTRY_COMPARE macros in bearer.Friedemann Kleint2012-01-102-16/+41
* Remove the Q_TYPENAME define.Stephen Kelly2012-01-081-4/+4
* Update copyright year in license headers.Jason McDonald2012-01-0556-56/+56
* QTestlib: Make QImage comparison more verbose.Friedemann Kleint2011-12-211-0/+62
* QTestLib: Fix QFINDTESTDATA for Windows.Friedemann Kleint2011-12-211-13/+27
* Fix -tickcounter in qtestlib.Robin Burchell2011-12-211-2/+0
* Retire QTest::pixmapsAreEqual().Jason McDonald2011-12-201-15/+0
* Avoid confusing method overloading in QTestTable.Jason McDonald2011-12-191-6/+6
* Avoid qDebug in verbose benchmark test output.Jason McDonald2011-12-161-2/+6
* Switch off signal dumper when testing is completed.Jason McDonald2011-12-161-0/+3
* Remove Qt5 comment from qsignalspy.h.Jason McDonald2011-12-151-2/+0
* Fix incorrect function name in assertion.Jason McDonald2011-12-151-1/+1
* Remove QTest::qt_snprintf() from testlib API.Jason McDonald2011-12-152-17/+0
* Improve QTest::keyClick documentation.Jason McDonald2011-12-151-7/+12
* Update documentation of QTEST_MAIN macro.Jason McDonald2011-12-151-7/+12
* Improve QCOMPARE for QStringListJason McDonald2011-12-151-6/+7
* Remove redundant touch processing in QtGui and widgets.Laszlo Agocs2011-12-141-30/+26
* Remove incorrect information from QCOMPARE documentation.Jason McDonald2011-12-141-3/+0
* Add missing assertion to QAbstractTestLogger.Jason McDonald2011-12-131-0/+1
* testlib: fixed actual, expected order in QTest::compare_helperRohan McGovern2011-12-131-1/+1
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-121-1/+1
* Revert "Remove unused overload of QTest::qExec."Friedemann Kleint2011-12-122-0/+29
* Remove -keyevent-verbose option for autotests.Jason McDonald2011-12-121-12/+0
* Stop using QTest::qt_snprintf() in testlib.Jason McDonald2011-12-127-61/+49
* Improve definition of QTEST_NO_SPECIALIZATIONSJason McDonald2011-12-121-1/+1
* Filter unprintable chars out of all test output.Jason McDonald2011-12-123-15/+18
* Remove event type parameter from handleTouchEvent.Laszlo Agocs2011-12-091-1/+1
* Extend touch events.Laszlo Agocs2011-12-091-16/+16
* Remove unused overload of QTest::qExec.Jason McDonald2011-12-082-29/+0
* Remove obsolete autotest parameters.Jason McDonald2011-12-061-10/+0
* Update documentation for QTest::qExec()Jason McDonald2011-12-021-10/+15
* testlib: add QFINDTESTDATA macro for finding testdata filesRohan McGovern2011-12-012-0/+151
* Use Q_FOREACH in headers.Stephen Kelly2011-11-271-1/+1
* Make QTest::newRow a bit more verbose if a data tag is null.Jędrzej Nowacki2011-11-161-0/+1
* Integrate testcocoon support into Qt build system.Rohan McGovern2011-11-151-0/+33
* Make QTest::qWait() handle DeferredDelete eventCharles Yin2011-11-151-0/+2
* Propagate QTest::mouseEvent keyboard modifiers.Andrew den Exter2011-11-101-7/+7
* Prevent timestamps in widgets' touch events from disappearingLaszlo Agocs2011-11-041-2/+3
* Added -datatags option to QTestLibJo Asplin2011-11-043-0/+92
* Fix getting of enviroment strings in testlibJason McDonald2011-11-031-5/+5
* Testlib: Remove remains of qpa.Friedemann Kleint2011-11-021-4/+4
* Correctly handle null windows or widgets in keyClick()Lars Knoll2011-10-311-0/+11
* Update qmltest usage helpCharles Yin2011-10-281-2/+3
* Fix compiler warnings.Friedemann Kleint2011-10-271-2/+2
* Allow commiting and then reusing a QTouchEventSequence for testing.Michael Brasser2011-10-241-20/+33