.. |
3rdparty
|
|
|
doc
|
Doc: Fix warnings about wrong snippet path or missing .pro file
|
2021-02-19 14:04:21 +01:00 |
CMakeLists.txt
|
Move QEMU emulation detector to QTest
|
2021-02-13 10:02:51 +02:00 |
configure.cmake
|
|
|
configure.json
|
|
|
qabstractitemmodeltester.cpp
|
Replace QtTest headers with QTest
|
2020-12-22 15:20:30 +01:00 |
qabstractitemmodeltester.h
|
|
|
qabstracttestlogger_p.h
|
testlib: Add private API to add test logger
|
2020-10-31 16:02:41 +01:00 |
qabstracttestlogger.cpp
|
testlib: Let logger report whether it is logging to stdout
|
2020-10-31 13:06:22 +01:00 |
qappletestlogger_p.h
|
Another round of replacing 0 with nullptr
|
2020-10-07 23:02:47 +02:00 |
qappletestlogger.cpp
|
|
|
qasciikey.cpp
|
Canonical pointer usage
|
2021-02-09 10:27:14 +08:00 |
qbenchmark_p.h
|
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
|
2020-11-30 17:16:21 +01:00 |
qbenchmark.cpp
|
|
|
qbenchmark.h
|
|
|
qbenchmarkevent_p.h
|
|
|
qbenchmarkevent.cpp
|
|
|
qbenchmarkmeasurement_p.h
|
|
|
qbenchmarkmeasurement.cpp
|
|
|
qbenchmarkmetric_p.h
|
|
|
qbenchmarkmetric.cpp
|
|
|
qbenchmarkmetric.h
|
|
|
qbenchmarkperfevents_p.h
|
|
|
qbenchmarkperfevents.cpp
|
|
|
qbenchmarktimemeasurers_p.h
|
|
|
qbenchmarkvalgrind_p.h
|
Make QStringList an alias to QList<QString>
|
2020-09-12 23:37:15 +02:00 |
qbenchmarkvalgrind.cpp
|
Properly deprecate QProcess::pid
|
2020-10-01 04:55:47 +02:00 |
qcsvbenchmarklogger_p.h
|
|
|
qcsvbenchmarklogger.cpp
|
|
|
qemulationdetector_p.h
|
Move QEMU emulation detector to QTest
|
2021-02-13 10:02:51 +02:00 |
qjunittestlogger_p.h
|
QTestlib/JUnit XML: Log most messages to standard output instead of error output
|
2021-01-15 18:05:40 +01:00 |
qjunittestlogger.cpp
|
QTestlib/JUnit XML: Log most messages to standard output instead of error output
|
2021-01-15 18:05:40 +01:00 |
qplaintestlogger_p.h
|
|
|
qplaintestlogger.cpp
|
Output QSysInfo::productType() and productVersion() in test config line
|
2020-09-18 16:07:20 +02:00 |
qsignaldumper_p.h
|
|
|
qsignaldumper.cpp
|
Deprecate the static int based API in QMetaType
|
2020-08-24 00:19:05 +02:00 |
qsignalspy.h
|
QSignalSpy: Use QMetaType instead of metatype id in initArgs
|
2020-11-10 11:23:55 +01:00 |
qsignalspy.qdoc
|
|
|
qt_cmdline.cmake
|
|
|
qtaptestlogger_p.h
|
|
|
qtaptestlogger.cpp
|
|
|
qteamcitylogger_p.h
|
|
|
qteamcitylogger.cpp
|
|
|
qtest_gui.h
|
Port from devicePixelRatioF() to devicePixelRatio()
|
2020-09-10 17:28:11 +02:00 |
qtest_network.h
|
|
|
qtest_widgets.h
|
|
|
qtest.h
|
QTestlib: Fix custom toString() implementations for QList comparison
|
2021-01-07 15:13:44 +01:00 |
qtestaccessible.h
|
|
|
qtestassert.h
|
|
|
qtestblacklist_p.h
|
|
|
qtestblacklist.cpp
|
testlib: Only consider major version for macOS 11 and later in blacklists
|
2021-02-03 19:21:01 +00:00 |
qtestcase.cpp
|
testlib: Don't abort on unrecognized -AppleFoo command line arguments
|
2021-02-11 15:01:45 +01:00 |
qtestcase.h
|
QTestlib: Speed up comparison of qsizetype
|
2021-01-22 12:11:39 +01:00 |
qtestcase.qdoc
|
Doc: explain how to create a test touch device for use with touchEvent
|
2020-11-20 13:30:52 +00:00 |
qtestcoreelement_p.h
|
QTestlib/JUnit XML: Log most messages to standard output instead of error output
|
2021-01-15 18:05:40 +01:00 |
qtestcorelist_p.h
|
|
|
qtestdata.cpp
|
Deprecate the static int based API in QMetaType
|
2020-08-24 00:19:05 +02:00 |
qtestdata.h
|
|
|
qtestelement_p.h
|
|
|
qtestelement.cpp
|
|
|
qtestelementattribute_p.h
|
QTestlib/JUnit XML: Log most messages to standard output instead of error output
|
2021-01-15 18:05:40 +01:00 |
qtestelementattribute.cpp
|
Doc: Fix documentation warnings qtbase
|
2021-02-18 07:03:19 +00:00 |
qtestevent.h
|
|
|
qtestevent.qdoc
|
|
|
qtesteventloop.h
|
Fix ### Qt 6 comment
|
2020-09-10 11:24:20 +02:00 |
qtesthelpers_p.h
|
|
|
qtestjunitstreamer_p.h
|
|
|
qtestjunitstreamer.cpp
|
QTestlib/JUnit XML: Log most messages to standard output instead of error output
|
2021-01-15 18:05:40 +01:00 |
qtestkeyboard.h
|
Replace Q_DECL_UNUSED with [[maybe_unused]]
|
2020-10-03 11:58:08 +02:00 |
qtestlog_p.h
|
testlib: Add private API to add test logger
|
2020-10-31 16:02:41 +01:00 |
qtestlog.cpp
|
testlib: Add private API to add test logger
|
2020-10-31 16:02:41 +01:00 |
qtestmouse.cpp
|
Remove QTest::lastMouseButton
|
2020-11-11 09:12:35 +01:00 |
qtestmouse.h
|
QTest: don't wait before sending mouse event: increment the timestamp
|
2020-11-17 19:55:04 +01:00 |
qtestresult_p.h
|
QTestlib: Speed up comparison of qsizetype
|
2021-01-22 12:11:39 +01:00 |
qtestresult.cpp
|
QTestlib: Speed up comparison of qsizetype
|
2021-01-22 12:11:39 +01:00 |
qtestspontaneevent.h
|
|
|
qtestsystem.h
|
|
|
qtesttable_p.h
|
|
|
qtesttable.cpp
|
|
|
qtesttouch.h
|
Refactor testlib touch functions into qtestsupport_gui and _widgets
|
2020-09-08 08:02:15 +02:00 |
qtestutil_macos_p.h
|
|
|
qtestutil_macos.mm
|
|
|
qttestglobal.h
|
|
|
qxctestlogger_p.h
|
Another round of replacing 0 with nullptr
|
2020-10-07 23:02:47 +02:00 |
qxctestlogger.mm
|
Another round of replacing 0 with nullptr
|
2020-10-07 23:02:47 +02:00 |
qxmltestlogger_p.h
|
|
|
qxmltestlogger.cpp
|
|
|
selfcover.cmake
|
CMake: Regenerate projects to use new qt_internal_ API
|
2020-09-23 16:59:06 +02:00 |