aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-191-0/+4
* docs: Fix documentation of the Locale numberOptions propertyShawn Rutledge2021-02-191-1/+1
* Fix lookup of existing inline components by nameUlf Hermann2021-02-191-1/+1
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-111-1/+1
* Return errors if validation of inline components failsUlf Hermann2021-02-091-1/+3
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-031-0/+7
* QQmlComponent: Avoid crash when setting initial properties in JS moduleFabian Kosmale2021-01-151-1/+2
* Doc: Fix occurrences of \Q_OBJECT in code snippetsTopi Reinio2020-12-083-73/+12
* QML engine: Fix binding setupFabian Kosmale2020-12-031-2/+2
* Fix documentation for qmlInfo, qmlDebug and qmlWarningAndreas Buhr2020-12-021-18/+15
* Shortcut conversions of common data typesLars Knoll2020-11-271-0/+59
* Mark QQmlListProperty as a QML list in QMetaTypeFabian Kosmale2020-11-241-1/+6
* 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