| Commit message (Expand) | Author | Age | Files | Lines |
| * | CMake: Don't use private CMake API in doc snippets | Alexandru Croitor | 2025-08-21 | 1 | -8/+12 |
| * | Make QTest::defaultTryTimeout public | Mitch Curtis | 2025-07-17 | 1 | -0/+31 |
| * | Fix restoration of default locale after tests that change it | Edward Welbourne | 2024-11-28 | 1 | -0/+10 |
| * | Correct doc snippet license | Lucie Gérard | 2024-02-28 | 2 | -2/+2 |
| * | Change license of .qdoc files | Lucie Gérard | 2024-02-01 | 1 | -1/+1 |
| * | Fix warning in recently-added testlib snippet | Edward Welbourne | 2023-07-18 | 1 | -4/+4 |
| * | QTest: add QDeadlineTimer qWaitFor() overload | Ahmad Samir | 2023-06-30 | 2 | -10/+13 |
| * | QTest: add qWait(chrono::milliseconds) overload | Ahmad Samir | 2023-06-30 | 1 | -1/+2 |
| * | QTest: add qSleep(std::chrono::milliseconds) overload | Ahmad Samir | 2023-06-30 | 1 | -2/+3 |
| * | Doc: Use qt_add_executable() not add_executable() in snippets | Leena Miettinen | 2023-04-26 | 1 | -1/+1 |
| * | Remove unused documentation code snippets | Friedemann Kleint | 2023-04-17 | 3 | -10/+0 |
| * | testlib: make it possible to test double-clicks with discrete events | Shawn Rutledge | 2022-10-16 | 1 | -0/+13 |
| * | Document shell-friendly data tags as best practice | Edward Welbourne | 2022-09-07 | 3 | -13/+13 |
| * | Change the license of all CMakeLists.txt and *.cmake files to BSD | Lucie Gérard | 2022-08-23 | 2 | -2/+2 |
| * | Add license headers to cmake files | Lucie Gérard | 2022-08-03 | 2 | -0/+6 |
| * | Doc: Revise Qt Test tutorial | Andreas Eliasson | 2022-06-21 | 1 | -0/+51 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 12 | -588/+24 |
| * | QtTestLib: replace QLatin1String uses with _L1/_s/QStringLiteral | Sona Kurazyan | 2022-05-02 | 1 | -2/+4 |
| * | Support test-case selection based on global data tag | Edward Welbourne | 2022-04-25 | 1 | -1/+8 |
| * | Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom | Kai Köhne | 2021-12-09 | 2 | -2/+2 |
| * | Fix MSVC compiler warning in code snippets | Kai Köhne | 2021-06-08 | 1 | -5/+3 |
| * | Doc: Fix warnings about wrong snippet path or missing .pro file | Nico Vertriest | 2021-02-19 | 2 | -0/+14 |
| * | CMake: Port the snippet project setup to CMake | Venugopal Shivashankar | 2021-02-10 | 4 | -8/+86 |
| * | Remove the qmake project files | Joerg Bornemann | 2021-01-07 | 4 | -37/+0 |
| * | Replace QtTest headers with QTest | David Skoland | 2020-12-22 | 4 | -4/+4 |
| * | Doc: Use explicit linkage with target_link_libraries | Kai Koehne | 2020-11-30 | 1 | -1/+1 |
| * | Doc: Fix documentation warnings for Qt Test | Topi Reinio | 2020-11-19 | 1 | -1/+5 |
| * | Doc: Prefer versioned CMake library targetsv6.0.0-beta3 | Kai Koehne | 2020-11-01 | 1 | -1/+1 |
| * | Deprecate QVariant::Type | Lars Knoll | 2020-10-23 | 1 | -3/+3 |
| * | Doc: Update CMake snippets to Qt 6 | Kai Koehne | 2020-09-25 | 1 | -2/+2 |
| * | Fix qdoc warning from broken snippet | Volker Hilsheimer | 2020-09-23 | 1 | -1/+1 |
| * | Doc: Compile snippets only when running tests | Paul Wicking | 2020-09-10 | 2 | -13/+17 |
| * | Doc: Mention no_testcase_installs which can be used to prevent install | Andy Shaw | 2020-08-20 | 1 | -0/+4 |
| * | Fix build of testlib doc snippets | Tor Arne Vestbø | 2020-07-29 | 1 | -2/+1 |
| * | QTestlib: Enable comparing QList against initializer lists/arrays | Friedemann Kleint | 2020-07-21 | 1 | -0/+20 |
| * | Document how to use CMake for Qt TestLib | Kai Koehne | 2020-05-26 | 2 | -1/+9 |
| * | Enable warnings-are-errors also for snippets | Kai Koehne | 2020-05-07 | 1 | -0/+2 |
| * | Snippets: Fix dependency issues | Kai Koehne | 2020-05-07 | 1 | -3/+0 |
| * | Doc: Fix compilation of testlib snippets if sql, widgets are missing | Kai Koehne | 2020-05-05 | 1 | -0/+3 |
| * | Doc: Fix compilation issue with QVERIFY2 example | Kai Koehne | 2020-04-23 | 1 | -1/+1 |
| * | Doc: Make Qt Test snippets compilable | Nico Vertriest | 2020-04-03 | 9 | -183/+396 |
| * | Doc: Update info about building tests | Leena Miettinen | 2019-12-06 | 1 | -0/+14 |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14 | Qt Forward Merge Bot | 2019-11-06 | 1 | -2/+27 |
| |\ |
|
| | * | Doc: Add best-practice-info for using QVERIFY() and QCOMPARE() | Leena Miettinen | 2019-11-01 | 1 | -2/+27 |
| * | | Merge remote-tracking branch 'origin/5.13' into 5.14 | Qt Forward Merge Bot | 2019-10-24 | 1 | -1/+29 |
| |\| |
|
| | * | Doc: Describe initTestCase_data() function and QFETCH_GLOBAL macro | Leena Miettinen | 2019-10-11 | 1 | -1/+29 |
| * | | Introduce QSignalSpy constructor allows to spy on a meta method | Vitaly Fanaskov | 2019-08-13 | 1 | -0/+48 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.12' into 5.12.1 | Liang Qi | 2019-01-08 | 1 | -20/+31 |
| |\ |
|
| * | | Doc: Restore documentation for QTest functions in other modules | Topi Reinio | 2019-01-04 | 1 | -0/+52 |
| |/ |
|
| * | testlib: Move qtestsystem helpers to their respective modules | Tor Arne Vestbø | 2018-07-16 | 1 | -20/+0 |