aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Show a tableview even if the syncView has an empty modelAndy Shaw2020-12-091-5/+2
* Doc: Fix occurrences of \Q_OBJECT in code snippetsTopi Reinio2020-12-086-73/+260
* qqmlistmodel: Fix crash when modelCache is nullMaximilian Goldstein2020-12-081-1/+1
* QSGTexture: fix unused warningFabian Kosmale2020-12-071-0/+3
* 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
* Kill Flickable's wheel momentum if angleDeltas not multiples of 120Shawn Rutledge2020-12-072-34/+127
* Avoid unused parameter in QSGRhiSupport in certain configsLaszlo Agocs2020-12-071-0/+4
* QmlCompiler: Don't add imports with "as" to the contextUlf Hermann2020-12-052-5/+3
* 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
* Document how to use CMake for Qt QuickKai Koehne2020-12-043-1/+41
* 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-032-2/+10
* qmldom: DomItem and common APIFawzi Mohamed2020-12-0310-16/+4186
* QmlCompiler: Make QQmlJSScope const-correctUlf Hermann2020-12-031-2/+19
* 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-0321-104/+119
* Document how to use CMake for Qt QuickTestKai Koehne2020-12-034-18/+51
* Mark url as builtin typeUlf Hermann2020-12-024-1/+21
* 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
* Add documentation dependency to qtshadertoolsAndreas Buhr2020-12-021-1/+2
* Fix usage of oldcode and newcode in qt6-changes.qdocAndreas Buhr2020-12-021-2/+2
* Let AOT-compiled functions modify their argumentsUlf Hermann2020-12-023-6/+6
* Quick: Fortify QQuickApplication ctorUlf Hermann2020-12-021-12/+13
* 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
* qmldom: Add Path and ErrorMessage to DomFawzi Mohamed2020-12-019-0/+2587
* Fix documentation links to High DPI documentationAndreas Buhr2020-12-011-1/+1
* Allow passing --direct-calls to the qmlcachegen implementationUlf Hermann2020-12-011-0/+6
* builtins.qmltypes: Rename varargs to QQmlV4FunctionUlf Hermann2020-12-011-9/+12
* Adjust builtins.qmltypesUlf Hermann2020-12-011-1/+1
* Allow parent to filter out-of-bounds synth-mouse for grabbing handlerShawn Rutledge2020-11-302-5/+13
* 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