aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix binding loop issue during implicit size change in paneSanthosh Kumar2023-09-142-2/+19
* Loader: re-set ItemObservesViewport flag on child if already setShawn Rutledge2023-09-142-1/+14
* QQuickAbstractButton: accept only left mouse buttonVladimir Belyavsky2023-09-141-0/+5
* Doc: All overviews list categorizationJaishree Vyas2023-09-143-0/+3
* Fix typos in FunctionSignatureBehavior documentationGiuseppe D'Angelo2023-09-141-2/+2
* Doc: Fix unqualified access in PathView exampleSze Howe Koh2023-09-141-2/+7
* Doc: make Loader Sizing Behavior section easier to readMitch Curtis2023-09-141-3/+3
* TextEdit/TextArea: don't deselect on release if IM just selected textShawn Rutledge2023-09-132-1/+6
* Fix the qmllint command lineAlexey Edelev2023-09-121-1/+2
* 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
* Update ListView doc to specify behavior of zero size viewSanthosh Kumar2023-09-061-0/+5
* Windows native style: Mark ScrollBar as non-customizableFabian Kosmale2023-09-061-5/+10
* doc: update base class for LineShapeOliver Eftevaag2023-09-061-1/+1
* Doc: mention textRole in *HeaderView detailed descriptionMitch Curtis2023-09-061-0/+4
* Doc: de-duplicate header view docsMitch Curtis2023-09-062-122/+80
* Doc: improve event handling sectionsMitch Curtis2023-09-062-0/+6
* QSGBatchRenderer: Fix batching with geometry without index bufferAndy Nichols2023-09-061-1/+1
* Doc: Add missing closing parenthesisPaul Wicking2023-09-061-1/+1
* ScrollBar: Fix visualSize being stuck without change signalIvan Tkachenko2023-09-052-12/+18
* Fix linking of static plugins to android module targetsAlexey Edelev2023-09-041-1/+2
* Fix memory leak in qquickpixmapcacheShawn Rutledge2023-09-011-11/+36
* Doc: Fix issues in Attractor QML type documentationTopi Reinio2023-09-011-34/+30
* 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-4/+41
* Fix build with -no-feature-settingsTasuku Suzuki2023-08-306-2/+16
* DelegateModel: handle roleName invalidationFabian Kosmale2023-08-302-7/+29
* PropertyAnimation: Handle targets being deletedFabian Kosmale2023-08-302-4/+39
* Value types: Prefer assigning bindings instead of convertingFabian Kosmale2023-08-301-10/+12
* Remove some references to Q_ENUMSFabian Kosmale2023-08-301-1/+1
* Doc: add how-to for using C++ enums in JavaScriptMitch Curtis2023-08-301-0/+33
* QQmlJSTypePropagator: Support StoreNameStrictFabian Kosmale2023-08-302-4/+19
* qmllint: Detect unqualified id access in StoreNameSloppyFabian Kosmale2023-08-301-0/+7
* QQuickTapHandler: Pass flag to Q_FLAG instead of enumFabian Kosmale2023-08-301-1/+1
* qml compiler: Detect if user confuses flags and enumsFabian Kosmale2023-08-301-0/+6
* builtins: QUrl exetends URL, not UrlFabian Kosmale2023-08-301-1/+1
* Avoid unsigned->signed refCount conversion underflowShawn Rutledge2023-08-291-1/+1
* nativestyle, ProgressBar: Fix default sizing expressionsIvan Tkachenko2023-08-291-3/+2
* Doc: explain popup property propagationMitch Curtis2023-08-283-0/+103
* Fix child popup palette inheritanceMitch Curtis2023-08-281-9/+12
* Dialogs: fix statically-built applications not runningMitch Curtis2023-08-281-0/+1
* QQuickTableViewResizeHandler: Silence warning about switch fall throughFriedemann Kleint2023-08-261-1/+1
* Point out that STATIC QML plugins require direct linkingAlexey Edelev2023-08-241-1/+5
* Doc: link to best practices from Interacting with QML Objects from C++Mitch Curtis2023-08-231-1/+2
* QtQml: Reset context object when destroying it from QObjectWrapperUlf Hermann2023-08-221-0/+2
* QV4::QObjectWrapper: Use the object's actual meta typeKai Uwe Broulik2023-08-221-4/+2
* QQmlBind: handle top-level attached propertiesFabian Kosmale2023-08-223-25/+90
* Doc: Explain how DEPENDENCIES helps with type resolutionUlf Hermann2023-08-221-0/+8