aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix crash when calling hasOwnProperty() on proxy objectRichard Weickelt2020-11-241-4/+6
* Empty the ShaderEffect content cache on releaseResourcesLaszlo Agocs2020-11-242-0/+12
* Simplify ShaderEffect's internal shaderInfoCacheLaszlo Agocs2020-11-241-23/+5
* Remove unused external function declaration in ShaderEffectLaszlo Agocs2020-11-241-2/+0
* Purge renderpass refs from renderer when redirecting via QRhiRtLaszlo Agocs2020-11-242-7/+9
* QQuickTextInput: Store mask data in std::unique_ptrFabian Kosmale2020-11-242-5/+5
* Accessibility event is sent on item's geometry changePiotr Mikolajczyk2020-11-241-0/+8
* CMake: Change generated resources namingAlexey Edelev2020-11-241-4/+1
* QtQmlCompiler: Notify any AOT compiler about binding scope and objectUlf Hermann2020-11-242-4/+14
* Remove unnecessary static_castVolker Hilsheimer2020-11-241-1/+1
* Don't deliver to non-grabbing pointerhandlers if a point is grabbedShawn Rutledge2020-11-231-2/+4
* QQuickStyledText: Avoid warning about setFontFamilyFabian Kosmale2020-11-231-1/+1
* QQuickParticleAffector: Fix warnings about copying non-shared containersFriedemann Kleint2020-11-231-2/+2
* Fix QML property cache leaks of delegate itemsAndrei Golubev2020-11-231-1/+10
* qmldom: Start of the Qml Dom libraryFawzi Mohamed2020-11-238-0/+575
* qmlfunctions.qdoc: Add QML_IMPLEMENTS_INTERFACESMaximilian Goldstein2020-11-231-1/+16