summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-073-14/+13
* Help qtestlib with int -> qsizetype changesLars Knoll2020-07-061-2/+17
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-061-1/+1
* Cleanup qtestspontaneevent.h for Qt 6Lars Schmertmann2020-07-061-41/+0
* Use Q_DECL_UNUSED_MEMBER instead of Q_UNUSEDLars Schmertmann2020-07-061-23/+19
* Only use one macro per lineLars Schmertmann2020-07-031-2/+6
* CMake: Add "cmake" keyword for test blacklistingAlexandru Croitor2020-07-012-1/+9
* Doc: Update docs with cmake package informationNico Vertriest2020-06-301-0/+1
* Use QList instead of QVector in testlibJarek Kobus2020-06-253-6/+6
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-2/+2
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-162-14/+17
* Port testlib from QStringRef to QStringViewLars Knoll2020-06-112-2/+2
* Long live std::pair!Giuseppe D'Angelo2020-06-101-8/+0
* Remove winrtOliver Wolff2020-06-062-15/+6
* Doc: Fix issues with Qt Test documentation configurationTopi Reinio2020-05-281-2/+2
* Never include windows.h directly in Qt codeLars Knoll2020-05-271-1/+1
* Document how to use CMake for Qt TestLibKai Koehne2020-05-265-30/+19
* Licenses: Remove reference to change in Qt 5.4Kai Koehne2020-05-221-3/+2
* cmake: QTestCase: enable threading supportFabian Kosmale2020-05-151-0/+1
* Close memory leak in QTestLib support for item model testingVolker Hilsheimer2020-05-121-4/+14
* QTest::ignoreMessage(): interpret the message in UTF-8Edward Welbourne2020-05-081-2/+2
* Enable warnings-are-errors also for snippetsKai Koehne2020-05-071-0/+2
* Snippets: Fix dependency issuesKai Koehne2020-05-071-3/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-051-0/+3
|\
| * Doc: Fix compilation of testlib snippets if sql, widgets are missingKai Koehne2020-05-051-0/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-043-18/+22
|\|
| * QCOMPARE: treat values as equal if qFuzzyIsNull(each)Edward Welbourne2020-04-302-17/+21