summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initialize in the right orderGunnar Sletta2011-09-191-2/+2
* Remove gui-related ifdef from testlib/qbenchmark.cppKent Hansen2011-09-191-4/+0
* correctly initialise private data in QTouchEventSequence constructorMatthew Cattell2011-09-171-2/+2
* compile when shadowing is an errorGunnar Sletta2011-09-151-7/+7
* added small delay after touch event is dispatchedMatthew Cattell2011-09-141-0/+1
* hack to allow qWaitForWindowShown to be used in test cases that use QWindowMatthew Cattell2011-09-121-0/+7
* added ascii translations to qasciikey for keyup and keydownMatthew Cattell2011-09-122-1/+2
* added additional qwindow test support functions for keyboard and mouse eventsMatthew Cattell2011-09-092-1/+85
* fixed mouseMoveMatthew Cattell2011-09-081-5/+11
* add support for QWindow in mouseEventMatthew Cattell2011-09-061-1/+70
* added support for qwindowMatthew Cattell2011-09-061-3/+72
* Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-0635-1126/+296
|\
| * Pass log file name when constructing loggers.Jason McDonald2011-09-0511-79/+75