aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Uniformly support shebangFawzi Mohamed2021-02-151-0/+14
* QQmlPropertyBinding: Create more verbose binding loop warningFabian Kosmale2021-02-151-1/+6
* QML: Warn about usage of injected signal parametersUlf Hermann2021-02-129-23/+85
* Support runtime functions evaluation by index through QQmlEngineAndrei Golubev2021-02-124-0/+58
* Transform JSCallData args setting into a functionAndrei Golubev2021-02-124-22/+85
* Unregister value types when tearing down QML typesUlf Hermann2021-02-1218-210/+154
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-126-11/+11
* Doc: Add missing \inmodule commandNico Vertriest2021-02-122-0/+3
* Doc: Fix CI warnings qtdeclarativeNico Vertriest2021-02-121-10/+10
* Doc: Avoid unqualified lookup in the signals documentationUlf Hermann2021-02-121-2/+2
* QML: Warn about variables being used before their declarationUlf Hermann2021-02-114-13/+35
* QHashedString(Ref): Use QStringView internallyFabian Kosmale2021-02-113-99/+28
* Restore String size assertFabian Kosmale2021-02-101-0/+2
* QV4::Lookup: update comment about gc assumptionFabian Kosmale2021-02-101-0/+1
* QQmlPropertyPrivate: Remove documentation about flags parameterFabian Kosmale2021-02-101-3/+0
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-101-1/+1
* Support and prefer QML_IMPORT_PATH over QML2_IMPORT_PATHUlf Hermann2021-02-105-36/+49
* Use QLibraryInfo::QmlImportsPath rather than Qml2ImportsPathUlf Hermann2021-02-093-5/+5
* Doc: Update type registration flowchartUlf Hermann2021-02-093-0/+3
* Reimplement Math.hypot() using QHypotHelperEdward Welbourne2021-02-091-21/+6
* qqmlengine: Fix some warnings not being displayed correctlyMaximilian Goldstein2021-02-091-8/+8
* Return errors if validation of inline components failsUlf Hermann2021-02-081-1/+3
* QQmlInterceptorMetaObject::intercept: Avoid metatype<->id ping-pongFabian Kosmale2021-02-081-4/+3
* qjsengine: Clarify to/fromScriptValue documentationMaximilian Goldstein2021-02-081-0/+2
* qqmlproxymetaobject: Support invoking methods and slotsMaximilian Goldstein2021-02-052-31/+55
* Use a QDoubleEndedList for the children of animation group jobsUlf Hermann2021-02-0510-115/+385
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-052-9/+9
* QmlBind: support bindable propertiesFabian Kosmale2021-02-031-9/+40
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-031-0/+7
* Fix Math.round edge-caseAllan Sandfeld Jensen2021-02-021-3/+6
* Add 'MANUAL_MOC_JSON_FILES' support by 'qt6_qml_type_registration'Alexey Edelev2021-02-021-1/+6
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-011-1/+2
* Fix cmake dependencies around qmltypes filesUlf Hermann2021-02-011-1/+8
* Move implementation of functions declared in qqml.h into qqml.cppUlf Hermann2021-01-292-74/+76
* QML value types: Properly apply the QML_EXTENDED trick everywhereUlf Hermann2021-01-291-0/+5
* Doc: Describe QML_FOREIGN in "Defining QML Types from C++"Ulf Hermann2021-01-291-0/+26
* V4: Store instruction pointer before CmpInUlf Hermann2021-01-272-0/+2
* fix not initialized enum error valueTim Jenssen2021-01-261-1/+1
* Allow AOT compiled functions to set the instruction pointerUlf Hermann2021-01-262-2/+8
* qmltyperegistrar: Make sure we have metatypes for all QML typesUlf Hermann2021-01-251-0/+24
* QQmlPropertyCache: use more efficient addProperty overloadFabian Kosmale2021-01-251-1/+2
* Don't register invalid metatypes in QQmlMetaTypeDataUlf Hermann2021-01-251-5/+0
* Move qmlRegisterUncreatableMetaObject to qqml.cppUlf Hermann2021-01-252-34/+33
* QQmlPropertyBinding: improve error reportingFabian Kosmale2021-01-253-7/+77
* QAnimationGroupJob: Don't call virtual functions from dtorUlf Hermann2021-01-222-23/+42
* Export QML and Quick value typesUlf Hermann2021-01-221-8/+8
* QJSEngine: Add a function to throw a pre-generated error objectUlf Hermann2021-01-222-0/+15
* fix no translation buildTim Jenssen2021-01-211-0/+2
* Use new QObjectPrivate connection mechanism in dynamic connectionsAndrei Golubev2021-01-211-2/+18
* Doc: Change section about writing a qmltypes fileUlf Hermann2021-01-201-102/+8