aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a single code path to load a QShader in QSGRhiShaderEffectNodeLaszlo Agocs2020-11-231-13/+4
* Remove unused 'blob' member in ShaderEffect internalsLaszlo Agocs2020-11-231-1/+0
* Re-enable the caching of shader data loaded from filesLaszlo Agocs2020-11-231-8/+8
* qmlfunctions.qdoc: Add clarification to QML_FOREIGNMaximilian Goldstein2020-11-231-0/+4
* Don't call alloca(0)Ulf Hermann2020-11-231-13/+28
* qmltyperegistrar: Expose interface informationMaximilian Goldstein2020-11-237-5/+68
* qqml.h: Add QML_IMPLEMENTS_INTERFACESMaximilian Goldstein2020-11-231-0/+4
* qmllint: Check qmltypes files in import path for validityUlf Hermann2020-11-221-0/+1
* qmllint: Don't crash when importing ES modulesUlf Hermann2020-11-201-2/+25
* Doc: mention that INCLUDEPATH must be set in some casesMitch Curtis2020-11-201-0/+8
* QQuickListView: Fix warning about cast from ASCIIFriedemann Kleint2020-11-201-1/+1
* Doc: Ensure QQuickWindow::transientParent property is documentedTopi Reinio2020-11-201-0/+1