aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Fix occurrences of \Q_OBJECT in code snippetsTopi Reinio2020-12-083-73/+12
* Allow the QML console methods to be called from outside JSUlf Hermann2020-12-071-3/+4
* QML engine: Fix binding setupFabian Kosmale2020-12-031-2/+2
* QML engine: Deprecate DefaultMethodFabian Kosmale2020-12-031-1/+7
* Simplify QQmlPropertyCache::isDynamicMetaObjectFabian Kosmale2020-12-031-1/+1
* QQmlValueTypeFactory: remove bespoke Qt type cacheFabian Kosmale2020-12-031-37/+21
* QQmlPropertyCache: Remove unused copyAndAppend overloadFabian Kosmale2020-12-032-13/+0
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-0315-71/+83
* Fix documentation for qmlInfo, qmlDebug and qmlWarningAndreas Buhr2020-12-021-18/+15
* Let AOT-compiled functions modify their argumentsUlf Hermann2020-12-021-1/+1
* Remove the property cache from QQmlValueTypeWrapperLars Knoll2020-12-022-105/+118
* Unify overload resolution code and introduce a cacheFabian Kosmale2020-12-021-2/+2
* QQmlPropertyCacheCreator: return metatype in metaTypeForParameterFabian Kosmale2020-12-021-12/+12
* Shortcut conversions of common data typesLars Knoll2020-11-271-0/+59
* QML: Introduce "pragma Strict"Ulf Hermann2020-11-261-3/+9
* Merge fastFlagsForProperty with flagsForPropertyFabian Kosmale2020-11-261-37/+19
* QML engine: Use QMetaType instead of metatype-id in propertydataFabian Kosmale2020-11-2616-156/+161
* Get rid of the QQmlStaticMetaObjectLars Knoll2020-11-266-126/+12
* Make QQmlMetaObject independent of the property cacheLars Knoll2020-11-264-159/+31
* Always fully resolve property data on creationFabian Kosmale2020-11-264-93/+9
* QQmlPropertyCache: Use IsQmlList flagFabian Kosmale2020-11-261-0/+2
* Allow retrieving an imported script from a QML contextUlf Hermann2020-11-252-0/+13
* Mark QQmlListProperty as a QML list in QMetaTypeFabian Kosmale2020-11-251-1/+6
* qqml.h: Add QML_IMPLEMENTS_INTERFACESMaximilian Goldstein2020-11-231-0/+4
* V4: Allow passing arguments to AOT-compiled functionsUlf Hermann2020-11-202-2/+4
* QtQml: document qmlExecuteDeferred as internalFabian Kosmale2020-11-191-0/+3
* Remove compatibility shim from qmlinfo.{cpp|h}Ulf Hermann2020-11-193-53/+19
* tst_qqmlproperty: Fix interfaceBinding crash on MSVC 2019Maximilian Goldstein2020-11-181-2/+6
* QQmlEngine::captureProperty(): Don't capture constant propertiesUlf Hermann2020-11-121-1/+1
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-114-8/+120
* QQmlPropery: Add seed to qHashFabian Kosmale2020-11-111-2/+2
* Add debug trace when a static plugin is loadedAlexandru Croitor2020-11-101-0/+5
* Remove assert in QQmlPropertyThomas Hartmann2020-11-101-1/+0
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-096-762/+542
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-096-31/+31
* Doc:: Fix documentation warnings for Qt QMLTopi Reinio2020-11-054-6/+7
* Adjust to QPropertyBindingPrivate not using std::function anymoreFabian Kosmale2020-11-042-9/+44
* Expose QQmlPlatform and QQmlApplication to QMLUlf Hermann2020-11-032-0/+5
* QML: Allow singleton types to be extendedUlf Hermann2020-11-028-44/+109
* QML: Allow singletons to be created with a factory functionUlf Hermann2020-11-021-8/+56
* QML: Allow namespaces as extensions to typesUlf Hermann2020-11-026-16/+44
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-312-2/+2
* Standardize QJsonArray iterationDavid Skoland2020-10-281-2/+2
* QML: Drop thisObject from writeToConsoleUlf Hermann2020-10-281-11/+11
* Inline components: Fix custom parser supportFabian Kosmale2020-10-281-0/+6
* qqmlmetatypemodule: Fix maximumMinorVersion() returning bad valuesMaximilian Goldstein2020-10-272-2/+5
* qml: Move more types into builtins.qmltypesMaximilian Goldstein2020-10-261-1/+0
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-231-1/+1
* QQmlEngine: Add method to explicitly capture a propertyUlf Hermann2020-10-233-9/+22
* qqmlvaluetypes: Add a few missing toString methodsMaximilian Goldstein2020-10-232-0/+19