aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktestutils
Commit message (Expand)AuthorAgeFilesLines
* QQuickVisualTestUtils: fix bug in forEachStepMitch Curtis2025-04-231-1/+9
* Fix broken hover in ApplicationWindow's backgroundMitch Curtis2025-04-232-1/+4
* Port away from QPairZhao Yuhang2025-04-124-24/+24
* Check if showView uses updated positionFrédéric Lefebvre2025-02-131-0/+8
* QtQml: Fix implementation of QQmlDataBlob::progress()Ulf Hermann2024-12-112-1/+28
* Move duplicate mouse hover checks into a skip macroMitch Curtis2024-11-221-0/+7
* QQuickVisualTestUtils::compareImages: save images on all failuresMitch Curtis2024-11-151-27/+37
* QQuickVisualTestUtils::compareImages: fail if image depth is not 32Mitch Curtis2024-11-151-0/+4
* Add missing includesFabian Kosmale2024-10-242-0/+2
* Share code between QQuickViewTestUtils and QQuickVisualTestUtilsTor Arne Vestbø2024-09-273-7/+5
* QuickTestUtils: Log reason for showView() failingUlf Hermann2024-09-091-3/+13
* Remove unused QQUICK_VERIFY_POLISH macroMitch Curtis2024-09-051-3/+0
* Wrap SKIP_IF_NO_* macros in do while(false) loopMitch Curtis2024-09-051-4/+8
* Move duplicate window grab checks into a skip macroMitch Curtis2024-09-041-0/+4
* QQuickVisualTestUtils::compareImages: improve saved image path outputMitch Curtis2024-09-041-1/+1
* Fix two compile warnings/errorsMatthias Rauter2024-08-161-2/+3
* QQuickVisualTestUtils::compareImages: save images on failureMitch Curtis2024-08-091-1/+31
* QQuickVisualTestUtils::compareImages: actually check all colorsMitch Curtis2024-08-091-2/+2
* CMake: Annotate some targets with SBOM informationAlexandru Croitor2024-07-111-0/+1
* Replace mouse-only flick, moveAndPress, moveAndRelease in testsShawn Rutledge2024-07-022-44/+62
* QQuickTest::initView: don't do things on Wayland that aren't allowedShawn Rutledge2024-06-291-10/+13
* Call QQuickItem::mouseUngrabEvent() on ungrab from QTabletEventShawn Rutledge2024-06-281-10/+25
* Move duplicate WindowActivation checks into a skip macroMitch Curtis2024-05-151-0/+6
* 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