aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qmljsimportvisitor: add warnings for lower caseSami Shalayel2023-09-121-3/+39
* Curve renderer: update material when fill changesPaul Olav Tvete2023-09-121-0/+3
* Fix the qmllint command lineAlexey Edelev2023-09-121-1/+2
* FormalParameterList: prepare for qmlformatSami Shalayel2023-09-113-9/+8
* Doc: All overviews list categorizationJaishree Vyas2023-09-114-4/+4
* QQmlBind: Move delayedName into place rather than taking it by const refv6.6.0-beta4Ulf Hermann2023-09-111-5/+5
* QQmlSA::ScriptBindingKind: Turn into scoped enumerationFabian Kosmale2023-09-093-14/+14
* QQmlJSScope: Mark internal documentation as internalUlf Hermann2023-09-091-0/+1
* convert threading example to manual testsOliver Eftevaag2023-09-086-10/+61
* Windows native style: Mark ScrollBar as non-customizableFabian Kosmale2023-09-081-5/+10
* Make accent palette role available to QMLMitch Curtis2023-09-082-0/+21
* QQmlProperty: Accept badly capitalized signal handler namesUlf Hermann2023-09-081-0/+23
* Fix QML item is missing if its parent's clip property is trueJiDe Zhang2023-09-063-30/+51
* Rename Path.simplified to simplifyShawn Rutledge2023-09-064-15/+15
* Doc: Add missing closing parenthesisPaul Wicking2023-09-061-1/+1
* ScrollBar: Fix visualSize being stuck without change signalIvan Tkachenko2023-09-052-12/+18
* Fix QQuickWidget rendering API mapping for D3D12Laszlo Agocs2023-09-041-0/+2
* qmlls: show fix suggestions and enable quick fixesSami Shalayel2023-09-043-23/+21
* Doc: Fix issues in Attractor QML type documentationTopi Reinio2023-09-011-34/+30
* Fix memory leak in qquickpixmapcacheShawn Rutledge2023-09-011-10/+35
* QmlCompiler: Change it to public moduleFabian Kosmale2023-09-014-12/+19
* Move QQuickImageBase::sourceSize to QQuickImageOliver Eftevaag2023-08-312-1/+1
* Doc: Fix broken linkAndreas Eliasson2023-08-311-1/+1
* Doc: Fix incorrect default value for FolderListModel.folderSze Howe Koh2023-08-311-1/+2
* Doc: Fix unqualified access in FolderListModel exampleSze Howe Koh2023-08-311-0/+1
* Doc: Fix qdoc warningsAndreas Eliasson2023-08-312-9/+37
* Fix linking of static plugins to android module targetsAlexey Edelev2023-08-311-1/+2
* qmldom: ASTDumper: fix typoFabian Kosmale2023-08-301-1/+1
* QQmlSA: Remove BindingTargetSpecifier from public APIFabian Kosmale2023-08-301-6/+0
* QQmlSA: Turn BindingType into a enum classFabian Kosmale2023-08-302-2/+2
* qqmsaconsants: Remove ExtensionKind enumFabian Kosmale2023-08-301-6/+0
* QQmlSA: more cleanupsFabian Kosmale2023-08-301-4/+1
* Use more categorized logging in curve rendererEirik Aavitsland2023-08-301-1/+2
* QmlCompiler: Make LoggerCategory private againFabian Kosmale2023-08-303-37/+33
* qmlls: go-to definition on different files + extra testsSami Shalayel2023-08-301-2/+6
* QQmlJSTypePropagator: Support StoreNameStrictFabian Kosmale2023-08-302-4/+19
* qmllint: Detect unqualified id access in StoreNameSloppyFabian Kosmale2023-08-301-0/+7
* doc: add '\since 6.6' for XHR overrideMimeType and responseURLOliver Eftevaag2023-08-301-0/+2
* CMake: Add SILENT option to some of the add_shaders callsLaszlo Agocs2023-08-301-0/+3
* qml compiler: Detect if user confuses flags and enumsFabian Kosmale2023-08-301-0/+6
* Avoid unsigned->signed refCount conversion underflowShawn Rutledge2023-08-291-1/+1
* Prevent crashing in the render loops upon device lostLaszlo Agocs2023-08-292-2/+4
* nativestyle, ProgressBar: Fix default sizing expressionsIvan Tkachenko2023-08-291-3/+2
* QmlCompiler: Fix conversion from/to voidUlf Hermann2023-08-293-7/+12
* QSGRendererInterface::Resource: add a comma after the last valueIvan Solovev2023-08-281-1/+1
* Use categorized logging for debug messages from curve rendererEirik Aavitsland2023-08-281-2/+2
* Tune the environment variable setting for the new curve rendererEirik Aavitsland2023-08-281-1/+1
* Clarify some rendercontrol docs and warningsLaszlo Agocs2023-08-281-3/+57
* Doc: explain popup property propagationMitch Curtis2023-08-283-0/+103
* Fix child popup palette inheritanceMitch Curtis2023-08-281-9/+12