aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix bad rendering after text selectionShawn Rutledge2022-08-292-0/+94
* qmlformat: Preserve variable declaration scope typeFabian Kosmale2022-08-113-0/+19
* JSON: Properly handle bad objects in JSON.stringify()Ulf Hermann2022-08-071-0/+40
* Qml: Don't crash on nested group properties with aliasesUlf Hermann2022-08-042-0/+28
* V4: Mark InternalClass parents when running GCUlf Hermann2022-08-034-13/+129
* tst_qquickpopup: Fix child button positionDoris Verria2022-08-032-2/+11
* tst_qquickpopup: Fix click position and wait for transitions to finishDoris Verria2022-07-281-1/+2
* ScrollView: ignore filtered wheel events when wheelEnabled is falseMitch Curtis2022-07-281-1/+45
* V4: Allow conversion from string to QByteArray when setting bindablesUlf Hermann2022-07-282-0/+37
* tst_qquickpincharea: fix signal handler parameter injection warningMitch Curtis2022-07-281-3/+3
* tst_qquickmenu: Unblacklist some test cases on macOSDoris Verria2022-07-272-11/+17
* QQmlListAccessor: Accept QQmlListPropertyUlf Hermann2022-07-273-0/+29
* Blacklist flaky tst_QQuickListView2::flickDuringFlicking test on macOSMitch Curtis2022-07-261-1/+1
* tst_QQuickListView2::flickDuringFlicking: improve failure messageMitch Curtis2022-07-261-1/+3
* Add 'override' keyword to fix build warningsJiDe Zhang2022-07-262-2/+2
* testbench: revert debugging codeMitch Curtis2022-07-261-1/+0
* Fix extension lookup in QQmlJSScopeAndrei Golubev2022-07-255-10/+192
* tst_qquickmenu: Fix click position and wait for menu opened() signalDoris Verria2022-07-222-5/+9
* Qml: When cloning a stack frame, also clone its instruction pointerUlf Hermann2022-07-221-1/+1
* Imagine: don't show hover effects when disabledMitch Curtis2022-07-211-0/+1
* Add convenience API for making QQmlDataTest-based tests fail on warningsMitch Curtis2022-07-2117-19/+65
* tst_qqmlfileselector::applicationEngineTest: do not use deprecated APIIvan Solovev2022-07-191-10/+4
* Avoid qWaitForWindowActivated() in tst_qquickpathviewUlf Hermann2022-07-181-53/+19
* QQmlProxyMetaObject: Ignore properties/methods of non-creatable proxiesAndrei Golubev2022-07-182-0/+44
* testbench: clean up DelayButton pageMitch Curtis2022-07-181-3/+2
* Don't ungrab for a TabletRelease event: wait for the synth-mouse releaseShawn Rutledge2022-07-152-1/+37
* Fix tst_qquicktextedit::hAlignVisual on high-dpiShawn Rutledge2022-07-131-4/+4
* Add QQDAPriv::allPointsGrabbed() and stop using QPointerEvent::apg()Shawn Rutledge2022-07-131-19/+20
* Disable debugger tests on macOS/x86_64Ulf Hermann2022-07-121-2/+2
* tst_popup: Fix popup size testDoris Verria2022-07-121-8/+8
* Stabilise changeFolderViaDoubleClick and chooseFolderViaEnterMitch Curtis2022-07-111-0/+8
* QQmlValueTypeWrapper: readReferenceValue in virtualGetOwnPropertyUlf Hermann2022-07-071-0/+30
* QmlCompiler: Don't StoreNameSloppy undefined into incompatible typesUlf Hermann2022-07-073-1/+12
* Delete transition when it's canceledBumjoon Park2022-07-071-0/+33
* QQuickAbstractDialog: emit rejected() on mere close()Marc Mutz2022-07-061-1/+0
* tst_QQuickFileDialogImpl: check that closing the dialog rejectsMarc Mutz2022-07-061-0/+28
* Add test for conversion/decrementUlf Hermann2022-07-063-0/+40
* Fix window activation usage in tst_QQuickDrawerEskil Abrahamsen Blomfeldt2022-07-061-12/+14
* FileDialog: fix selectedFile being incorrect due to async view changesMitch Curtis2022-07-061-54/+110
* tst_qquickfiledialogimpl: refactor duplicated code into helpersMitch Curtis2022-07-061-290/+185
* Simplify tst_qquickfontloader::changeFontSourceViaStateMitch Curtis2022-07-061-3/+1
* Fix SplitView containmentMask hit testingIgor Bugaev2022-07-051-0/+430
* Flickable: don't grab on press if already movingShawn Rutledge2022-07-042-1/+67
* Fix and un-blacklist tst_qquickwidget::synthMouseFromTouchShawn Rutledge2022-07-012-9/+8
* Fix debugger crash on attachSami Shalayel2022-07-012-2/+53
* Fix window activation usage in QQuickMenu(Bar)Eskil Abrahamsen Blomfeldt2022-07-012-18/+77
* tst_QQuickMenu: skip entire popup() test where necessaryMitch Curtis2022-07-011-3/+10
* Ensure that when an item resizes, its layer resizes immediatelyShawn Rutledge2022-06-303-0/+37
* Fix window activation usage in tst_QQuickPopupEskil Abrahamsen Blomfeldt2022-06-301-19/+62
* QmlCompiler: Properly annotate ThrowException instructionUlf Hermann2022-06-283-0/+20