summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Beautify testlib's usage messageJason McDonald2011-09-051-30/+33
| * Remove circular dependency in testlib loggingJason McDonald2011-09-022-2/+2
| * Fix various trivial formatting issues.Jason McDonald2011-09-0119-101/+96
| * Remove QXmlTestLogger constructor default paramJason McDonald2011-09-011-1/+1
| * Simplify qtestlib logging code, part 3Jason McDonald2011-09-016-265/+37
| * Simplify qtestlib logging code, part 2Jason McDonald2011-09-018-29/+29
| * Simplify qtestlib logging code, part 1Jason McDonald2011-09-0110-670/+42
| * Fix errors in lightxml test loggerJason McDonald2011-08-311-28/+60
| * Make lightxml and xml log formatting consistentJason McDonald2011-08-311-1/+1
* | Merge branch 'master' into refactorGunnar Sletta2011-08-3112-171/+11
|\|
| * Remove ability to run tests in random order.Jason McDonald2011-08-3112-171/+11