aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QQuickPage: make the title property resettablewip/popupwindowOliver Eftevaag2024-02-232-1/+7
* Dialogs: delay calling componentComplete until parent is setOliver Eftevaag2024-02-225-5/+15
* Fix ubsan build of qtdeclarativeAllan Sandfeld Jensen2024-02-063-3/+4
* jsruntime: silence msvc warning 4201 (nameless struct/union)Tim Blechmann2024-02-062-0/+6
* texteditor example: use TextDocument status rather than error signalShawn Rutledge2024-02-051-3/+19
* sg: Allow adopting foreign textures with GL_SRGB8_ALPHA8Laszlo Agocs2024-02-053-8/+24
* QT_QML_GENERATE_QMLLS_INI: improve documentationFabian Kosmale2024-02-042-2/+14
* Return from intersection solver early if path is emptyMatthias Rauter2024-02-041-0/+4
* SharedInternalClassData: Mark newly inserted valuesFabian Kosmale2024-02-032-0/+64
* Refactor svgtoqml toolHatem ElKharashy2024-02-0317-1176/+1994
* sg: Fix some material-related multiview issuesLaszlo Agocs2024-02-021-3/+7
* QuickControls: Link the impl libraries into the base modulesUlf Hermann2024-02-0216-18/+18
* Test QFileSystemModel with no icon providerShawn Rutledge2024-02-021-0/+1
* Use separate property to store implicitly detected QT_QML_ROOT_PATHsAlexey Edelev2024-02-021-4/+5
* qmlls: Add hover supportSemih Yavuz2024-02-0210-1/+214
* PersistentValue: fix gc isuesFabian Kosmale2024-02-012-25/+105
* Move Qt Quick Shapes examples back under Qt QuickEskil Abrahamsen Blomfeldt2024-02-0195-19/+19
* Refactor quickcontrols wearable exampleMatthias Rauter2024-02-01268-1487/+2972
* QtQml: Re-allow assigning of raw numbers to enum property aliasesUlf Hermann2024-02-017-4/+38
* 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
* QQmlTypeLoader: Honor import dependencies even without qmldirUlf Hermann2024-02-012-22/+53
* 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
* QQuickStateGroup: Apply some styleUlf Hermann2024-02-011-47/+43
* Fix a bug in intersection solvingMatthias Rauter2024-01-312-65/+99
* Fix bug in intersection solver, triggered by SimpleShape.qmlMatthias Rauter2024-01-313-5/+75
* qmllint: Complain about "target" when complaining about PropertyChangesUlf Hermann2024-01-312-1/+15
* masm: Remove unnecessary MADV_DONTNEED on LinuxAntonio Napolitano2024-01-301-2/+0
* QtQuick: Do not crash on broken statesUlf Hermann2024-01-303-15/+44
* qmltyperegistrar: Don't crash on empty module nameUlf Hermann2024-01-301-1/+3
* QQmlProperty: fix signal handler warningFabian Kosmale2024-01-303-6/+30
* DOM refactoring. Remove LoadOptionsDmitrii Akshintsev2024-01-3017-144/+90
* TableView: improve debug outputRichard Moe Gustavsen2024-01-301-13/+47
* Avoid various inefficienciesUlf Hermann2024-01-307-17/+21
* QtQml: Add a benchmark that runs the DeltaBlue constraint solverUlf Hermann2024-01-3015-0/+1776
* QmlModels: Explicitly clear list data dynamic metaobjectUlf Hermann2024-01-304-7/+44
* setInternalClass: Correctly handle deleted propertiesFabian Kosmale2024-01-302-2/+27
* 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
* 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-261-4/+8
* Set non-intersecting flag if path has no intersectionsPaul Olav Tvete2024-01-261-0/+1
* Remove margin adjustment in QQuickHeaderViewPrivate during syncViewSanthosh Kumar2024-01-261-11/+0
* Force text layout update in the thread where its createdSanthosh Kumar2024-01-264-1/+50
* Revert "RegExp: Do on demand JIT compilation"Fabian Kosmale2024-01-262-52/+26
* DOM refactoring. Remove envCallbackForFile and its callersDmitrii Akshintsev2024-01-252-94/+0
* DOM refactoring. Get rid of the envCallbackForFile usageDmitrii Akshintsev2024-01-251-21/+10