aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Address extension types in qmltcAndrei Golubev2022-06-024-3/+124
* Document that QML_EXTENDED properties are practically FINALAndrei Golubev2022-06-021-0/+2
* FileDialog: make selectedFile writableMitch Curtis2022-06-0211-40/+213
* QQmlChangeSet: don't leak nospace() from operator<<Mitch Curtis2022-06-021-4/+6
* DialogButtonBox: test item deletion orderMitch Curtis2022-06-021-0/+7
* QtQuickTest: add API for checking for polish at window levelMitch Curtis2022-06-025-5/+83
* Allow retrieval of sequences from QJSValueUlf Hermann2022-06-026-452/+481
* qqmldebug.h: Wrap the QML debugging enabler into an unnamed namespaceUlf Hermann2022-06-022-3/+25
* QV4::CompiledData: fix GCC 12 -Werror=uninitialized errorsMarc Mutz2022-06-021-3/+3
* Doc: QQuickTextInput: Mark all readonly properties as suchIvan Tkachenko2022-06-011-3/+20
* iOS Style: Add StackView controlDoris Verria2022-06-012-0/+72
* iOS Style: Add SwipeDelegate controlDoris Verria2022-06-012-0/+96
* iOS Style: Add CheckDelegate controlDoris Verria2022-06-012-0/+112
* iOS Style: Add RadioDelegate controlDoris Verria2022-06-018-0/+112
* iOS Style: Add SwitchDelegate controlDoris Verria2022-06-012-0/+139
* Use the unified check for the DEPFILE supportAlexey Edelev2022-06-011-2/+2
* Remove unused constant definitions for GL texture importLaszlo Agocs2022-06-011-252/+0
* Clean up overload docs in QQuickRenderTargetLaszlo Agocs2022-06-011-24/+92
* 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