aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix bad rendering after text selectionShawn Rutledge2022-08-252-0/+94
* tst_qquicklistview: remove some bindings to parentMitch Curtis2022-08-258-8/+13
* tst_cursor: blacklist flaky test on webOSJanne Juntunen2022-08-251-0/+3
* tst_signalspy: don't wait for window activationMitch Curtis2022-08-251-1/+1
* Platform: fix MenuItem being triggered when disabledMitch Curtis2022-08-253-1/+99
* JSON: Properly handle bad objects in JSON.stringify()Ulf Hermann2022-08-231-0/+40
* QQuickTreeViewDelegate: use pointerhandlers instead of event handlersRichard Moe Gustavsen2022-08-194-20/+103
* Fix scroll bars not showing up when binding to standalone contentItemMitch Curtis2022-08-181-0/+47
* QQuickFileDialog: give non-native dialog a text field for filenameOliver Eftevaag2022-08-171-0/+44
* PinchArea: fix pinches being stolen when in PathViewMitch Curtis2022-08-162-0/+137
* QQuickTableView: clear selection on tap directly in TableViewRichard Moe Gustavsen2022-08-111-0/+24
* qmlformat: Preserve variable declaration scope typeFabian Kosmale2022-08-113-0/+19
* 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