summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove legacy Symbian code from qtestlib.Jason McDonald2011-10-246-71/+8
* Make some qtestlib headers private.Jason McDonald2011-10-2312-30/+92
* Testlib: Fixed compilation with MSVC.Friedemann Kleint2011-10-211-0/+9
* Make testlib use #include consistently.Jason McDonald2011-10-2122-85/+81
* Fix misleading comment on test execution order.Jason McDonald2011-10-211-1/+1
* Update QSKIP documentation.Jason McDonald2011-10-211-9/+17
* Remove QTest::SkipMode from qtestlib API.Jason McDonald2011-10-213-41/+18
* Remove DEPENDS_ON from qtestlib API.Jason McDonald2011-10-191-2/+0
* Move QTRY_VERIFY/QTRY_COMPARE into testlib.Jason McDonald2011-10-192-2/+66
* Remove QTEST_NOOP_MAIN from qtestlib API.Jason McDonald2011-10-192-20/+0
* Rename QMetaType::construct() to create()Kent Hansen2011-10-111-1/+1
* Clean-up a macro for CocoaMorten Sorvig2011-10-102-14/+4
* update QmlTest option usage helpCharles Yin2011-10-101-1/+1
* Add QTest::keyRelease() accepting a Qt::Key valueMartin Jones2011-10-061-0/+2
* Declarative: Fix linking of the testlib plugin (Windows).Friedemann Kleint2011-10-041-1/+1
* testlib: Fix header guard filesSergio Ahumada2011-10-044-8/+8
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-031-1/+1
* add a latency after simulating keyevets since they are queued upGunnar Sletta2011-10-031-0/+5
* Refactor accessibility for Qt5Jan-Arve Saether2011-09-291-4/+4
* Make QTest::qWarn() use __FILE__ and __LINE__.Jason McDonald2011-09-284-7/+7
* Implement QTEST_GUILESS_MAINJan Kundrát2011-09-262-1/+25
* Allow tests to log to multiple destinationsJason McDonald2011-09-233-64/+200
* testlib: Separate the gui- and widgets-specific apiKent Hansen2011-09-213-174/+159
* Remove testlib's dependency on gui and widgetsKent Hansen2011-09-211-1/+1
* testlib: Remove widgets dependency when only using guiKent Hansen2011-09-215-1/+53