aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-3141-1/+5423
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2022-05-311-5/+5
* Revert "Revise QQmlProxyMetaObject and extension chain creation"Jani Heikkinen2022-05-317-166/+80
* QQuickTableView: ensure we use the correct margins during key navigationRichard Moe Gustavsen2022-05-312-4/+55
* QQuickTableView: add a 'subRect' argument to the positionViewAtCell() functionsRichard Moe Gustavsen2022-05-314-268/+513
* Correctly include test data in tst_qquicktextAndreas Buhr2022-05-312-14/+16
* QQmlDebugProcess: Crash if we cannot kill the debuggeeUlf Hermann2022-05-311-1/+2
* QtQml: Fix and test edge cases of QQmlFile's local file detectionUlf Hermann2022-05-317-51/+358
* 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
* qmltc: Handle missing command line arguments in a more friendly wayJonah Brüchert2022-05-301-0/+9
* 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-285-30/+242
* QQuickSelectionRectangle: ensure we start the selection where the drag startedRichard Moe Gustavsen2022-05-272-4/+5
* QQuickTableView: add a new 'alternatingRows' propertyRichard Moe Gustavsen2022-05-277-3/+66
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2022-05-271-5/+5
* Remove handleTouch/MouseEvent helpers from QQuickWindowPrivateVolker Hilsheimer2022-05-262-15/+8
* qmlls: use CompletionItemKind::Class for QML typesMoody Liu2022-05-262-21/+26
* tst_qquickflickable: fix UB (more % in format string than arguments)Marc Mutz2022-05-261-1/+1
* Fix build with GCC12: apparently incorrect use-after-free warningThiago Macieira2022-05-251-1/+2
* Add MouseArea autotest with second touchpoint while first is heldShawn Rutledge2022-05-251-0/+20
* Implement FrameAnimation Quick elementKaj Grönholm2022-05-259-0/+1100
* Minor tweaks for QSGThreadedRenderLoopKaj Grönholm2022-05-251-18/+14
* QQuickTableView: make top-left cell current on first key pressRichard Moe Gustavsen2022-05-252-0/+67
* Use regular key events for cancelling popupsMitch Curtis2022-05-2520-164/+133
* Give Dialogs and Menus focus by defaultMitch Curtis2022-05-254-2/+11
* qmlls: use proper completion item kind for propertiesMoody Liu2022-05-252-33/+138
* qmlls: correctly call didCloseTextDocument in testFawzi Mohamed2022-05-241-4/+22
* QmlCompiler: Add support for LoadElement on stringsUlf Hermann2022-05-246-5/+45
* QmlCompiler: Implement LoadElement for value type listsUlf Hermann2022-05-246-23/+40
* Replace synthetic AOT functions with property-to-property bindingsUlf Hermann2022-05-2419-187/+417
* tst_qmllint: Write clearer descriptions when unexpected output is foundMaximilian Goldstein2022-05-241-8/+4
* Add "We mean it" headerKai Köhne2022-05-241-0/+12
* qmlcompiler: Evaluate pragma ComponentBehaviorUlf Hermann2022-05-249-2/+154
* Revise QQmlProxyMetaObject and extension chain creationAndrei Golubev2022-05-247-80/+166
* Support extension property revisionsAndrei Golubev2022-05-245-3/+71
* Fix visualSize calculation when width is changingSoheil Armin2022-05-244-7/+68
* Controls: add baseline test for SwitchDelegateJenny Lofthus2022-05-241-0/+57
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2022-05-241-5/+5
* Controls: add baseline test for SpinBoxJenny Lofthus2022-05-241-0/+52
* Controls: add baseline test for ToolTipJenny Lofthus2022-05-231-0/+20
* Controls: add baseline test for RadioDelegateJenny Lofthus2022-05-231-0/+64
* Controls: add baseline test for LabelJenny Lofthus2022-05-231-0/+21
* Controls: add baseline test for RoundButtonJenny Lofthus2022-05-231-0/+50
* Controls: add baseline test for tumblerJenny Lofthus2022-05-231-0/+32
* Controls: add baseline test for TabButtonJenny Lofthus2022-05-231-0/+37
* Controls: add baseline test for SwitchJenny Lofthus2022-05-231-0/+37