aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqml.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Properly enforce signatures of AOT-compiled functionsUlf Hermann2024-04-261-0/+16
* Improve error message for broken QML_SINGLETONCarl Schwan2024-04-151-2/+2
* QmlCompiler: Do not use QQmlEngine from current QML contextUlf Hermann2024-03-211-38/+32
* QtQml: Assert on ddata and ddata->propertyCache in doPopulateDeferred()Ulf Hermann2024-03-181-0/+3
* Prepare for white allocations during gc (1/9): Write barrier for LookupsFabian Kosmale2024-03-051-4/+4
* QmlCompiler: Handle non-resettable undefined assignmentUlf Hermann2024-01-251-13/+28
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-111-4/+12
* QtQml: Allow multiple names for C++-based QML typesUlf Hermann2023-11-151-149/+252
* Consider the major version when registering singletonsAlexey Edelev2023-11-101-1/+1
* QtQml: Clear the whole lookup in storeNameSloppy()Ulf Hermann2023-11-021-1/+1
* Throw an exception in loadScopeObjectPropertyLookup when qmlScopeObject is nullDmitrii Akshintsev2023-10-241-0/+6
* QtQml: Don't unnecessarily detour through the CU to look up typesUlf Hermann2023-10-191-6/+0
* QtQml: Store singleton typename as UTF-8 QByteArrayUlf Hermann2023-08-301-2/+2
* QtQml: Key singletons by singleton instance infoUlf Hermann2023-08-301-19/+50
* QtQml: Provide infrastructure for writing back lookupsUlf Hermann2023-08-241-43/+180
* QmlCompiler: Allow construction of Date objectsUlf Hermann2023-08-181-7/+26
* QmlCompiler: Fix console loggingUlf Hermann2023-08-151-2/+4
* Clarify error message for QML type registrationAmanda Hamblin-Trué2023-06-301-2/+3
* QML: Use QQmlType as container for composite types (inline or not)Ulf Hermann2023-06-221-1/+1
* Allow anonymous value types to be constructedUlf Hermann2023-06-051-2/+3
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-091-2/+14
* QmlCompiler: Relax shadowing checkUlf Hermann2023-05-021-18/+140
* QmlCompiler: Use actual type of enums, rather than intUlf Hermann2023-04-261-8/+72
* QmlCompiler: Implement ConvertThisToObject and basic DTZUlf Hermann2023-04-251-0/+6
* QmlCompiler: Use value type ctorsUlf Hermann2023-03-091-0/+8
* QtQml: Always throw when requesting an enum from an invalid singletonUlf Hermann2023-03-011-1/+6
* QtQml: Make QQmlTypeNotAvailable publicUlf Hermann2023-02-281-2/+7
* QML: Fortify qmlExecuteDeferred some moreUlf Hermann2023-02-081-8/+14
* Doc: Recommend putting QML files in the same directory as their modulesUlf Hermann2023-02-031-1/+1
* QML: Turn singleton/type mismatch into a run time type errorUlf Hermann2023-01-271-2/+13
* QML: Output a warning for creatable object types without default ctorUlf Hermann2023-01-231-0/+25
* QQmlPrivate: Don't allocate just to parse a numberMarc Mutz2022-12-271-1/+1
* De-inline QQmlPrivate::revisionClassInfos()Marc Mutz2022-12-271-0/+13
* Fix comparison AOT-lookup and intended type in value typesSemih Yavuz2022-12-051-1/+1
* QmlCompiler: Implement console logging methodsUlf Hermann2022-11-231-0/+53
* Remove signal index mismatch in aot-compiled codeSami Shalayel2022-11-151-1/+2
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-6/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Allow more options for creating value types from JS objectsUlf Hermann2022-09-241-3/+13
* QML: Optimize QObject method callsUlf Hermann2022-09-201-1/+2
* Qml: use an enum for the registration struct versionsUlf Hermann2022-09-141-2/+2
* Do not call metaTypeFromJS on an objectUlf Hermann2022-09-131-3/+2
* QmlCompiler: Allow storeNameSloppy to reset a propertyUlf Hermann2022-07-111-5/+53
* QmlCompiler: Allow wrapping enums into intUlf Hermann2022-07-071-0/+3
* Doc: Add \relates command to documented global functionsTopi Reinio2022-07-011-9/+12
* QmlCompiler: Inline translation methodsUlf Hermann2022-06-241-12/+32
* Qml: Allow major version of module to be zeroAlexandru Croitor2022-06-181-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Support querying indirect extensions for a given objectAndrei Golubev2022-05-121-2/+7
* QML: In captureLookup(), return false if it failsUlf Hermann2022-03-251-2/+1