aboutsummaryrefslogtreecommitdiffstats
path: root/src/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
* 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
* Make the qtquick and qtqml plugins optionalUlf Hermann2020-07-022-2/+15
* Doc:Update docs with cmake package informationNico Vertriest2020-07-021-0/+1
* Remove qmake wildcard in masm.priFriedemann Kleint2020-06-302-7/+76
* 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-2610-18/+18
* qv4dateobject.cpp: USE_QTZ_SYSTEM_TIMEZONE on more platformsUlf Hermann2020-06-251-2/+19
* 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-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