aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix missing 'We mean it' warning for generated qml_compile_hash_p.hKai Köhne2021-04-011-0/+15
* CMake: Account for qtbase refactoring in qt_internal_add_plugin()Craig Scott2021-03-311-15/+44
* Prevent CMP0116 warning with CMake 3.20 or laterCraig Scott2021-03-301-9/+16
* qqmlapplicationengine: Handle errors during component creationMaximilian Goldstein2021-03-301-0/+8
* Remove unnecessary forward declarationAndy Shaw2021-03-251-1/+0
* QQmlContext: Mark importedScript() as internalUlf Hermann2021-03-231-0/+3
* QQmlPrivate: Check for frame before setting instruction pointerUlf Hermann2021-03-191-1/+2
* Correctly specify extension type for model index value typesFabian Kosmale2021-03-161-0/+3
* CMake: Fix argument handling in qt_internal_add_qml_module() and friendsCraig Scott2021-03-152-174/+106
* Replace std::variant with tagged union in QJSPrimitiveValueUlf Hermann2021-03-122-35/+176
* Fix the argument removal in qt_internal_add_qml_moduleUlf Hermann2021-03-111-1/+3
* Ensure that the case of the path will match then QUrl for a UNC pathAndy Shaw2021-03-091-3/+8
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-082-13/+11
* QQmlIncubator: handle clear inside setinitialStateFabian Kosmale2021-03-041-1/+1
* CMake: Remove INSTALL_QML_FILES optionUlf Hermann2021-03-012-18/+1
* Use the correct metaObject in captureProperty()Ulf Hermann2021-03-011-23/+30
* QML engine internals: Do not require mutable QObject pointerFabian Kosmale2021-02-285-12/+10
* Add finalizer to call qt6_import_qml_plugins() automaticallyCraig Scott2021-02-242-0/+24
* CMake: Handle the case of QML resources in the BINARY directoryJarkko Koivikko2021-02-231-1/+6
* Fix QJSValue singletons only supporting object typesMaximilian Goldstein2021-02-222-8/+20
* QML: Make retrieval of a signal name from a handler accessibleUlf Hermann2021-02-193-18/+28
* docs: Fix documentation of the Locale numberOptions propertyShawn Rutledge2021-02-191-1/+1
* QQmlProperty: document propertyMetaTypeFabian Kosmale2021-02-191-2/+9
* QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-191-0/+4
* Doc: Fix warnings about snippets in qtdeclarativeNico Vertriest2021-02-192-3/+8
* QML: Do not JIT-compile AOT-compiled functionUlf Hermann2021-02-191-2/+4
* CMake: Fix dependencies between metatypes and qmltypesUlf Hermann2021-02-191-0/+1
* QJSPrimitiveValue: Implement modulo operatorUlf Hermann2021-02-191-0/+28
* QJSValue: Allow casting integers to enumsUlf Hermann2021-02-191-0/+8
* Fix lookup of existing inline components by nameUlf Hermann2021-02-191-1/+1
* QML: Warn about usage of injected signal parametersUlf Hermann2021-02-129-23/+85
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-126-11/+11
* Doc: Avoid unqualified lookup in the signals documentationUlf Hermann2021-02-121-2/+2
* QML: Warn about variables being used before their declarationUlf Hermann2021-02-124-13/+35
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-101-1/+1
* Doc: Update type registration flowchartUlf Hermann2021-02-093-0/+3
* Return errors if validation of inline components failsUlf Hermann2021-02-081-1/+3
* QSequentialAnimationGroupJob: Protect against self-deletionUlf Hermann2021-02-052-9/+9
* 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