aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adapt to new MetaObject revisionUlf Hermann2020-06-041-6/+4
* Remove winrtOliver Wolff2020-06-048-61/+26
* QtQml: Use unicode character literalsUlf Hermann2020-06-039-249/+247
* Fix build issue in generating RegExpJitTables.h on WindowsKai Koehne2020-06-031-1/+1
* CMake Build: Ensure right suffix and prefixes for modules / pluginsCristian Adam2020-05-291-0/+9
* cmake: Quote the arguments to CMD's 'set' commandMÃ¥rten Nordheim2020-05-291-1/+1
* CMake: Warn when the qt6_add_qml_module INSTALL_PATH is missingAlexandru Croitor2020-05-291-19/+30
* CMake: Fix qt6_target_qml_files install locationAlexandru Croitor2020-05-291-1/+1
* CMake: Workaround fix to not install example metatypes.json filesAlexandru Croitor2020-05-291-2/+12
* CMake: Explicitly require install location for plugin.qmltypesAlexandru Croitor2020-05-291-29/+36
* CMake: Regenerate qtdeclarative/srcAlexandru Croitor2020-05-292-25/+26
* Fix -Wdeprecated-copy warningsFabian Kosmale2020-05-282-11/+3
* Remove --dependencies option from qmltyperegistrarUlf Hermann2020-05-262-6/+0
* Consistently use pointers for the local variant in findPropertyUlf Hermann2020-05-266-19/+19
* Don't return a pointer to a local in QObjectWrapper::getQmlProperty()Ulf Hermann2020-05-261-1/+1
* Prettify QV4_SHOW_BYTECODE output for JS classesUlf Hermann2020-05-261-11/+12
* Rephrase Chunk::sortIntoBins() for more clarityUlf Hermann2020-05-251-4/+7
* Clarify argument types for QML's Qt.point, Qt.rect, and Qt.sizeSebastian Hartte2020-05-221-3/+3
* Adapt QML's QString-internal hacks to use char16_t, not ushortEdward Welbourne2020-05-201-5/+5
* Fix 'as' binary operation using invalid typesMaximilian Goldstein2020-05-205-2/+44
* Remove dead codeRobert Loehning2020-05-191-4/+2
* Fix qmltypes file names for qmltypes built from librariesUlf Hermann2020-05-191-0/+1
* Add missing since to qmlRegisterSingletonType docsNicolas Fella2020-05-191-0/+1
* QV4Engine: Fix type conversionFabian Kosmale2020-05-191-1/+12
* Remove QML_PLUGINDUMP_DEPENDENCIESUlf Hermann2020-05-191-3/+0
* Remove the last traces of qmlplugindump from the documentationUlf Hermann2020-05-191-15/+9