aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-263-5/+5
* Drop special casing of QDateTime when setting valuesUlf Hermann2020-06-252-10/+2
* QQmlPropertyBinding: convert to correct typeFabian Kosmale2020-06-251-2/+4
* Use QList instead of QVectorJarek Kobus2020-06-253-18/+16
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-2410-55/+154
* Replace QQmlBoundSignalExpressionPointer with QQmlRefPointerUlf Hermann2020-06-245-135/+8
* QQmlPropertyCache: Don't retrieve metaObjectOffset() twiceUlf Hermann2020-06-241-1/+1
* qqmlobjectcreator: Fix a typo in translation stringLiang Qi2020-06-231-1/+1
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-224-28/+7