aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QQuickControlPrivate::resizeBackground: preserve geometry bindingFabian Kosmale2022-08-102-0/+57
* Revert accidental change to test262Ulf Hermann2022-08-041-0/+0
* QmlCompiler: Allow any conversion possible via QJSPrimitiveValueUlf Hermann2022-08-045-25/+34
* Qml: Don't crash on nested group properties with aliasesUlf Hermann2022-08-042-0/+28
* tst_qquickmenu: Unblacklist some test cases on macOSDoris Verria2022-08-032-11/+17
* V4: Mark InternalClass parents when running GCUlf Hermann2022-08-034-13/+129
* qmltc: Make explicit component ids accessible during object creationAndrei Golubev2022-07-293-0/+19
* qmltc: Fix alias assignment code generationAndrei Golubev2022-07-295-0/+39
* qmltc: Acknowledge group/attached properties have objects in QmlIRAndrei Golubev2022-07-291-0/+1
* qqmltypecompiler: align runtime function table order to qmlcachegenAndrei Golubev2022-07-293-10/+59
* Support RegExpLiteral bindings in qmltcAndrei Golubev2022-07-294-0/+19
* qmltc: Fix import namespace code generationAndrei Golubev2022-07-291-0/+2
* tst_qquickpincharea: fix signal handler parameter injection warningMitch Curtis2022-07-291-3/+3
* CMake: Rename tests to be unique for top-level buildsAlexandru Croitor2022-07-283-7/+7
* 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
* tst_qmllscompletions: Correctly handle test failuresFabian Kosmale2022-07-271-8/+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
* V4: Allow conversion from string to QByteArray when setting bindablesUlf Hermann2022-07-262-0/+37
* Fix precedence between JS and QML scopesUlf Hermann2022-07-263-0/+23
* QmlCompiler: Recognize script types when looking up membersUlf Hermann2022-07-254-0/+17
* QmlCompiler: Support conversions between QString and QByteArrayUlf Hermann2022-07-257-0/+56
* TextEdit: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-07-235-8/+129
* 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
* QQuickState::when: handle QJSValue properties correctlyFabian Kosmale2022-07-212-0/+29
* TableView: Add a test for TableView with bound delegate componentsUlf Hermann2022-07-212-0/+117
* QmlModels: Fix context and extra object handlingUlf Hermann2022-07-215-1/+88
* QmlCompiler: Implement Math.pow()Ulf Hermann2022-07-212-1/+2
* Imagine: don't show hover effects when disabledMitch Curtis2022-07-211-0/+1
* tst_qqmlfileselector::applicationEngineTest: do not use deprecated APIIvan Solovev2022-07-191-10/+4
* Fix array-like methods on V4 sequencesUlf Hermann2022-07-195-10/+424
* Avoid qWaitForWindowActivated() in tst_qquickpathviewUlf Hermann2022-07-181-53/+19
* TextInput/Field: selectByMouse default=true, but not on touchscreensShawn Rutledge2022-07-165-7/+159
* Don't ungrab for a TabletRelease event: wait for the synth-mouse releaseShawn Rutledge2022-07-152-1/+37
* tst_qquickpopup: Fix child button positionDoris Verria2022-07-152-2/+11
* testbench: clean up DelayButton pageMitch Curtis2022-07-151-3/+2
* Add QQDAPriv::allPointsGrabbed() and stop using QPointerEvent::apg()Shawn Rutledge2022-07-131-19/+20
* Remove warning about inability to defer propertiesFabian Kosmale2022-07-131-5/+0
* Disable debugger tests on macOS/x86_64Ulf Hermann2022-07-122-7/+2
* tst_popup: Fix popup size testDoris Verria2022-07-121-8/+8
* Stabilise changeFolderViaDoubleClick and chooseFolderViaEnterMitch Curtis2022-07-111-0/+8
* qmltc: Make Component.onCompleted compilation less specialAndrei Golubev2022-07-101-0/+2
* QtQmlCore: Add missing parts to SystemInformationYuhang Zhao2022-07-092-0/+4
* Deal with markdown fragments in TextEditShawn Rutledge2022-07-092-5/+180
* Fix flaky FrameAnimation testKaj Grönholm2022-07-082-7/+6