aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* qqmltypecompiler: Be more careful when resolving enumsFabian Kosmale2020-06-221-4/+14
* Revert "Decode directory separators in source URLs"Ulf Hermann2020-06-222-17/+9
* Fix QQmlContext::nameForObject Qt 6 todoFabian Kosmale2020-06-202-3/+2
* Remove non-const overload of QQmlApplicationEngine::rootObjectsFabian Kosmale2020-06-202-14/+0
* Lock all type modules of the same URI when importing a pluginUlf Hermann2020-06-183-6/+21
* QQmlMetaTypeData: Use a better container for the type modulesUlf Hermann2020-06-183-58/+77
* Refactor QQmlMetaTypeData::VersionedUri a bitUlf Hermann2020-06-181-7/+10
* Unify error messages in qqmlimport.cppUlf Hermann2020-06-171-30/+31
* Drop the "plugin cannot be loaded" extension to error messagesUlf Hermann2020-06-171-16/+0
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-1618-59/+59
* QQmlEngine: Remove ownedByQml1 checksFabian Kosmale2020-06-161-9/+0
* Make QQmlContext::resolveUrl() constUlf Hermann2020-06-164-17/+20
* Remove QtQuick.Window pluginUlf Hermann2020-06-151-0/+2
* Fix QQmlPropertyBinding::evaluateFabian Kosmale2020-06-151-1/+6
* Adapt to metaobject changesFabian Kosmale2020-06-123-48/+8
* QML: Fix precedence of module importsUlf Hermann2020-06-116-39/+71
* QQmlImport: Parse resource paths from QML2_IMPORT_PATHUlf Hermann2020-06-101-6/+22
* Deduplicate the import resolution algorithmUlf Hermann2020-06-101-53/+5
* Warn circular dependency when loading typesJaeyoon Jung2020-06-101-0/+6
* Fix baseUrl returning an empty urlJaeyoon Jung2020-06-101-1/+3
* Lock the mutex when accessing QQmlTypeModule::m_importsUlf Hermann2020-06-101-0/+3
* Un-pimpl QQmlModuleImportUlf Hermann2020-06-106-168/+61
* QQmlTypeModule: Clean up remove loopUlf Hermann2020-06-101-11/+1
* QQmlIncubator: remove deprecated codeFabian Kosmale2020-06-093-35/+1
* QQmlMetaType: Drop unneeded second arguments to QHash::value()Ulf Hermann2020-06-091-3/+3
* QQmlTypePrivate: do not abuse volatile for atomicFabian Kosmale2020-06-093-12/+14
* Add methods to programatically insert qmldir import statementsUlf Hermann2020-06-098-3/+99
* Remove uri member from loaded plugins mapUlf Hermann2020-06-091-19/+4
* QML imports: Improve naming and safety of path-to-plugin mapUlf Hermann2020-06-091-48/+63
* Allow QML plugins to be optionalUlf Hermann2020-06-095-67/+97