aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* 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-302-2/+2
* Do proper memory management on the metatype interfaces we createLars Knoll2020-08-285-21/+86
* Fix QtQml after QMetaType/QVariant changes in Qt CoreLars Knoll2020-08-286-107/+105
* Always group the metaType and listType togetherLars Knoll2020-08-285-20/+16
* Remove deprecated registration functionsFabian Kosmale2020-08-271-42/+0
* Document QML_FOREIGN_NAMESPACE() macroFawzi Mohamed2020-08-271-1/+20
* import Qt namespace in QtQmlFawzi Mohamed2020-08-272-3/+18
* Remove deprecated function QJSValue::engineFabian Kosmale2020-08-262-22/+0
* CMake: Use strict C++ (no GNU extensions) when compiling qml modulesAlexandru Croitor2020-08-261-0/+1
* Remove deprecated functions involving attached property IDsFabian Kosmale2020-08-256-103/+0
* Remove deprecated QJSEngine::installTranslatorFunctions functionFabian Kosmale2020-08-252-38/+0
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-249-128/+4
* Remove qml statemachine plugin from qtdeclarativeKarsten Heimrich2020-08-2321-1603/+0
* Adapt to qtbase changesFabian Kosmale2020-08-2310-21/+22
* Qt6QmlMacros.cmake: support multiple versions in QT_QML_SOURCE_VERSIONMitch Curtis2020-08-231-6/+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
* CMake: Fix what Android lib suffix should be passed as a defineAlexandru Croitor2020-08-171-1/+1
* CMake: Adjust naming of Qt Qml plugins for AndroidAlexandru Croitor2020-08-171-0/+20
* CMake: Fix incorrect variable name check in qt6_import_qml_pluginsAlexandru Croitor2020-08-161-1/+1
* CMake: Initial work on handling Qt Qml static pluginsAlexandru Croitor2020-08-133-1/+147
* 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
* Use qstrntod instead of qstrtodhjk2020-08-101-4/+2
* Fix tst_qqmlvaluetypes::toStringConversionFawzi Mohamed2020-08-061-8/+2
* Fix compilation with newer qtbaseFabian Kosmale2020-08-061-4/+2
* CMake: Partially fix static qtdeclarative builds when using qmakeAlexandru Croitor2020-08-061-0/+4
* Qt6QmlMacros.cmake: take the file path into consideration when copying QML filesRichard Moe Gustavsen2020-07-301-2/+6
* Support required list propertiesFabian Kosmale2020-07-281-0/+35
* 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
* Require bigobj support for typeregistrar filesFabian Kosmale2020-07-101-0/+2
* 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-094-11/+16
* docs: Mention URL object in url documentationMaximilian Goldstein2020-07-091-0/+5
* qmlimportscanner: Use QmlDirParserUlf Hermann2020-07-082-6/+6
* Give a better score for methods with a convertable type when matchingAndy Shaw2020-07-031-1/+4
* URL: Allow non-string parametersMaximilian Goldstein2020-07-031-5/+1
* doc: Explain how to work around the linker removing registrationsUlf Hermann2020-07-021-0/+17