aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix translated messages of QQuickTextDocument's load/save functionalityFriedemann Kleint2023-12-111-2/+2
* MessageDialog: make QQuickAbstractDialog::result return button pressedOliver Eftevaag2023-12-105-27/+37
* qmlls: find usages of enumerationsSemih Yavuz2023-12-093-35/+80
* Add TextSelection (Tech Preview)Shawn Rutledge2023-12-086-1/+295
* 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-081-2/+5
* 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
* 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-081-2/+16
* doc: Mention that TextBesideIcon is the default display modeJoshua Goins2023-12-081-1/+1
* qmlformat: Don't remove newlines between import statementsJoshua Goins2023-12-081-2/+27
* qmlls: unary expression support for completionSami Shalayel2023-12-081-0/+31
* dom: add representation for unary expressionsSami Shalayel2023-12-083-0/+272
* Add preliminary support for embedding QWindows into Qt QuickTor Arne Vestbø2023-12-088-30/+1062
* Remove duplicated import in qtquickcontrols-selectionrectangle.qmlVladimir Belyavsky2023-12-081-2/+0
* 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-084-3/+254
* 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
* 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-076-10/+213
* 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-075-0/+65
* qmlls: completions for comma expressionsSami Shalayel2023-12-072-0/+33
* qmlls: suggest break and continue only where actually allowedSami Shalayel2023-12-071-4/+22
* qmlls: fix method body and statement completionSami Shalayel2023-12-073-17/+22
* qmldomastcreator: simplify logic for function declarationsSami Shalayel2023-12-071-55/+53
* QmlCompiler: Add generic QVariant-to-typed comparisonUlf Hermann2023-12-073-12/+58
* DOM: Add js code holder to JsFileDmitrii Akshintsev2023-12-074-2/+23
* QmlCompiler: Do not adjust renamesUlf Hermann2023-12-071-0/+5
* DOM: Allow loading and parsing of .js filesDmitrii Akshintsev2023-12-075-3/+91
* Fix documentation of QUICK_TEST_MAIN_WITH_SETUP()Friedemann Kleint2023-12-072-4/+4
* Update dirty attributes before calling transformChangedTor Arne Vestbø2023-12-071-3/+2
* Ensure ItemObservesViewport works when item is moved to new ancestorTor Arne Vestbø2023-12-072-11/+29
* QQuickItem: Call markSortedChildrenDirty before QQuickItemPrivate::dirty()Tor Arne Vestbø2023-12-071-3/+3
* Use Qt::WindowNoState for child windowsTor Arne Vestbø2023-12-071-1/+4
* Add setter and notifier for QQuickTextDocument's documentShawn Rutledge2023-12-069-20/+133
* Allow enabling HDR per window via a private propertyTor Arne Vestbø2023-12-061-0/+3
* qmlls: continue and break statement completionSami Shalayel2023-12-061-0/+54
* qmlls: implement completions for labelled statementsSami Shalayel2023-12-065-1/+52
* qmldom: add support for continue and break statement representationsSami Shalayel2023-12-065-0/+63
* qmlls: completions in throw statementsSami Shalayel2023-12-065-0/+46