summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* CMake: Cleanup module and plugin define situationAlexandru Croitor2020-10-301-1/+0
* CMake: Regenerate qtbase projects to use correct CONFIG_MODULE_NAMEsAlexandru Croitor2020-10-302-1/+3
* Fix documentation for QTest touch APIsVolker Hilsheimer2020-10-291-10/+10
* QAbstractItemModelTester: don't rely on hasChildren()David Faure2020-10-271-4/+5
* testlib: Spit out crash backtraces to stderrTor Arne Vestbø2020-10-231-2/+2
* Deprecate QVariant::TypeLars Knoll2020-10-231-3/+3
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-073-5/+5
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-031-7/+7
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-011-1/+1
* QTestResult: Don't pass a nullptr file to addFailure()Ulf Hermann2020-09-301-3/+5
* Doc: Update CMake snippets to Qt 6Kai Koehne2020-09-251-2/+2
* Fix qdoc warning from broken snippetVolker Hilsheimer2020-09-231-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-233-20/+20
* Doc: Correct link errors qtbaseNico Vertriest2020-09-212-2/+2
* Output QSysInfo::productType() and productVersion() in test config lineMitch Curtis2020-09-181-1/+2
* Doc: Add links to Qt 6 changes files from module indexPaul Wicking2020-09-181-0/+4
* Doc: Add porting guide documentsPaul Wicking2020-09-161-0/+46
* Make QTRY_IMPL() exit its loop if the test failsEdward Welbourne2020-09-141-3/+3
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-122-9/+0
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1
* Partially revert "Inline QTest::qSleep()"Lars Knoll2020-09-122-19/+0
* Doc: Compile snippets only when running testsPaul Wicking2020-09-102-13/+17
* Doc: explain how to blacklist QML tests on certain platformsMitch Curtis2020-09-101-2/+20
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-6/+6
* Fix ### Qt 6 commentVolker Hilsheimer2020-09-101-5/+6
* Refactor testlib touch functions into qtestsupport_gui and _widgetsShawn Rutledge2020-09-081-160/+5
* Inline QTest::qSleep()Lars Knoll2020-09-062-7/+2
* Remove two obsolete #definesLars Knoll2020-09-061-5/+0
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-4/+4
* Fix gcc warning about possible call of printf with nullptrVolker Hilsheimer2020-09-021-2/+6
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-312-3/+2
* Deprecate and remove all uses of AA_UseHighDpiPixmapsTor Arne Vestbø2020-08-311-1/+0
* Use build-system to declare tests that are low-DPITor Arne Vestbø2020-08-281-0/+5
* Deprecate int based convert/canConvertLars Knoll2020-08-241-1/+1
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-243-7/+7
* Doc: Mention no_testcase_installs which can be used to prevent installAndy Shaw2020-08-202-0/+9
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-171-0/+0
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-152-2/+2
* QCborValue: add support for QCOMPARE string outputThiago Macieira2020-08-121-3/+142
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-1/+0
* Fix build of testlib doc snippetsTor Arne Vestbø2020-07-291-2/+1
* testlib: Set AA_UseHighDpiPixmaps false for low-DPI testsTor Arne Vestbø2020-07-241-0/+8
* testlib: Add start time and test duration to JUnit XMLTor Arne Vestbø2020-07-243-2/+16
* testlib: Output JUnitXML attributes in right orderTor Arne Vestbø2020-07-241-7/+12
* testlib: Track current test suite in JUnit test loggerTor Arne Vestbø2020-07-222-27/+32
* testlib: Explicitly name watchdog timer threadTor Arne Vestbø2020-07-221-0/+1
* testlib: Defer signal dumper start until tests are ready to runTor Arne Vestbø2020-07-223-3/+18
* QTestlib: Enable comparing QList against initializer lists/arraysFriedemann Kleint2020-07-213-20/+88
* Refactor pointer event hierarchyShawn Rutledge2020-07-102-45/+50
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-1/+1