aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MenuBar: open the popup underneath the MenuBarItemwip/nativemenusRichard Moe Gustavsen29 hours1-2/+14
* windows style: add CheckIndicatorRichard Moe Gustavsen2 days7-1/+26
* windows style: add Menu and MenuBar controlsRichard Moe Gustavsen2 days10-0/+295
* QQuickMenuBar: support changing the delegateRichard Moe Gustavsen3 days5-41/+317
* Merge remote-tracking branch 'origin/dev' into nativemenusRichard Moe Gustavsen4 days419-2500/+7824
|\
| * Change license of VectorImage import to include LGPLEskil Abrahamsen Blomfeldt4 days13-13/+13
| * QtQml: Fix some type conversion edge casesUlf Hermann5 days4-15/+51
| * QtQml: Use QHash/QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky5 days8-24/+24
| * QQmlDelegateModel: Use PMF syntax for signal/slot connectionsVladimir Belyavsky5 days1-37/+18
| * QtQml: do not obtain the stack trace twice in CallPrecise()Vladimir Belyavsky5 days1-1/+1
| * qv4codegen: Store the location of binary expressionsOlivier De Cannière5 days2-5/+9
| * V4: Handle all array-like containers when converting to QJsonArrayOlivier De Cannière5 days7-11/+102
| * QSGRhiShaderEffectNode: Avoid unnecessary uniformBlocks list detachVladimir Belyavsky5 days1-1/+1
| * QSGMaterialShader: Use QHash::constFind() to avoid unnecessary detachesVladimir Belyavsky5 days1-2/+2
| * Transition: Avoid potential extra QList detachVladimir Belyavsky5 days1-2/+2
| * Animations: Use QHash::constFind() to avoid unnecessary detachesVladimir Belyavsky5 days3-11/+8
| * QQuickState: Avoid potential extra QList detachVladimir Belyavsky5 days1-21/+19
| * QQmlComponent: Avoid potential extra QList detachVladimir Belyavsky5 days1-5/+1
| * UrlObject: Avoid potential extra QList detachesVladimir Belyavsky5 days1-6/+1
| * QuickLintPlugin: avoid detach with QHash::asKeyValueRange()Vladimir Belyavsky5 days1-3/+3
| * QQmlObjectCreator: avoid extra detach on pendingBindings listVladimir Belyavsky5 days1-3/+1
| * Fix documentation of List/GridView countAlbert Astals Cid5 days2-2/+2
| * QQmlDelegateChooser: add missing emit keyword on signal callsVladimir Belyavsky7 days1-4/+4
| * Compiler: Extract Basic blocks generation into its own compiler passOlivier De Cannière8 days16-634/+734
| * Doc: Fix mentioning of QQW::createTextureFromNativeObject in exampleKai Köhne8 days1-3/+2
| * Set correct shader version for CustomRenderNode exampleEven Oscar Andersen8 days1-0/+2
| * doc: Update C++ docs in QQuickTextDocumentShawn Rutledge8 days1-4/+126
| * Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot8 days1-5/+5
| * qmlsc: Support Math static propertiesLuca Di Sera9 days6-0/+99
| * Fix doc syntax in qt6_deploy_qml_importsNicolas Fella9 days1-2/+2
| * qmlcachegen: Add hidden --static optionUlf Hermann9 days1-0/+3
| * VectorImage: tweak the default pen and fix opacity behaviorHatem ElKharashy9 days9-61/+147
| * qmllint: enable environment variables like QML_IMPORT_PATH via -ESami Shalayel9 days2-5/+104
| * qmlls: add -I and -E optionSami Shalayel9 days18-43/+574
| * wasm: CustomMaterial: Change shader program so that it is accepted by WebGLEven Oscar Andersen9 days3-5/+14
| * Fusion: Revert work-around for TabButton's y property not updatingOlivier De Cannière9 days1-9/+3
| * Doc: '6.7.0' versions found in 6.8.0 sourcesInkamari Harjula9 days1-3/+0
| * qmlls: assume bound identifiers in completionsSami Shalayel10 days6-15/+60
| * Baseline tests: add tested QML file to the error outputVolker Hilsheimer10 days1-2/+3
| * Baseline tests: grab the ApplicationWindow when testing ControlsVolker Hilsheimer10 days1-1/+1
| * Modernize QML SceneGrabberVolker Hilsheimer10 days1-20/+18
| * Fix top padding in Material style textareaSami Varanka10 days2-0/+4
| * QQmlJS: Store method's source location and expose it in QQmlSAOlivier De Cannière10 days7-0/+70
| * QQmlSA: Fix minor mistakes in the docsOlivier De Cannière10 days1-14/+15
| * Fix attached property propagation through ListView with BehaviorMitch Curtis10 days2-11/+92
| * Pass the sourceClipRect setting in the QQuickImageProvider optionsEirik Aavitsland10 days3-0/+18
| * doc: fix briefs for qmlls documentationSami Shalayel10 days2-2/+2
| * doc: use macro for qmlls's product nameSami Shalayel10 days4-21/+21
| * qmllint: do not ignore command line options with --ignore-settingsSami Shalayel10 days5-42/+64
| * QQuickTableView: support unselecting cellsRichard Moe Gustavsen10 days8-45/+162