aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace some more foreach with ranged forVolker Hilsheimer2020-11-302-3/+4
* Fix Animators requiring an explicit from valueRobert Griebl2020-11-282-3/+7
* Shortcut conversions of common data typesLars Knoll2020-11-271-0/+59
* Correct height properties for QQuickText with reducing lineHeightReinhard Raschbauer2020-11-261-12/+13
* QML: Introduce "pragma Strict"Ulf Hermann2020-11-264-8/+21
* CMake: Fix broken static plugins linkingAlexey Edelev2020-11-261-1/+1
* qmltypes.prf: Take abi into account for *_metatypes.json file namesAlessandro Portale2020-11-261-1/+2
* 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
* Always fully resolve property data on creationFabian Kosmale2020-11-264-93/+9
* Change QQuickRenderControlPrivate from autotest to private exportLaszlo Agocs2020-11-261-1/+1
* QQmlPropertyCache: Use IsQmlList flagFabian Kosmale2020-11-261-0/+2
* Doc: Fix language according to clang-formatJerome Pasion2020-11-264-32/+29
* Doc: Remove version numbers for import statementJerome Pasion2020-11-2615-49/+47
* Respect QV4_FORCE_INTERPRETER when AOT compiled functions are availableUlf Hermann2020-11-261-1/+3
* qml/doc: Add QV4 debugging informationMaximilian Goldstein2020-11-262-3/+11
* QJSValue: On toVariant() don't try to unwrap function objectsUlf Hermann2020-11-261-2/+4
* QmlCompiler: Mark the global scope as compositeUlf Hermann2020-11-261-0/+1
* Doc: Document pooled(), reused() signals for ListView QML typeTopi Reinio2020-11-251-1/+32
* Doc: Fix documentation dependenciesTopi Reinio2020-11-252-2/+26
* Remove most examples/demos from highlighted listVolker Hilsheimer2020-11-251-7/+1
* Allow retrieving an imported script from a QML contextUlf Hermann2020-11-252-0/+13
* QmlCompiler: Unify parsing of QML components, JS programs, ES modulesUlf Hermann2020-11-254-74/+96
* Mark QQmlListProperty as a QML list in QMetaTypeFabian Kosmale2020-11-251-1/+6
* Fix compiler warningVolker Hilsheimer2020-11-251-2/+2
* Replace a bunch of foreach with ranged forVolker Hilsheimer2020-11-252-27/+27
* Doc: Remove version numbers for import statementJerome Pasion2020-11-2418-33/+40