aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Inline most of QQmlTypeLoaderQmldirContentUlf Hermann2021-03-052-59/+10
* QmlCompiler: Rework support for required propertiesUlf Hermann2021-03-055-14/+42
* QQmlPropertyCache: Optimize layout to avoid paddingFabian Kosmale2021-03-052-9/+9
* Remove QQmlMetaType::isQObjectFabian Kosmale2021-03-055-13/+4
* Remove QQmlEnginePrivate::isQObjectFabian Kosmale2021-03-058-21/+10
* Simplify QQmlPropertyData::flagsForProperty; remove typeCategoryFabian Kosmale2021-03-055-41/+0
* QQmlEnginePrivate: remove functions that only forward to QQmlMetaTypeFabian Kosmale2021-03-058-27/+10
* QV4Engine: remove redundant checkFabian Kosmale2021-03-051-6/+1
* Doc: Fix typoPaul Wicking2021-03-051-1/+1
* Log errors in QQmlComponentAndrei Golubev2021-03-051-0/+9
* QQuickSinglePointHandler: don't reset the point in hover handlersRichard Moe Gustavsen2021-03-055-5/+18
* Add QQuickItemGrabResult::saveToFile(QUrl) overloadShawn Rutledge2021-03-052-4/+25
* Add a "prefer" directive to qmldirUlf Hermann2021-03-046-2/+63
* CMake: Pass import paths to qmlcachegen and qmllintUlf Hermann2021-03-041-11/+20
* Engine: Cleanup method argument passingFabian Kosmale2021-03-0410-76/+81
* QQmlData: Remove parentChanged codeFabian Kosmale2021-03-042-30/+3
* QQmlData: add documentationFabian Kosmale2021-03-041-0/+11
* QQmlData: Remove QML 1 related codeFabian Kosmale2021-03-042-3/+2
* Port QQmlBindPrivate to QQmlAnyBindingFabian Kosmale2021-03-041-31/+9
* Use QQmlAnyBinding in QQuickState and related classesFabian Kosmale2021-03-046-73/+83
* Introduce QQmlAnyBinding as an abstraction over bindingsFabian Kosmale2021-03-045-1/+460
* QQmlProperty: add method to query bindabilityFabian Kosmale2021-03-042-0/+16
* Remove unused QBitField classFabian Kosmale2021-03-045-171/+0
* qqmlvme: remove dead codeFabian Kosmale2021-03-042-28/+0
* QQmlIncubator: handle clear inside setinitialStateFabian Kosmale2021-03-041-1/+1
* qqmlapplicationengine: Handle errors during component creationMaximilian Goldstein2021-03-041-0/+8
* QQmlPropertyCache: remove dead memberFabian Kosmale2021-03-032-3/+0
* qmlcompiler: Add support for required propertiesMaximilian Goldstein2021-03-035-1/+37
* Extend ShaderEffect docs with a shader migration guideLaszlo Agocs2021-03-031-4/+158
* Change detached root warning to a debugShawn Rutledge2021-03-021-1/+1
* Fix click-to-focus in items within subscenes; improve loggingShawn Rutledge2021-03-024-23/+67
* Equalize signal handlers between runtime and AOT compilationAndrei Golubev2021-03-022-47/+3
* CMake: Remove INSTALL_QML_FILES optionUlf Hermann2021-03-022-18/+1
* QQmlImport: Fix naming of qmldir locationUlf Hermann2021-03-013-16/+10
* QQmlImport: Don't cache localDirectoryPathUlf Hermann2021-03-012-4/+6
* QML engine: Handle const QObject pointer correctlyFabian Kosmale2021-03-012-3/+29
* QQuickDeliveryAgent: Do not send hover to deleted itemFabian Kosmale2021-02-281-1/+2
* QQuickPaletteProviderPrivateBase: use palette getterFabian Kosmale2021-02-281-1/+1
* QML engine internals: Do not require mutable QObject pointerFabian Kosmale2021-02-285-12/+10
* Fix the argument removal in qt_internal_add_qml_moduleUlf Hermann2021-02-281-1/+3
* CMake: Prepend "singleton" to any version of singleton QML filesUlf Hermann2021-02-261-4/+3
* QQmlPrivate: Check for frame before setting instruction pointerUlf Hermann2021-02-261-1/+2
* Use the correct metaObject in captureProperty()Ulf Hermann2021-02-261-23/+31
* Fix typoRobert Löhning2021-02-261-1/+1
* Fix typo in QQuickGraphicsConfiguration docsLaszlo Agocs2021-02-261-1/+1
* QJSManagedValue: Throw TypeErrors when accessing null or undefinedUlf Hermann2021-02-251-1/+12
* Don't invalidate unaffected render ordersEskil Abrahamsen Blomfeldt2021-02-252-2/+25
* Move event delivery from QQWindow to QQuickDeliveryAgentShawn Rutledge2021-02-2420-512/+1124
* Fix some issues in translated messagesFriedemann Kleint2021-02-242-6/+7
* qmllint: Resolve imported files by qrc path if availableUlf Hermann2021-02-246-5/+75