aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVectorJarek Kobus2020-06-253-18/+16
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-2414-63/+225
* Replace QQmlBoundSignalExpressionPointer with QQmlRefPointerUlf Hermann2020-06-247-139/+10
* QQmlPropertyCache: Don't retrieve metaObjectOffset() twiceUlf Hermann2020-06-241-1/+1
* qqmlobjectcreator: Fix a typo in translation stringLiang Qi2020-06-231-1/+1
* Document how to use CMake for Qt QmlKai Koehne2020-06-235-79/+25
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-224-28/+7
* Doc: Update QML connection inline snippetPaul Wicking2020-06-221-1/+1
* qqmltypecompiler: Be more careful when resolving enumsFabian Kosmale2020-06-221-4/+14
* Revert "Decode directory separators in source URLs"Ulf Hermann2020-06-223-20/+10
* 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-1644-230/+229
* QQmlEngine: Remove ownedByQml1 checksFabian Kosmale2020-06-161-9/+0
* Make QQmlContext::resolveUrl() constUlf Hermann2020-06-164-17/+20
* CMake: Fix failing 32 bit debug builds on MinGWAlexandru Croitor2020-06-151-0/+8
* Remove QtQuick.Window pluginUlf Hermann2020-06-151-0/+2
* Fix QQmlPropertyBinding::evaluateFabian Kosmale2020-06-151-1/+6
* Doc: Improve documentation for DateKai Koehne2020-06-121-12/+36
* Adapt to metaobject changesFabian Kosmale2020-06-123-48/+8
* Fix lexer line number if code contains continuation stringsChristian Stenger2020-06-121-1/+4
* Doc: Update example of QML int valueYuya Nishihara2020-06-121-1/+1
* Doc: Clarify exact range of QML int valueYuya Nishihara2020-06-121-1/+1
* 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-106-55/+198
* 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-108-170/+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-0910-73/+144
* Add a wrapper class for the meta object in the property cacheLars Knoll2020-06-082-22/+62
* Prevent premature child destructionFabian Kosmale2020-06-081-2/+2
* Fix a tracepointGiuseppe D'Angelo2020-06-071-1/+1
* QQmlImport: Make plugin resolution functions const and publicUlf Hermann2020-06-052-6/+6
* Fix race condition in QQmlData::createPropertyCacheFabian Kosmale2020-06-056-16/+18
* Fix build without features.translationTasuku Suzuki2020-06-051-1/+1
* CMake: Regenerate configure.cmake filesAlexandru Croitor2020-06-042-0/+228