aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktestutils
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-04-1112-12/+12
* quicktestutils: document isDelegateVisibleMitch Curtis2024-03-211-0/+6
* quicktestutils: rename delegateVisible to isDelegateVisibleMitch Curtis2024-03-212-2/+2
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-201-0/+1
* Fix ubsan build of qtdeclarativeAllan Sandfeld Jensen2024-02-062-2/+2
* Long live incremental garbage collection in QML!Fabian Kosmale2023-12-201-3/+3
* Prepare tests for upcoming incremental gcFabian Kosmale2023-11-222-0/+45
* Include what you need: <QPointer>Marc Mutz2023-10-061-0/+2
* Add PointLerper to QQuickVisualTestUtilsMitch Curtis2023-06-272-0/+77
* Don't discard blank lines after the end of the headersEdward Welbourne2023-06-161-4/+2
* Replace Q_OS_OSX with Q_OS_MACOSTor Arne Vestbø2023-06-071-2/+2
* Fix build with -no-feature-listview and itemviewsTasuku Suzuki2023-04-134-0/+14
* tst_QQuickTextInput: Stabilize clipboard related functions on XCBAxel Spoerl2023-04-121-1/+13
* Add coordinate-mapping convenience functions to QQuickVisualTestUtilsMitch Curtis2023-03-312-0/+19
* QQuickTest::initView: set minimum window width and height if unsetShawn Rutledge2022-10-241-0/+4
* Add QQuickTest::pointerPress/Move/Release convenience functionsShawn Rutledge2022-10-202-0/+98
* QuickTestUtils: Explicitly depend on NetworkFabian Kosmale2022-10-111-0/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-074-25/+25
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* QuickTestUtils: Make 'data' subdir configurableUlf Hermann2022-09-072-15/+22
* Remove Qt key words from header filesYuhang Zhao2022-07-194-4/+4
* Remove flushFrameSynchronousEvents from qquickwindow_p.hJohan Solbakken2022-07-171-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Add convenience API for making QQmlDataTest-based tests fail on warningsMitch Curtis2022-07-052-3/+18
* findItem: don't return items with invalid QQmlContextsMitch Curtis2022-06-161-1/+4
* QQuickApplicationHelper: move initialProperties before qmlImportPathsMitch Curtis2022-06-152-3/+4
* quicktestutils: remove duplicated function declarationMitch Curtis2022-06-131-2/+0
* quick/controlstestutils: add [[nodiscard]] to functions returning stuffMitch Curtis2022-06-132-6/+8
* Use SPDX license identifiersLucie Gérard2022-06-1112-324/+24
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-021-1/+1
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-1/+3
* QQmlDataTest: fix dataDirectoryUrl generation for paths in qrcIvan Solovev2022-04-291-1/+1
* QuickTestUtilsPrivate: includemocsMarc Mutz2022-04-295-0/+10
* QString::count deprecation follow-upMårten Nordheim2022-03-181-2/+2
* quicktestutils: do not rely on trasitive includesFabian Kosmale2022-03-111-0/+4
* Make sure all private headers include at least one otherThiago Macieira2022-03-106-1/+6
* qqmlxmlhttprequest: Fix h2c fallout and ignore in futureMårten Nordheim2021-12-021-0/+11
* QQmlDataTest: Use custom cache directory and clean it upFabian Kosmale2021-11-262-0/+9
* Purge old AST dumper and use the functionality provided by the QML DOMFabian Kosmale2021-11-133-1539/+0
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-182-5/+5
* Use internal API to extend QuickTestUtilsPrivateAlexey Edelev2021-10-131-1/+6
* Fix codechecker complaint about QString from string literal constructionFabian Kosmale2021-09-171-1/+1
* Consolidate test helpers into private librariesMitch Curtis2021-09-1315-0/+3911