aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add autogen tools dependency to the tst_qmltyperegistrar_major_version_zeropl...Alexey Edelev2022-06-291-1/+1
* Fix window activation usage in tst_QQuickPopupEskil Abrahamsen Blomfeldt2022-06-281-19/+65
* QmlCompiler: Add missing parentheses to in-place arithmetic operationsUlf Hermann2022-06-283-0/+41
* Flickable: Fix edge hitting detection when the extent is fractionalOliver Eftevaag2022-06-272-0/+101
* Repeater: uncull items that come from ObjectModelChen Bin2022-06-272-0/+85
* tst_QQmlPropertyCache: work around name chance in moc-generated codeMarc Mutz2022-06-251-1/+19
* QmlCompiler: Fix miscompilation if arguments are overwrittenUlf Hermann2022-06-243-0/+51
* QmlCompiler: Properly annotate ThrowException instructionUlf Hermann2022-06-243-0/+20
* QQuickAbstractDialog: emit rejected() on mere close()Marc Mutz2022-06-241-1/+0
* qmlls: tests: fix qmlls binary pathMoody Liu2022-06-232-2/+4
* Menu: cull non-visible items when `contentItem` inherits ItemChen Bin2022-06-232-0/+77
* tst_QQuickFileDialogImpl: check that closing the dialog rejectsMarc Mutz2022-06-221-0/+28
* Handle unprocessed pressed case in FlickableAntti Määttä2022-06-222-0/+48
* Remove dead code in TextEdit/TextInput testsShawn Rutledge2022-06-212-40/+0
* qqmljsimportvisitor: Fix bindings on prefixed attached propertiesMaximilian Goldstein2022-06-202-0/+6
* Qml: Allow major version of module to be zeroAlexandru Croitor2022-06-205-0/+50
* QML: Drop backup source code once we're done with itUlf Hermann2022-06-184-0/+10
* Blacklist tst_QQuickListView2::tapDelegateDuringFlicking on AndroidShawn Rutledge2022-06-171-0/+3
* Flickable: don't grab on press if already movingShawn Rutledge2022-06-173-0/+144
* Fix TextEdit/TextArea mouse cursor shape handling logicVladimir Belyavsky2022-06-172-3/+15
* tst_QQuickStyle: unbreak ubsan buildMarc Mutz2022-06-171-0/+2
* findItem: don't return items with invalid QQmlContextsMitch Curtis2022-06-171-6/+0
* Improve tst_qquickshadereffectMitch Curtis2022-06-161-46/+34
* QmlCompiler: Check builtin type aliases after list resolutionUlf Hermann2022-06-153-0/+15
* QmlCompiler: Reject conversions via QJSValueUlf Hermann2022-06-154-0/+32
* QQuickApplicationHelper: move initialProperties before qmlImportPathsMitch Curtis2022-06-151-1/+1
* tst_qquickfiledialogimpl: refactor duplicated code into helpersMitch Curtis2022-06-151-290/+185
* Use SPDX license identifiersLucie Gérard2022-06-142016-72559/+4129
* Remember QML document context in each qmltc-generated objectAndrei Golubev2022-06-136-0/+38
* Fix missing null-check after component.create() callEdward Welbourne2022-06-101-0/+1
* Tidy up in tst_qqmllocale::numberOptions()Edward Welbourne2022-06-101-3/+5
* Make uninteresting JS-test output easier to ignoreEdward Welbourne2022-06-101-10/+18
* Restore the QTime round-trip on macOSEdward Welbourne2022-06-101-1/+1
* Use qtbase's new (private) QLocalTime for Date's UTC offsetsEdward Welbourne2022-06-103-50/+51
* QmlCompiler: Don't retrieve metaobjects for value and sequence typesUlf Hermann2022-06-103-0/+18
* qmltyperegistrar: Parse value type listsUlf Hermann2022-06-103-0/+30
* tst_qquicklistview: fix some TypeErrors and ReferenceErrorsMitch Curtis2022-06-103-30/+60
* qmltc: Move from QmlIR::Binding to QQmlJSMetaPropertyBindingAndrei Golubev2022-06-101-0/+2
* QmlCompiler: Fix script indices calculationAndrei Golubev2022-06-104-18/+156
* Blacklist flaky tst_qquickanimations::frameAnimation2 on macOsFabian Kosmale2022-06-101-0/+4
* tst_qqmlnotifier: Do not assume qfatal crashes the processFabian Kosmale2022-06-081-1/+2
* Canvas: Add support for specifying a size when saving to an imageAndy Shaw2022-06-051-0/+4
* QQuickTreeViewDelegate: toggle expanded on pressRichard Moe Gustavsen2022-06-041-2/+30
* QQuickTreeView: implement support for selecting cellsRichard Moe Gustavsen2022-06-044-5/+234
* QQuickTreeViewDelegate: remove selection on pointer clickRichard Moe Gustavsen2022-06-041-0/+19
* tst_qquicktreeviewdelegate: Fix click position inside indicatorDoris Verria2022-06-031-1/+1
* Fix QQuickStackLayout::rearrange for newly added itemsJan Arve Sæther2022-06-031-0/+38
* QQuickItem: ignore double-clicks by default; remove allowDoubleClickShawn Rutledge2022-06-036-1/+81
* Rename tst_qmltc_{no}diskcache data folder to QmltcTestsAndrei Golubev2022-06-0386-1/+1
* QQuickTableView: add new property 'selectionBehavior'Richard Moe Gustavsen2022-06-031-4/+140