aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Create a qrc mapping between build and source dir QML filesAndrei Golubev2022-06-293-0/+45
* Doc: Add \keyword to qmltc, qmlscTopi Reinio2022-06-282-0/+2
* QQml*ExtensionInterface: De-inline dtors of polymorphic classesMarc Mutz2022-06-283-4/+21
* QmlCompiler: Add missing parentheses to in-place arithmetic operationsUlf Hermann2022-06-281-1/+1
* Install qmltypes.prf for the cross-compiled buildsAlexey Edelev2022-06-281-9/+8
* Flickable: Fix edge hitting detection when the extent is fractionalOliver Eftevaag2022-06-271-10/+10
* Fix spelling errors in assertsKai Köhne2022-06-271-2/+2
* Repeater: uncull items that come from ObjectModelChen Bin2022-06-271-0/+5
* QmlCompiler: Fix miscompilation if arguments are overwrittenUlf Hermann2022-06-241-2/+15
* Fix BC break in qqmlist.hUlf Hermann2022-06-242-5/+36
* QmlCompiler: Properly annotate ThrowException instructionUlf Hermann2022-06-242-3/+6
* QQuickAbstractDialog: emit rejected() on mere close()Marc Mutz2022-06-241-11/+12
* Menu: cull non-visible items when `contentItem` inherits ItemChen Bin2022-06-231-2/+1
* tst_QQuickFileDialogImpl: check that closing the dialog rejectsMarc Mutz2022-06-221-0/+7
* Move up include in WTFStubs.cppAndreas Buhr2022-06-221-2/+4
* Handle unprocessed pressed case in FlickableAntti Määttä2022-06-221-2/+21
* Doc: Clarify naming conventions for .js files in QML modulesJoerg Bornemann2022-06-221-0/+11
* Quick test lib: Account for DPR when grabbing sub-imageTimur Pocheptsov2022-06-221-1/+2
* Doc: Update external page linkingTopi Reinio2022-06-202-53/+40
* qqmljsimportvisitor: Fix bindings on prefixed attached propertiesMaximilian Goldstein2022-06-202-9/+52
* Doc: Add missing CheckDelegate control and ingroup ItemDelegateThomas Piekarski2022-06-202-0/+11
* Doc: Add missing TreeViewDelegate controlThomas Piekarski2022-06-201-0/+9
* QQmlContext: Don't redeclare metatype for QList<QObject *>Ievgenii Meshcheriakov2022-06-201-2/+0
* Fix alpha with native text renderingLaszlo Agocs2022-06-201-1/+2
* Qml: Allow major version of module to be zeroAlexandru Croitor2022-06-201-1/+1
* Don't trigger update when text edit is hiddenPaul Olav Tvete2022-06-191-7/+8
* QML: Drop backup source code once we're done with itUlf Hermann2022-06-183-1/+7
* Do not leak in QQuickTextEdit::updatePaintNode()Andrei Golubev2022-06-181-0/+2
* Flickable: don't grab on press if already movingShawn Rutledge2022-06-171-8/+10
* QtQml: Restrict MSVC workaround in qqmlprivate.h to MSVCUlf Hermann2022-06-171-0/+3
* iOS Style: Add TabBar, ToolBar, and MenuBar controlDoris Verria2022-06-177-2/+123
* Fix TextEdit/TextArea mouse cursor shape handling logicVladimir Belyavsky2022-06-173-21/+33
* CMake: Check that android qml import paths are not emptyAlexandru Croitor2022-06-171-1/+5
* tst_QQuickStyle: unbreak ubsan buildMarc Mutz2022-06-171-1/+1
* findItem: don't return items with invalid QQmlContextsMitch Curtis2022-06-171-1/+4
* QQmlJSLogger: disable warning from GCC 11 & 12Thiago Macieira2022-06-151-0/+11
* iOS Style: Add SplitView controlDoris Verria2022-06-152-0/+26
* iOS Style: Add GroupBox controlDoris Verria2022-06-152-0/+43
* iOS Style: Add Frame controlDoris Verria2022-06-152-0/+26
* Doc: Add text validators groupAndreas Eliasson2022-06-152-11/+4
* Fix QQmlTypePrivate memory leak in qmltc-generated types with extensionsAndrei Golubev2022-06-152-8/+7
* Make synchronization chain on QQuickImageResponsePrivate::finished explicitMarc Mutz2022-06-152-2/+8
* QmlCompiler: Check builtin type aliases after list resolutionUlf Hermann2022-06-151-26/+26
* QmlCompiler: Reject conversions via QJSValueUlf Hermann2022-06-151-7/+7
* QQuickApplicationHelper: move initialProperties before qmlImportPathsMitch Curtis2022-06-155-8/+9
* tst_qquickfiledialogimpl: refactor duplicated code into helpersMitch Curtis2022-06-151-1/+11
* Use SPDX license identifiersLucie Gérard2022-06-142914-109557/+5891
* Fix link to "QML Import Path" sectionKai Köhne2022-06-142-2/+2
* quicktestutils: remove duplicated function declarationMitch Curtis2022-06-131-2/+0
* quick/controlstestutils: add [[nodiscard]] to functions returning stuffMitch Curtis2022-06-133-7/+9