summaryrefslogtreecommitdiff
path: root/src/qmltest
Commit message (Expand)AuthorAgeFilesLines
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-091-1/+1
* Document that running a Quick Test always show a windowVolker Hilsheimer2023-04-182-32/+30
* Improve QUICK_TEST_MAIN_WITH_SETUP snippetSamuel Gaist2023-04-051-0/+12
* QmlTest: Move declaration of helper qWaitForSignal() to a headerFriedemann Kleint2023-02-103-3/+4
* Remove superfluous QT_VERSION_CHECK testsFabian Kosmale2023-02-031-5/+0
* QuickTest: adapt to QtTest change for multiple results in a measurerThiago Macieira2022-11-141-11/+17
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-073-7/+7
* Doc: fix since/deprecation versions for TestCase change that missed 6.4Mitch Curtis2022-10-042-4/+4
* createTemporaryObject: account for undefined parent argumentMitch Curtis2022-09-301-0/+3
* Doc: elaborate on failOnWarning behaviorMitch Curtis2022-09-231-10/+23
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-201-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-072-2/+2
* QmlTest: Prevent interleaved execution of TestCasesUlf Hermann2022-08-254-11/+55
* Remove Qt key words from header filesYuhang Zhao2022-07-192-3/+3
* qmltest: use variadic templates instead of QGenericArgumentThiago Macieira2022-07-181-2/+3
* Add license headers to cmake filesLucie Gérard2022-07-082-0/+6
* Add "auto" to module DEPENDENCIESUlf Hermann2022-06-241-1/+1
* Quick test lib: Account for DPR when grabbing sub-imageTimur Pocheptsov2022-06-171-1/+2
* Use SPDX license identifiersLucie Gérard2022-06-1123-825/+47
* TestCase: add API for checking for polish at window levelMitch Curtis2022-06-064-19/+69
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-023-2/+80
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-2/+2
* QML: Port QV4::CompiledData::Location to new special integer bitfieldUlf Hermann2022-05-111-2/+2
* QML: Port QV4::CompiledData::Object to new special integer bitfieldUlf Hermann2022-05-111-1/+1
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-1/+3
* QuickTest: includemocsMarc Mutz2022-04-293-0/+6
* Revert "QML: Add indirect library dependencies for tests relying those"Alexey Edelev2022-04-081-1/+1
* Make sure all private headers include at least one otherThiago Macieira2022-03-102-1/+3
* QNX: Fix compiler warnings about unused parametersPasi Petäjäjärvi2022-03-051-0/+2
* INTEGRITY: Fix some test cases from core/qml foldersKimmo Ollila2022-03-031-1/+1
* QML: Add indirect library dependencies for tests relying thosePasi Petäjäjärvi2022-03-021-1/+1
* Add 6.3 revision to failOnWarningShawn Rutledge2022-02-121-1/+1
* Doc: Enable zero warning limit for documentationVenugopal Shivashankar2022-01-141-0/+3
* Don't crash when pasting text into TextAreaShawn Rutledge2022-01-072-0/+15
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-01-061-1/+1
* QML test lib: propagate failOnWarning() feature to QMLAndrei Golubev2021-12-043-1/+52
* Doc: Drop version no. against the \qmlmoduleVenugopal Shivashankar2021-12-021-1/+1
* Make qmltest/SignalSpy.qml aware of recursive qtest_update() callsAndrei Golubev2021-11-301-1/+8
* QuickTest: Do not leak when returning an errorUlf Hermann2021-11-091-11/+14
* Use qWarning() in preference to QTest::qWarn()Edward Welbourne2021-09-231-5/+6
* Doc: Remove unsupported customFiltersKai Köhne2021-08-311-4/+0
* Use <major>.0 as default version for QML filesUlf Hermann2021-08-271-3/+0
* Replace uses of deprecated QWARN macro with qWarningTor Arne Vestbø2021-08-042-2/+2
* Remove unnecessary declarations of type registration functionsUlf Hermann2021-07-161-3/+0
* QtTest: use delay properly in mouseWheel()Shawn Rutledge2021-07-061-1/+4
* Modernize QuickTest's TestCase.qmlFabian Kosmale2021-07-051-5/+6
* Fix QuickTest moduleUlf Hermann2021-06-301-4/+3
* Refactor and update qml CMake APICraig Scott2021-06-046-27/+2508
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-191-67/+0