aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* definetypes.qdoc: Add note about include path prefixesMaximilian Goldstein2021-01-041-0/+1
* QJSValue: Add a toPrimitive() methodUlf Hermann2020-12-192-0/+34
* QJSManagedValue: Throw an exception when trying to call a non-callableUlf Hermann2020-12-191-3/+18
* QJSPrimitiveValue: Add a toVariant() method and ctor from QVariantUlf Hermann2020-12-181-0/+42
* Add a QJSManagedValueUlf Hermann2020-12-1813-65/+1374
* Allow JavaScript primitive type transformations inline in C++Ulf Hermann2020-12-1815-59/+1099
* QML: Fix proxy iterationFabian Kosmale2020-12-171-2/+6
* JIT: When making memory writable, include the exception handlerUlf Hermann2020-12-173-6/+22
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-169-13/+13
* Automatically create qmllint targets for modulesMaximilian Goldstein2020-12-161-0/+18
* qmlfunctions.doc: Improve qmlRegisterSingleton documentationMaximilian Goldstein2020-12-151-4/+3
* qqmltypeloader: Allow pluginless qmldir + declarative type registrationFabian Kosmale2020-12-151-1/+9
* docs/QML_ELEMENT: Warn about possible namespace conflictsMaximilian Goldstein2020-12-151-0/+4
* QQmlMetaType: Remove lists setFabian Kosmale2020-12-112-6/+6
* QQmlMetaType: Get rid of objectsFabian Kosmale2020-12-112-9/+6
* Clean up (QQmlEnginePrivate|QQmlMetaType)::toQObjectFabian Kosmale2020-12-112-9/+2
* Respect QML_DISABLE_DISK_CACHE also for caches built into the binaryUlf Hermann2020-12-104-8/+27
* Support namespaced QML_ELEMENTMaximilian Goldstein2020-12-101-2/+9
* QV4 Engine: Remove MSVC special casingFabian Kosmale2020-12-103-18/+2
* Fix IC properties in same fileFabian Kosmale2020-12-104-3/+37
* CMake: Disable static plugin imports for qml static pluginsAlexandru Croitor2020-12-101-0/+3
* Doc: Fix occurrences of \Q_OBJECT in code snippetsTopi Reinio2020-12-086-73/+260
* QJSValue: Add toVariant() overload with conversion behaviorUlf Hermann2020-12-072-12/+50
* Allow checking for and catching errors from QJSEngineUlf Hermann2020-12-072-0/+29
* Allow the QML console methods to be called from outside JSUlf Hermann2020-12-071-3/+4
* Remove unused functionVolker Hilsheimer2020-12-041-3/+0
* V4: Add reset() method to the byte code handlerUlf Hermann2020-12-041-0/+1
* Fix qdoc warning, document macro parameterVolker Hilsheimer2020-12-041-1/+1
* qv4qmlcontext: Fix bounded signal expressions when debuggingMaximilian Goldstein2020-12-041-2/+2
* QML engine: Fix binding setupFabian Kosmale2020-12-031-2/+2
* QML engine: Deprecate DefaultMethodFabian Kosmale2020-12-031-1/+7
* Doc: Do not highlight "Writing QML Extensions with C++" exampleKai Koehne2020-12-031-2/+0
* Don't return reference to temporary QModelIndexVolker Hilsheimer2020-12-031-1/+1
* Simplify QQmlPropertyCache::isDynamicMetaObjectFabian Kosmale2020-12-031-1/+1
* QQmlValueTypeFactory: remove bespoke Qt type cacheFabian Kosmale2020-12-031-37/+21
* QQmlPropertyCache: Remove unused copyAndAppend overloadFabian Kosmale2020-12-032-13/+0
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-0317-83/+97
* Mark url as builtin typeUlf Hermann2020-12-023-1/+15
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-12-021-1/+1
* Fix documentation for qmlInfo, qmlDebug and qmlWarningAndreas Buhr2020-12-021-18/+15
* Fix usage of oldcode and newcode in qt6-changes.qdocAndreas Buhr2020-12-021-2/+2
* Let AOT-compiled functions modify their argumentsUlf Hermann2020-12-022-2/+2
* Construct arguments for AOT-compiled functions before metaTypeFromJSUlf Hermann2020-12-021-2/+1
* Remove the property cache from QQmlValueTypeWrapperLars Knoll2020-12-025-114/+124
* Remove the pointer to the property cache in QObjectMethodFabian Kosmale2020-12-022-17/+2
* Unify overload resolution code and introduce a cacheFabian Kosmale2020-12-023-175/+78
* QQmlPropertyCacheCreator: return metatype in metaTypeForParameterFabian Kosmale2020-12-021-12/+12
* Allow passing --qmljs-runtime to the qmlcachegen implementationUlf Hermann2020-12-021-0/+5
* Allow passing --direct-calls to the qmlcachegen implementationUlf Hermann2020-12-011-0/+6
* Porting guide: Document URL resolution changeFabian Kosmale2020-11-301-0/+22