aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/quicktest.cpp
Commit message (Expand)AuthorAgeFilesLines
* quick_test_main_with_setup: only activate windows where supportedMitch Curtis8 days1-4/+8
* Qt Quick Test: print backtraces for crashesMitch Curtis2024-04-171-0/+6
* quicktest: Workaround for spurious ambiguity issue on IntegrityFabian Kosmale2024-04-171-3/+3
* Revert "Adapt layouts to take advantage of new size policy information"Santhosh Kumar2024-02-291-1/+0
* Adapt layouts to take advantage of new size policy informationSanthosh Kumar2024-02-221-0/+1
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-3/+4
* QtQml: Move type name cache into base CUUlf Hermann2024-01-181-1/+1
* QtQml: Move ResolvedTypeReference into base CUUlf Hermann2024-01-131-2/+2
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-111-2/+4
* Rewrite QuickTests's qWaitForSignalMårten Nordheim2023-11-061-12/+36
* Document that running a Quick Test always show a windowVolker Hilsheimer2023-04-181-32/+26
* QmlTest: Move declaration of helper qWaitForSignal() to a headerFriedemann Kleint2023-02-101-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* qmltest: use variadic templates instead of QGenericArgumentThiago Macieira2022-07-181-2/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* TestCase: add API for checking for polish at window levelMitch Curtis2022-06-061-0/+6
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-021-0/+66
* 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
* QuickTest: includemocsMarc Mutz2022-04-291-0/+2
* INTEGRITY: Fix some test cases from core/qml foldersKimmo Ollila2022-03-031-1/+1
* QuickTest: Do not leak when returning an errorUlf Hermann2021-11-091-11/+14
* QuickTest: Do not recurse forever on inline components in enumerateTestCasesFabian Kosmale2021-02-011-1/+4
* Drop widgets dependency from quicktestUlf Hermann2021-02-011-30/+2
* Merge the QtTest and Qt.test.qtestroot QML modulesUlf Hermann2021-01-121-11/+1
* [Fix] Use the sourceDir if specifiedAssam Boudjelthia2020-08-261-5/+6
* Read tests from qmltest fileMichal Klocek2020-08-131-3/+27
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-1/+1
* Remove winrtOliver Wolff2020-06-041-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-51/+2
|\
| * Add qmltypes for Qt.test.qtestrootUlf Hermann2020-04-061-51/+2
| * QML: Avoid cyclic references between ResolvedTypeRefence and CUUlf Hermann2020-03-251-5/+5
* | Encapsulate QV4::ResolvedTypeReferenceUlf Hermann2020-03-251-6/+6
* | Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-1/+1
|/
* Port from QLatin1Literal to QLatin1StringGiuseppe D'Angelo2019-06-111-4/+4
* Fix deprecation warnings in 5.14Friedemann Kleint2019-05-291-2/+2
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-3/+8
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-251-5/+7
|\
| * Don't warn if invokable test setup function doesn't existMitch Curtis2019-03-211-9/+20
| * QUICK_TEST_MAIN_WITH_SETUP: fix qmlEngineAvailable() being called too lateMitch Curtis2019-03-211-8/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-141-1/+5
|\|
| * Defer QML testing until event loop has startedTor Arne Vestbø2019-02-121-1/+5
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-101-1/+1
|\|
| * quicktest: winrt: Use qml files from resource system by defaultOliver Wolff2019-01-101-1/+1
* | Doc: Fix Qt Quick Test documentationMitch Curtis2018-12-141-9/+5
* | Don't warn if invokable test setup function doesn't existMitch Curtis2018-12-101-13/+21
* | Doc: fix \relates command for qIsPolishScheduled()Mitch Curtis2018-12-071-1/+1
* | Doc: explain why QQuickTest::qIsPolishScheduled() is usefulMitch Curtis2018-10-311-0/+18