aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QQuickTextInput: fix cursor positioning for QInputMethodEventIvan Solovev2021-10-141-1/+6
* Use internal API to extend QuickTestUtilsPrivateAlexey Edelev2021-10-131-1/+6
* Fix typo: alignment has an n in itEdward Welbourne2021-10-131-2/+2
* Fix distorted text with subpixel matrix translationEskil Abrahamsen Blomfeldt2021-10-1313-40/+64
* Add a Pragma for list assign behaviorUlf Hermann2021-10-1313-25/+168
* DelegateModel: Document limitation of groups derived attached propertiesFabian Kosmale2021-10-131-1/+9
* QQmlDelegateModelAttached: Make static properties statically knownFabian Kosmale2021-10-132-4/+76
* Fix "We mean it" in qqmlfinalizer_p.hUlf Hermann2021-10-131-3/+3
* Dial: simplify logic in handleMove and handleRelease functionZhang Hao2021-10-131-2/+2
* Fix sweep step for tainted QObject JavaScript wrappersVlad Zahorodnii2021-10-121-1/+1
* Qmldebugtranslator: report elide issues correctly inside layoutsTim Jenssen2021-10-126-85/+34
* Revert "Fix for possible crash in QSGDefaultLayer::grab"Laszlo Agocs2021-10-122-9/+0
* Avoid QAbstractDynamicMetaObject where possibleUlf Hermann2021-10-1216-116/+137
* Material: fix PageIndicator delegate creation errorMitch Curtis2021-10-121-1/+3
* Remove whitespace in commentOliver Eftevaag2021-10-101-1/+1
* QDeferredSharedPointer: fix the build with GCC 12Giuseppe D'Angelo2021-10-091-0/+25
* Fix the implicit capture of `this` in lambdas when capturing [=]Giuseppe D'Angelo2021-10-094-9/+9
* On QQmlTypeWrapper::toVariant(), consider attached objectsUlf Hermann2021-10-081-3/+6
* QQmlEngine: Fine grained translation binding trackingFabian Kosmale2021-10-0810-37/+74
* qmllint: Allow assigning to readonly properties in same scopeUlf Hermann2021-10-082-4/+6
* Add missing RESOURCES keyword from qt_add_qml_module() synopsisCraig Scott2021-10-081-0/+1
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-10-081-0/+1
* Adapt to changed return value for toDynamicMetaObject()Ulf Hermann2021-10-088-18/+19
* QJSEngine: Make uiLanguage a QObjectBindablePropertyFabian Kosmale2021-10-072-8/+4
* QQuickFontDialogImpl: Fix ValueType errorOliver Eftevaag2021-10-071-2/+2
* qmldom: improve handling of memory qmldocuments without pathsFawzi Mohamed2021-10-073-3/+32
* CMake: Special case qqc2 style plugin static plugin dependenciesAlexandru Croitor2021-10-079-7/+67
* CMake: Walk plugin private deps for computed static qml plugin depsAlexandru Croitor2021-10-071-12/+29
* QQmlJSTypeResolver: store plain types as metaobjectsUlf Hermann2021-10-076-24/+85
* qmldom_standalone: fix wrong definitionsTim Jenssen2021-10-071-2/+1
* Clarify docs about QML_ANONYMOUSUlf Hermann2021-10-071-2/+3
* Fix missing whitespace after `argv[N]:` patternIvan Tkachenko2021-10-074-5/+5
* Recreate signal mappings when shader changesKaj Grönholm2021-10-061-11/+7
* Avoid copying metaobjectsUlf Hermann2021-10-061-3/+2
* qmldom_standalone: make it a STATIC libTim Jenssen2021-10-061-1/+1
* QQuickFileDialogImpl: fix issues with breadcrumb bar text editMitch Curtis2021-10-061-5/+13
* Add "we mean it" to qqmlfinalizer_p.hUlf Hermann2021-10-061-0/+12
* QML engine: Resolve URLs on property assignment when given an env varFabian Kosmale2021-10-064-21/+55
* QQmlObjectCreator: Correctly remove overwritten bindingsFabian Kosmale2021-10-052-5/+21
* QQuickDragEvent: Remove further QQmlV4Function usesFabian Kosmale2021-10-052-11/+10
* Fix spelling mistakes in declarativeFabian Kosmale2021-10-053-3/+3
* qmljsrootgen: Try properties on instances if not available on prototypesUlf Hermann2021-10-052-7/+13
* Amend JS root with more precise type informationUlf Hermann2021-10-051-1/+178
* Provide a method to retrieve JS global properties from AOT contextUlf Hermann2021-10-052-0/+9
* Avoid giving false warnings of translations not fitting inTuomo Pelkonen2021-10-051-1/+7
* QQuickDragEvent: Use proper types instead of QQmlV4FunctionFabian Kosmale2021-10-052-19/+6
* Fix warnings when which are treated as errors with -developer-buildAssam Boudjelthia2021-10-047-14/+16
* Add comments to use qsizetype for some APIs in Qt 7Assam Boudjelthia2021-10-042-0/+3
* qmllint: Warn about calling functions with QQmlV4Function argumentsUlf Hermann2021-10-023-0/+10
* QQmlDelegateModel: Refresh the view when a column is added at 0Aleix Pol2021-10-012-0/+47