aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* CMake: Fix resource object file paths in qml plugin prl filesAlexandru Croitor2020-11-301-2/+4
* Shortcut conversions of common data typesLars Knoll2020-11-271-0/+59
* QML: Introduce "pragma Strict"Ulf Hermann2020-11-264-8/+21
* CMake: Fix broken static plugins linkingAlexey Edelev2020-11-261-1/+1
* Merge fastFlagsForProperty with flagsForPropertyFabian Kosmale2020-11-261-37/+19
* QML engine: Use QMetaType instead of metatype-id in propertydataFabian Kosmale2020-11-2617-185/+192
* Get rid of the QQmlStaticMetaObjectLars Knoll2020-11-269-133/+16
* Make QQmlMetaObject independent of the property cacheLars Knoll2020-11-264-159/+31
* Remove hack to get the methodCount of a metaobjectLars Knoll2020-11-261-17/+4