aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* scenegraph: Use a lock file when saving/loading pipeline cacheLaszlo Agocs2022-06-011-12/+33
* Remove qmltc compilation command in favor of qt_add_qml_module()Andrei Golubev2022-05-318-137/+113
* iOS Style: Optimize imagesDoris Verria2022-05-31120-0/+0
* Fix race condition on QQmlEnginePrivate::qml_debugging_enabledMarc Mutz2022-05-314-4/+6
* QQmlDebug: reliably print the debugger warningMarc Mutz2022-05-311-1/+10
* iOS Style: Add ItemDelegate controlDoris Verria2022-05-3115-0/+97
* Add ColorDialog to QtQuick.DialogsOliver Eftevaag2022-05-3132-0/+4558
* Revert "Revise QQmlProxyMetaObject and extension chain creation"Jani Heikkinen2022-05-315-156/+79
* QQuickTableView: ensure we use the correct margins during key navigationRichard Moe Gustavsen2022-05-311-4/+4
* QQuickTableView: add a 'subRect' argument to the positionViewAtCell() functionsRichard Moe Gustavsen2022-05-313-163/+262
* QtQml: Fix and test edge cases of QQmlFile's local file detectionUlf Hermann2022-05-311-48/+100
* Allow specifies the native format on QSGPlainTextureJiDe Zhang2022-05-316-3/+50
* Allow specifies the native texture format on QQuickRenderTargetJiDe Zhang2022-05-317-13/+1116
* Fix \relates for Q_IMPORT_QML_PLUGINFabian Kosmale2022-05-301-1/+2
* Doc: clarify when SpinBox's valueModified signal is emittedMitch Curtis2022-05-301-0/+3
* Implement support for passive grabbers with mouse/touch eventsVolker Hilsheimer2022-05-283-30/+79
* QQuickSelectionRectangle: ensure we start the selection where the drag startedRichard Moe Gustavsen2022-05-271-3/+4
* QQuickTableView: add a new 'alternatingRows' propertyRichard Moe Gustavsen2022-05-276-3/+53
* Remove handleTouch/MouseEvent helpers from QQuickWindowPrivateVolker Hilsheimer2022-05-262-15/+8
* Fix build with GCC12: apparently incorrect use-after-free warningThiago Macieira2022-05-251-1/+2
* Implement FrameAnimation Quick elementKaj Grönholm2022-05-253-0/+620
* Minor tweaks for QSGThreadedRenderLoopKaj Grönholm2022-05-251-18/+14
* QQuickTableView: make top-left cell current on first key pressRichard Moe Gustavsen2022-05-251-0/+14
* Use regular key events for cancelling popupsMitch Curtis2022-05-256-153/+50
* Give Dialogs and Menus focus by defaultMitch Curtis2022-05-252-1/+7
* QmlCompiler: Add support for LoadElement on stringsUlf Hermann2022-05-243-5/+15
* QmlCompiler: Implement LoadElement for value type listsUlf Hermann2022-05-243-23/+28
* Replace synthetic AOT functions with property-to-property bindingsUlf Hermann2022-05-2419-187/+417
* Add "We mean it" headerKai Köhne2022-05-241-0/+12
* qmlcompiler: Evaluate pragma ComponentBehaviorUlf Hermann2022-05-242-2/+32
* Revise QQmlProxyMetaObject and extension chain creationAndrei Golubev2022-05-245-79/+156
* Support extension property revisionsAndrei Golubev2022-05-243-3/+16
* Fix visualSize calculation when width is changingSoheil Armin2022-05-242-7/+22
* QmlCompiler: Do not wrap doubles into QJSPrimitiveValueUlf Hermann2022-05-231-7/+2
* QmlCompiler: Use comparable types to find list typesUlf Hermann2022-05-231-1/+2
* QML: Add an option to bind components to filesUlf Hermann2022-05-238-14/+151
* QML: Correctly detect extended typesAndrei Golubev2022-05-232-3/+23
* QML: Add markers corresponding to various QML attributesAndrei Golubev2022-05-232-7/+14
* qmlcompiler: Add qualified name to QQmlJSScopeSami Shalayel2022-05-234-1/+72
* qqmlimport.cpp: remove unused qreadwritelock.hMarc Mutz2022-05-231-1/+0
* qmlcompiler: Implement function typeMaximilian Goldstein2022-05-204-2/+11
* iOS style: Add ScrollIndicator controlDoris Verria2022-05-2014-0/+85
* iOS Style: Add TextField controlDoris Verria2022-05-203-2/+99
* qqmljsimportvisitor: Fix binding source locationsMaximilian Goldstein2022-05-201-1/+7
* QmlCompiler: Reduce usage of temporaries for value retrievalUlf Hermann2022-05-201-4/+8
* MouseArea: don't override preventStealing on mouse releaseShawn Rutledge2022-05-191-1/+2
* qqmljsimportvisitor: Fix assert being hit on empty block bindingsMaximilian Goldstein2022-05-191-15/+8
* QmlCompiler: Detect non-integral values when accessing QQmlListPropertyUlf Hermann2022-05-194-5/+27
* iOS Style: Add TextArea controlDoris Verria2022-05-197-3/+391
* qmldom: standalone fix macro clash in 6.2 and 6.3Fawzi Mohamed2022-05-191-1/+4