aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
* Allow proper registration of value typesUlf Hermann2020-09-2312-167/+231
* Avoid crash when module version cannot be resolvedEskil Abrahamsen Blomfeldt2020-09-231-1/+5
* Prevent crash when destroying asynchronous LoaderJoni Poikelin2020-09-231-1/+1
* QQmlPropertyCapture: Replace list with forward listFabian Kosmale2020-09-222-1/+11
* Replace QmlVoidT with std::void_tUlf Hermann2020-09-221-14/+11
* Handle QProperty inside bindingsFabian Kosmale2020-09-214-5/+73
* Rename QQmlQPointer to QV4QPointerUlf Hermann2020-09-214-5/+5
* Match new qHash() signatureEskil Abrahamsen Blomfeldt2020-09-172-3/+3
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-1/+1
* QQmlValueTypeProvider: Use QMetaTypeUlf Hermann2020-09-162-38/+18
* QQmlValueTypeProvider: Remove dead codeUlf Hermann2020-09-162-34/+0
* QQmlStringConverters: Remove dead codeUlf Hermann2020-09-161-86/+1
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-1/+1
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-1611-45/+46
* QQmlMetaType: Unregister metatype interfaces before deleting themUlf Hermann2020-09-151-2/+6
* Fix QQmlPropertyData after QQMetaType changes in Qt CoreLars Knoll2020-09-151-6/+2
* Adjust to qtbase changesFabian Kosmale2020-09-045-17/+22
* QQuickImageProvider: Remove reliance on RTTIFabian Kosmale2020-09-011-1/+2
* Remove deprecated QQmlListProperty constructorFabian Kosmale2020-08-311-8/+0
* QQmlImageProviderBase: Address Qt 6 TODOFabian Kosmale2020-08-311-4/+3
* Remove superfluous namespace and exportsFabian Kosmale2020-08-312-51/+7
* Doc: Fix minor typosSze Howe Koh2020-08-301-1/+1
* Do proper memory management on the metatype interfaces we createLars Knoll2020-08-284-19/+85
* Fix QtQml after QMetaType/QVariant changes in Qt CoreLars Knoll2020-08-282-12/+11
* Always group the metaType and listType togetherLars Knoll2020-08-283-7/+7
* Remove deprecated registration functionsFabian Kosmale2020-08-271-42/+0
* import Qt namespace in QtQmlFawzi Mohamed2020-08-272-3/+18
* Remove deprecated functions involving attached property IDsFabian Kosmale2020-08-256-103/+0
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-246-30/+1
* Adapt to qtbase changesFabian Kosmale2020-08-235-9/+9
* Add override behaviors to QQmlListPropertyUnai IRIGOYEN2020-08-223-0/+110
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-221-1/+1
* Adapt to QNetworkRequest changeFawzi Mohamed2020-08-201-0/+1
* Weak compare for value types in QMLFawzi Mohamed2020-08-201-1/+47
* QQmlPropertyBinding: detect binding loopsFabian Kosmale2020-08-122-9/+29
* Do not set QQmlPropertyBinding until we reach finalizeFabian Kosmale2020-08-122-2/+11
* QQmlPropertyBinding: use QMetaType::equals for comparisonFabian Kosmale2020-08-121-4/+4
* Fix tst_qqmlvaluetypes::toStringConversionFawzi Mohamed2020-08-061-8/+2
* QQmlInfo: print ancestor of object if it has no QML engineMitch Curtis2020-07-271-3/+16
* QQmlIRLoader: Restore inline components correctlyFabian Kosmale2020-07-221-0/+1
* Restrict qmlRegisterTypesAndRevisions to major version givenUlf Hermann2020-07-161-0/+4
* Adapt to new members in QMetaTypeInterfaceUlf Hermann2020-07-151-0/+2
* Adjust qqmlpropertybinding to the changes in QPropertyLars Knoll2020-07-152-16/+19
* Add equality operators for QQmlError and QQmlRefPointerUlf Hermann2020-07-153-0/+13
* QQmlListReference: add operator==Fabian Kosmale2020-07-132-0/+11
* Add userdata callback to qml registrationMaximilian Goldstein2020-07-108-34/+39
* Fix QQmlValueTypeWrapper::method_toString()Ulf Hermann2020-07-091-3/+4
* Compile against latest qtbaseLars Knoll2020-07-092-7/+12
* QQmlMetaTypeData: Key nameToType by QHashedStringUlf Hermann2020-06-292-2/+5
* Match specific module imports also for versionless QML importsUlf Hermann2020-06-296-167/+253