aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.4' in qt/qtdeclarativev6.4.0-beta1Qt Submodule Update Bot2022-06-111-5/+5
* Fix the build with tracing enabledShawn Rutledge2022-06-111-4/+4
* 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
* update target description for qmllsMoody Liu2022-06-101-1/+1
* Use qtbase's new (private) QLocalTime for Date's UTC offsetsEdward Welbourne2022-06-104-183/+55
* QmlCompiler: Don't retrieve metaobjects for value and sequence typesUlf Hermann2022-06-104-8/+33
* qmltyperegistrar: Parse value type listsUlf Hermann2022-06-104-9/+52
* Item views: fix error when accessing attached view from non-delegatesMitch Curtis2022-06-104-2/+38
* tst_qquicklistview: fix some TypeErrors and ReferenceErrorsMitch Curtis2022-06-103-30/+60
* Allow subclasses of QQmlJSImportVisitor be used in QML importingAndrei Golubev2022-06-103-8/+44
* qmltc: Get rid of Qml IRAndrei Golubev2022-06-108-676/+92
* qmltc: Move from QmlIR::Binding to QQmlJSMetaPropertyBindingAndrei Golubev2022-06-1013-1212/+763
* QQmlJSImportVisitor: make ctor-initialized member stand outAndrei Golubev2022-06-101-6/+6
* QQmlJSImportVisitor: rename parseLiteralOrScriptBinding()Andrei Golubev2022-06-102-17/+17
* QmlCompiler: Fix script indices calculationAndrei Golubev2022-06-107-80/+255
* Blacklist flaky tst_qquickanimations::frameAnimation2 on macOsFabian Kosmale2022-06-101-0/+4
* iOS Style: Add some more colors to the palette and minor adjustmentsDoris Verria2022-06-096-27/+42
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-06-081-5/+5
* tst_qqmlnotifier: Do not assume qfatal crashes the processFabian Kosmale2022-06-081-1/+2
* Examples: Replace qt-5 urlsKai Köhne2022-06-053-6/+6
* Canvas: Add support for specifying a size when saving to an imageAndy Shaw2022-06-053-7/+20
* QQuickTreeViewDelegate: toggle expanded on pressRichard Moe Gustavsen2022-06-042-3/+31
* QQuickTreeView: implement support for selecting cellsRichard Moe Gustavsen2022-06-0410-11/+316
* QJSEngine: optimize isInterrupted handlingMarc Mutz2022-06-044-10/+10
* DomUniverse: optimize counter handling in guaranteeUniverse()Marc Mutz2022-06-041-3/+5
* QQuickTableView: fix deprecated [=] capture of *thisMarc Mutz2022-06-041-2/+2
* QQmlJS: Import: fix UB (uninitialized read)Marc Mutz2022-06-041-2/+2
* iOS Style: Add ScrollBar controlDoris Verria2022-06-042-0/+86
* qmlimportscanner: Improve performance using caches continuedAlexandru Croitor2022-06-041-62/+182
* qmlimportscanner: Improve performance using cachesAlexandru Croitor2022-06-041-18/+79
* qmlimportscanner: Add logging to help with debugging performanceAlexandru Croitor2022-06-041-3/+40
* qmlimportscanner: Ensure deterministic outputAlexandru Croitor2022-06-041-2/+9
* QQuickTreeViewDelegate: remove selection on pointer clickRichard Moe Gustavsen2022-06-042-2/+27
* QQuickTableView: document the importance of using an ItemSelectionModelRichard Moe Gustavsen2022-06-041-1/+18
* QSGBatchRenderer: look for ShaderManager by type only, ignore nameMarc Mutz2022-06-041-1/+1
* QQuickTableView: don't scroll when tapping on a cellRichard Moe Gustavsen2022-06-031-1/+0
* tst_qquicktreeviewdelegate: Fix click position inside indicatorDoris Verria2022-06-031-1/+1
* iOS Style: Add TreeViewDelegate controlDoris Verria2022-06-038-0/+109
* Fix QQuickStackLayout::rearrange for newly added itemsJan Arve Sæther2022-06-033-9/+46
* QQuickItem: ignore double-clicks by default; remove allowDoubleClickShawn Rutledge2022-06-039-9/+86
* Rename tst_qmltc_{no}diskcache data folder to QmltcTestsAndrei Golubev2022-06-0386-1/+1
* QQuickTableView: add new property 'selectionBehavior'Richard Moe Gustavsen2022-06-034-20/+228
* QmlCompiler: Don't crash when trying to resolve null list typesUlf Hermann2022-06-024-0/+42
* qqmlsa: Make property pass check base and extension types as wellMaximilian Goldstein2022-06-023-26/+55
* QQmlListCompositor: suppress GCC 12 -Warray-bounds warningsMarc Mutz2022-06-021-0/+5
* Doc: Rename snippet id to a unique identifierAndreas Eliasson2022-06-022-4/+3
* Set bindings on QQmlJSScope after AST traversalAndrei Golubev2022-06-024-50/+157