aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix the build with tracing enabledShawn Rutledge2022-06-111-4/+4
* Use qtbase's new (private) QLocalTime for Date's UTC offsetsEdward Welbourne2022-06-101-133/+4
* QmlCompiler: Don't retrieve metaobjects for value and sequence typesUlf Hermann2022-06-101-8/+15
* qmltyperegistrar: Parse value type listsUlf Hermann2022-06-101-9/+22
* Item views: fix error when accessing attached view from non-delegatesMitch Curtis2022-06-104-2/+38
* Allow subclasses of QQmlJSImportVisitor be used in QML importingAndrei Golubev2022-06-103-8/+44
* qmltc: Move from QmlIR::Binding to QQmlJSMetaPropertyBindingAndrei Golubev2022-06-102-17/+18
* 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-103-62/+99
* iOS Style: Add some more colors to the palette and minor adjustmentsDoris Verria2022-06-096-27/+42
* Canvas: Add support for specifying a size when saving to an imageAndy Shaw2022-06-052-7/+16
* QQuickTreeViewDelegate: toggle expanded on pressRichard Moe Gustavsen2022-06-041-1/+1
* QQuickTreeView: implement support for selecting cellsRichard Moe Gustavsen2022-06-046-6/+82
* 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
* QQuickTreeViewDelegate: remove selection on pointer clickRichard Moe Gustavsen2022-06-041-2/+8
* 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
* iOS Style: Add TreeViewDelegate controlDoris Verria2022-06-038-0/+109
* Fix QQuickStackLayout::rearrange for newly added itemsJan Arve Sæther2022-06-032-9/+8
* QQuickItem: ignore double-clicks by default; remove allowDoubleClickShawn Rutledge2022-06-033-8/+5
* QQuickTableView: add new property 'selectionBehavior'Richard Moe Gustavsen2022-06-033-16/+88
* QmlCompiler: Don't crash when trying to resolve null list typesUlf Hermann2022-06-021-0/+3
* 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
* Set bindings on QQmlJSScope after AST traversalAndrei Golubev2022-06-022-50/+99
* Inherit base type access semantics in QQmlJSScopesAndrei Golubev2022-06-021-0/+4
* Address extension types in qmltcAndrei Golubev2022-06-024-3/+124
* Document that QML_EXTENDED properties are practically FINALAndrei Golubev2022-06-021-0/+2
* FileDialog: make selectedFile writableMitch Curtis2022-06-0211-40/+213
* QQmlChangeSet: don't leak nospace() from operator<<Mitch Curtis2022-06-021-4/+6
* DialogButtonBox: test item deletion orderMitch Curtis2022-06-021-0/+7
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-025-5/+83
* Allow retrieval of sequences from QJSValueUlf Hermann2022-06-026-452/+481
* qqmldebug.h: Wrap the QML debugging enabler into an unnamed namespaceUlf Hermann2022-06-022-3/+25
* QV4::CompiledData: fix GCC 12 -Werror=uninitialized errorsMarc Mutz2022-06-021-3/+3
* Doc: QQuickTextInput: Mark all readonly properties as suchIvan Tkachenko2022-06-011-3/+20
* iOS Style: Add StackView controlDoris Verria2022-06-012-0/+72
* iOS Style: Add SwipeDelegate controlDoris Verria2022-06-012-0/+96
* iOS Style: Add CheckDelegate controlDoris Verria2022-06-012-0/+112
* iOS Style: Add RadioDelegate controlDoris Verria2022-06-018-0/+112
* iOS Style: Add SwitchDelegate controlDoris Verria2022-06-012-0/+139
* Use the unified check for the DEPFILE supportAlexey Edelev2022-06-011-2/+2
* Remove unused constant definitions for GL texture importLaszlo Agocs2022-06-011-252/+0
* Clean up overload docs in QQuickRenderTargetLaszlo Agocs2022-06-011-24/+92