aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvmemetaobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prepare for white allocations (7/9): QQuick(Window|View)Fabian Kosmale2024-03-051-1/+1
* Prepare for white allocations during gc (2/9): QQmlVMEMetaObjectFabian Kosmale2024-03-051-0/+6
* QML: Before processing deep aliases, remove pending bindingsUlf Hermann2023-11-091-8/+18
* QtQml: Do not gc objects stored in QML-declared list propertiesUlf Hermann2023-10-241-22/+49
* QmlCompiler: Reject calls to one of multiple fuzzy overloadsUlf Hermann2023-10-231-2/+2
* QtQml: Fix return type constructions when calling methodsUlf Hermann2023-10-071-4/+0
* QML: Un-specialcase QStringList and QVariantList conversionUlf Hermann2023-06-301-2/+16
* V4: Discern between named builtins and optimizations for common typesUlf Hermann2023-05-161-30/+63
* Use new rvalue overload of QMetaProperty::writeOnGadget()Marc Mutz2023-05-021-1/+1
* Only signal list variable assignment onceMikolaj Boc2023-04-221-62/+58
* Correctly discover metaType for UntypedProxyPropertyMikolaj Boc2023-04-051-0/+9
* QML: Fix interceptors on value types ignoring fast changesUlf Hermann2023-01-251-53/+63
* QQmlNotifier: Guard against broken meta objects when disconnectingUlf Hermann2022-11-291-2/+2
* QML: Monkey-patch thread safety issue with dynamic metaobjectsUlf Hermann2022-11-241-2/+12
* QtQml: Recognize JavaScript null as equivalent to nullptr QObject*Ulf Hermann2022-11-221-1/+1
* Recursively write back value types and sequencesUlf Hermann2022-10-191-2/+24
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-2/+2
* QML: Drop the "succeeded" out parameters from SequencePrototypeUlf Hermann2022-10-071-4/+4
* V4: Drop extra QVariant parameter from fromData()Ulf Hermann2022-10-071-4/+4
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-201-1/+1
* QtQml: Remove unused includes in qml, final partSemih Yavuz2022-09-141-6/+0
* QQmlVMEMetaObjectEndpoint: ensure property cache before accessing itSami Shalayel2022-09-071-4/+1
* Fix array-like methods on V4 sequencesUlf Hermann2022-07-191-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-39/+3
* Allow retrieval of sequences from QJSValueUlf Hermann2022-06-021-2/+2
* Generalize role selection mechanism from QQuickComboBoxUlf Hermann2022-05-111-3/+3
* QML: Port QV4::CompiledData::Property to new special integer bitfieldUlf Hermann2022-05-111-2/+2
* QML: Port QV4::CompiledData::Alias to new special integer bitfieldUlf Hermann2022-05-111-8/+10
* Use const QQmlPropertyCache wherever possibleUlf Hermann2022-03-141-3/+3
* Cleanup QQmlGuard and related classesFabian Kosmale2022-02-211-12/+9
* QML: Allow named lists of value typesUlf Hermann2022-01-281-153/+210
* Allow custom named value types in QMLUlf Hermann2022-01-251-42/+76
* Move propertyCache- and metaObject-related functions into QQmlMetaTypeUlf Hermann2022-01-181-2/+1
* Inline the pre-checks for QQmlInterceptorMetaObject::interceptUlf Hermann2022-01-181-81/+75
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-1/+2
* Avoid QAbstractDynamicMetaObject where possibleUlf Hermann2021-10-121-22/+19
* Adapt to changed return value for toDynamicMetaObject()Ulf Hermann2021-10-081-1/+1
* Fix warnings when which are treated as errors with -developer-buildAssam Boudjelthia2021-10-041-1/+1
* Eliminate JS call frame from metatypes callsUlf Hermann2021-06-101-2/+2
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-5/+7
* QQmlPropertyValueInterceptor: Add binding interception supportFabian Kosmale2021-05-041-4/+10
* Avoid needless construction and destruction of return valuesUlf Hermann2021-03-291-0/+4
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-251-1/+1
* Compare metatype directlyFabian Kosmale2021-03-251-1/+1
* Optimize stack frame setup for AOT compiled functionsUlf Hermann2021-03-231-23/+8
* Assert that pointer is non-nullFabian Kosmale2021-03-171-0/+2
* Clean up JSCallData setupUlf Hermann2021-03-171-3/+3
* metaTypeToJS: use QMetaType instead of idFabian Kosmale2021-02-191-1/+1
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-1/+1
* QQmlInterceptorMetaObject::intercept: Avoid metatype<->id ping-pongFabian Kosmale2021-02-081-4/+3