aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ParentChange: handle bindable propertiesFabian Kosmale2021-10-195-16/+82
* Qmldebugtranslator: report elide issues correctly inside layoutsTim Jenssen2021-10-156-85/+34
* Dial: simplify logic in handleMove and handleRelease functionZhang Hao2021-10-131-2/+2
* Material: fix PageIndicator delegate creation errorMitch Curtis2021-10-121-1/+3
* On QQmlTypeWrapper::toVariant(), consider attached objectsUlf Hermann2021-10-111-3/+6
* QQmlEngine: Fine grained translation binding trackingFabian Kosmale2021-10-1110-37/+74
* Add missing RESOURCES keyword from qt_add_qml_module() synopsisCraig Scott2021-10-101-0/+1
* QQuickFontDialogImpl: Fix ValueType errorOliver Eftevaag2021-10-081-2/+2
* QJSEngine: Make uiLanguage a QObjectBindablePropertyFabian Kosmale2021-10-072-8/+4
* 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
* Clarify docs about QML_ANONYMOUSUlf Hermann2021-10-071-2/+3
* Recreate signal mappings when shader changesKaj Grönholm2021-10-061-11/+7
* macOS: ensure that you can set a custom button backgroundRichard Moe Gustavsen2021-10-061-5/+4
* QQmlObjectCreator: Correctly remove overwritten bindingsFabian Kosmale2021-10-062-5/+21
* Avoid giving false warnings of translations not fitting inTuomo Pelkonen2021-10-051-1/+7
* Do not override font size by defaultJan Arve Sæther2021-10-0524-29/+17
* Windows, Button.qml: inherit from DefaultButton, and remove duplicated codeRichard Moe Gustavsen2021-10-051-22/+1
* Fix warnings when which are treated as errors with -developer-buildAssam Boudjelthia2021-10-057-14/+16
* Fix debug translation service missing errorsTuomo Pelkonen2021-10-042-3/+11
* Doc: Repair broken link to the FlowerPower demoLuca Di Sera2021-10-011-1/+1
* QQmlDelegateModel: Refresh the view when a column is added at 0Aleix Pol2021-10-012-0/+47
* QQmlBinding::dependencies: Handle QPropertyFabian Kosmale2021-10-014-1/+21
* CMake: Add TODO to move plugin init library creation codeAlexandru Croitor2021-09-301-0/+3
* Doc: QQmlContext: make it more readableIvan Tkachenko2021-09-301-9/+9
* Doc: Replace return `0` with nullptrIvan Tkachenko2021-09-303-6/+6
* Doc: Fix QtQuick::Keys::forwardTo generic list typeIvan Tkachenko2021-09-301-1/+1
* Make DragEvent a public type againFabian Kosmale2021-09-302-26/+26
* QQmlJSImporter: Record whether a cached import is a dependencyUlf Hermann2021-09-302-4/+23
* QDeferredSharedPointer: Do not use factory after lazy loadingUlf Hermann2021-09-301-4/+4
* doc: Replace qmlscene with qmlShawn Rutledge2021-09-306-26/+24
* QQuickDeliveryAgentPrivate::pointerTargets: omit subscene root childrenShawn Rutledge2021-09-291-1/+2
* CMake: Ensure class name prop is set for existing qml plugin targetsAlexandru Croitor2021-09-291-3/+12
* Doc: Mention that QtQuick.Dialogs was added in Qt 6.2Kai Köhne2021-09-292-2/+2
* QML_ELEMENT: Document CMake approachFabian Kosmale2021-09-291-2/+11
* Fix scoping of JavaScript function namesUlf Hermann2021-09-292-11/+31
* Fix ListView.isCurrentItem when used with DelegateModelJoni Poikelin2021-09-291-0/+2
* Reduce QGlyphRun memory usage and speed up large Text instancesShawn Rutledge2021-09-292-28/+58
* Fix warning generated by current versions of GCCAndré de la Rocha2021-09-291-1/+1
* Flickable: don't react to any mouse button other than the leftShawn Rutledge2021-09-281-1/+1
* Drop qquickdummyregistration_p.hUlf Hermann2021-09-282-72/+1
* Fix documentation on JavaScript importsUlf Hermann2021-09-282-7/+9
* Use strict === equality for ScrollBar::orientationIvan Tkachenko2021-09-276-7/+7
* Doc: Update link to RFC-3986Luca Di Sera2021-09-271-1/+1
* QQuickLoader: Do not incubate if the source arrives after setActive(false)Aleix Pol2021-09-241-0/+3
* Get rid of renderpass descriptor objects from the pipeline cache keysLaszlo Agocs2021-09-249-87/+41
* Doc: Repair broken links to the TextMetrics Qml typeLuca Di Sera2021-09-231-8/+8
* QQuickAction: don't grab the same shortcut multiple timesOliver Eftevaag2021-09-231-1/+1
* Fix required properties detection in QQmlObjectCreatorAndrei Golubev2021-09-234-9/+88
* doc: Remove information about the special Window importShawn Rutledge2021-09-231-8/+0