aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* qqml.h: Add QML_IMPLEMENTS_INTERFACESMaximilian Goldstein2020-11-231-0/+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
* QmlIR: Make sure that all objects receive a locationUlf Hermann2020-10-222-4/+6
* Adjust to QMetaObjectBuilder::MetaObjectFlags changeFabian Kosmale2020-10-213-3/+3
* Adapt QMutexLocker to qtbase changeFabian Kosmale2020-10-182-2/+2
* Fix QProperty property interaction with aliasesFabian Kosmale2020-10-125-5/+24
* QQmlMetaType: Cast the type interfaces to const when deletingUlf Hermann2020-10-121-2/+2
* QPropertyChangeTrigger: Inherit directly from QPropertyObserverFabian Kosmale2020-10-123-11/+15
* Update QStringConverter usageMÃ¥rten Nordheim2020-10-091-2/+2
* QQmlPropertyValidator: only use string converter for stringsFabian Kosmale2020-10-091-10/+26
* Allow optional imports in qmldir filesUlf Hermann2020-10-083-7/+9
* XHR: allow the user to set the User-Agent headerGiuseppe D'Angelo2020-10-061-1/+0
* QQmlMetaType: Grudgingly accept uppercase value typesUlf Hermann2020-10-051-3/+7
* QQmlProperty::write: historical reason does not hold in Qt 6Fabian Kosmale2020-10-031-6/+0
* Use factory functions and ctors for creating value typesUlf Hermann2020-10-0214-80/+101
* V4: Rewrite qv4sequenceobject based on QMetaSequenceUlf Hermann2020-10-029-2/+96
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-281-2/+2
* Export QQmlLocale symbolsVolker Hilsheimer2020-09-281-4/+4
* QQmlTypeCompiler: Resolve aliases earlierFabian Kosmale2020-09-231-11/+12
* Condense the different value type creation functions into oneUlf Hermann2020-09-236-51/+26
* Eliminate QQmlValueTypeProvider::storeValueType()Ulf Hermann2020-09-233-23/+4
* Eliminate QQmlValueTypeProvider::createVariantFromString()Ulf Hermann2020-09-233-23/+1
* Eliminate QQmlValueTypeProvider::createFromStringUlf Hermann2020-09-236-99/+29
* Remove QQmlValueTypeProvider::variantFromJsObjectUlf Hermann2020-09-233-9/+9
* QQmlValueTypeProvider: Pass arguments as QJSValueUlf Hermann2020-09-233-74/+26
* Allow proper registration of value typesUlf Hermann2020-09-2312-167/+231