aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.7' in qt/qtdeclarativev6.7.0-beta1Qt Submodule Update Bot2023-12-121-5/+5
* Doc: Move Flipable, Dial Control example to UI Components categoryKai Köhne2023-12-112-2/+2
* Fix translated messages of QQuickTextDocument's load/save functionalityFriedemann Kleint2023-12-111-2/+2
* MessageDialog: make QQuickAbstractDialog::result return button pressedOliver Eftevaag2023-12-107-27/+153
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2023-12-101-5/+5
* Fix IconImage test on systems with mixed DPR displaysVolker Hilsheimer2023-12-091-30/+21
* Get rid of DocumentHandler in the Text Editor exampleShawn Rutledge2023-12-098-555/+22
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2023-12-091-5/+5
* qmlls: find usages of enumerationsSemih Yavuz2023-12-096-45/+136
* Add TextSelection (Tech Preview)Shawn Rutledge2023-12-088-51/+463
* TestCase: use strict (in)equality operators whenever possibleVladimir Belyavsky2023-12-081-35/+35
* TestCase: use `let` instead of `var`Vladimir Belyavsky2023-12-081-57/+57
* QML: Don't crash when calling coerceAndCall() with null thisObjectUlf Hermann2023-12-084-2/+37
* QQuickItem: Make focusReason property read-only from QMLDoris Verria2023-12-082-1/+2
* Remove focus-related duplicated members from subclassesDoris Verria2023-12-086-54/+2
* Move focusPolicy from QQuickControl to QQuickItemDoris Verria2023-12-086-38/+47
* Move focusReason from QQuickControl to QQuickItemVolker Hilsheimer2023-12-088-29/+62
* Attempt to stabilize tst_qquicktextedit::embeddedImages()Shawn Rutledge2023-12-082-2/+2
* Doc: Fix description on how to load the extending-qml sourcesKai Köhne2023-12-081-10/+11
* QmlCompiler: Preferably wrap types in QJSPrimitiveValue for SetLookupUlf Hermann2023-12-083-2/+26
* doc: Mention that TextBesideIcon is the default display modeJoshua Goins2023-12-081-1/+1
* qmlformat: Don't remove newlines between import statementsJoshua Goins2023-12-085-2/+52
* qmlls: add manual test for automatic qmlls cmake type registrationSami Shalayel2023-12-086-0/+129
* qmlls: unary expression support for completionSami Shalayel2023-12-083-2/+116
* dom: add representation for unary expressionsSami Shalayel2023-12-0815-0/+390
* Add preliminary support for embedding QWindows into Qt QuickTor Arne Vestbø2023-12-0823-30/+1541
* Remove duplicated import in qtquickcontrols-selectionrectangle.qmlVladimir Belyavsky2023-12-081-2/+0
* QmltcCompiler: Adhere to Compare requirement ("!(a < a)")Michael Weghorn2023-12-081-0/+3
* QmltcVisitor: Fix sort order of array used with std::binary_searchMichael Weghorn2023-12-081-5/+6
* Call QQuickItemPrivate::transformChanged when the clip is dirtiedTor Arne Vestbø2023-12-081-2/+2
* MessageDialog: Dont rely on accept or reject signal emissions from QPAOliver Eftevaag2023-12-081-0/+1
* doc: Clarify focus window vs activation in Key Handling OverviewTor Arne Vestbø2023-12-081-2/+2
* Add load/save functionality to QQuickTextDocument (Tech Preview)Shawn Rutledge2023-12-0812-16/+418
* TextEdit example: Add more FontAwesome icons to fontello.ttfShawn Rutledge2023-12-081-0/+0
* Curve renderer: drop the control point magic for line elementsEirik Aavitsland2023-12-083-11/+24
* Use the PlatformServiceColorPicker for the ColorDialog's eye dropperOliver Eftevaag2023-12-081-3/+20
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2023-12-071-5/+5
* qmltyperegistrar: Complain less about missing base typesUlf Hermann2023-12-071-18/+42
* CMake: Use QtDeployTargets.cmake for deploying QML pluginsJoerg Bornemann2023-12-071-15/+22
* CMake: Deploy runtime dependencies of QML pluginsJoerg Bornemann2023-12-071-0/+10
* QmlFormat: Support .js files (in memory formatting)Dmitrii Akshintsev2023-12-0731-10/+368
* Revert "CMake: Fix the all_qmllint* targets for Visual Studio generators"Joerg Bornemann2023-12-071-36/+26
* qmlls: support completions in conditional expressionsSami Shalayel2023-12-079-0/+121
* qmlls: completions for comma expressionsSami Shalayel2023-12-076-0/+83
* qmlls: suggest break and continue only where actually allowedSami Shalayel2023-12-073-4/+152
* qmlls: fix method body and statement completionSami Shalayel2023-12-077-36/+75
* qmldomastcreator: simplify logic for function declarationsSami Shalayel2023-12-071-55/+53
* QmlCompiler: Add generic QVariant-to-typed comparisonUlf Hermann2023-12-079-12/+184
* DOM: Add js code holder to JsFileDmitrii Akshintsev2023-12-075-4/+37
* QmlCompiler: Do not adjust renamesUlf Hermann2023-12-074-0/+39