aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.7' in qt/qtdeclarativev6.7.0-beta3Qt Submodule Update Bot2024-02-091-5/+5
* Set default layout size policies for quick itemsSanthosh Kumar2024-02-0922-26/+89
* Force text layout update in the thread where its createdSanthosh Kumar2024-02-094-1/+50
* QmlCompiler: In debug mode, set instruction pointer before each lookupUlf Hermann2024-02-084-0/+44
* QtQml: Omit nonsensical line numbers from console.trace()Ulf Hermann2024-02-081-11/+13
* Curve renderer: fix crash when path ends with moveToPaul Olav Tvete2024-02-081-0/+1
* curve renderer: Fix crash when splitting elementsEskil Abrahamsen Blomfeldt2024-02-081-2/+3
* Compiler: Also check for shadowing on optional lookupsOlivier De Cannière2024-02-085-0/+40
* QJSEngine: Correctly detect QVariantFabian Kosmale2024-02-082-1/+9
* Split the intersection baseline testsMatthias Rauter2024-02-087-29/+223
* Remove nested paths during intersection solvingMatthias Rauter2024-02-085-10/+165
* Compiler: Convert from stored to original type when generating equalityOlivier De Cannière2024-02-084-1/+31
* QT_QML_GENERATE_QMLLS_INI: improve documentationFabian Kosmale2024-02-082-2/+14
* QtQml: Do not speculatively create ICs for non-composite typesUlf Hermann2024-02-085-20/+17
* texteditor example: use TextDocument status rather than error signalShawn Rutledge2024-02-071-3/+19
* Set non-intersecting flag if path has no intersectionsPaul Olav Tvete2024-02-071-0/+1
* API Cleanup: QQuickItem: Add parameter to focusPolicyChanged signalDoris Verria2024-02-072-2/+7
* jsruntime: silence msvc warning 4201 (nameless struct/union)Tim Blechmann2024-02-072-0/+6
* Doc: Avoid using qmlRegisterType and friends to expose C++ to QMLAndreas Eliasson2024-02-061-14/+45
* Weather forecast example: Clean up assets and attributionPaul Olav Tvete2024-02-0623-54/+567
* Update dependencies on '6.7' in qt/qtdeclarativeQt Submodule Update Bot2024-02-061-5/+5
* Return from intersection solver early if path is emptyMatthias Rauter2024-02-061-0/+4
* Update dependencies on '6.7' in qt/qtdeclarativeQt Submodule Update Bot2024-02-051-5/+5
* Remove margin adjustment in QQuickHeaderViewPrivate during syncViewSanthosh Kumar2024-02-021-11/+0
* QuickControls: Link the impl libraries into the base modulesUlf Hermann2024-02-0216-18/+18
* Use separate property to store implicitly detected QT_QML_ROOT_PATHsAlexey Edelev2024-02-021-4/+5
* Move Qt Quick Shapes examples back under Qt QuickEskil Abrahamsen Blomfeldt2024-02-0195-19/+19
* QtQml: Re-allow assigning of raw numbers to enum property aliasesUlf Hermann2024-02-017-4/+38
* Refactor quickcontrols wearable exampleMatthias Rauter2024-02-01268-1487/+2972
* Compiler: Assert against noop instructionsOlivier De Cannière2024-02-011-0/+7
* QtQml: Clear context objects more thoroughly on destructionUlf Hermann2024-02-018-18/+77
* Remove empty override of destructor in QSGTextNodeEskil Abrahamsen Blomfeldt2024-02-012-2/+4
* Doc: Address qt_generate_deploy_qml_app_script API review issuesJoerg Bornemann2024-02-011-2/+23
* QmlCompiler: Reject lookups on shadowable base typesUlf Hermann2024-02-017-6/+147
* Update dependencies on '6.7' in qt/qtdeclarativeQt Submodule Update Bot2024-02-011-5/+5
* Fix bug in intersection solver, triggered by SimpleShape.qmlMatthias Rauter2024-01-313-5/+75
* Fix a bug in intersection solvingMatthias Rauter2024-01-312-65/+99
* qmllint: Complain about "target" when complaining about PropertyChangesUlf Hermann2024-01-312-1/+15
* QtQuick: Do not crash on broken statesUlf Hermann2024-01-303-15/+44
* setInternalClass: Correctly handle deleted propertiesFabian Kosmale2024-01-302-2/+27
* QQmlProperty: fix signal handler warningFabian Kosmale2024-01-303-6/+30
* QmlModels: Explicitly clear list data dynamic metaobjectUlf Hermann2024-01-304-7/+44
* masm: Don't crash on failed MADV_DONTNEED on LinuxAntonio Napolitano2024-01-301-6/+5
* Workaround for crash on derefWindow on application shutdownRobert Griebl2024-01-301-2/+2
* qmlprofiler: Fix data sortingUlf Hermann2024-01-301-76/+134
* QmlCompiler: Handle non-resettable undefined assignmentUlf Hermann2024-01-309-50/+140
* QmlCompiler: Implement resetting of propertiesUlf Hermann2024-01-307-13/+159
* Compiler: Don't crash on optional lookups on QJSValue base typeOlivier De Cannière2024-01-295-0/+34
* Drawer: respect content rotation also for touch eventsVolker Hilsheimer2024-01-291-2/+3
* doc: Add missing \since tags; wrap and indentShawn Rutledge2024-01-271-4/+8