aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlglobal.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Consider value types when looking for metaobjectsUlf Hermann2024-02-151-50/+58
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-2/+2
* QQmlApplication: Reuse second constructorIvan Tkachenko2023-09-191-11/+1
* QtQml: Don't move a value we might still callUlf Hermann2023-06-281-2/+2
* QML: Initialize target pointer when creating value typesUlf Hermann2023-06-281-3/+3
* QtQml: Improve qmlobject_can_qml_castUlf Hermann2023-06-231-6/+39
* QtQml: Further refine value type creation methodsUlf Hermann2023-06-231-61/+120
* QtQml: Rename qmlobject_can_castUlf Hermann2023-06-221-5/+18
* QML: Try QML conversion before metatype conversionUlf Hermann2023-06-151-40/+46
* QML: Allow creating constructible value types from variant objectsUlf Hermann2023-06-151-0/+68
* QML: Call value type ctors with derived types of formal parameterUlf Hermann2023-06-081-38/+30
* Qml: Construct value types by properties from any object-likesUlf Hermann2023-06-081-47/+239
* QtQml: Disallow multi-step construction of value typesUlf Hermann2023-06-051-10/+6
* Use new rvalue overload of QMetaProperty::writeOnGadget()Marc Mutz2023-05-021-3/+3
* qmlobject_cast: Make it useful againFabian Kosmale2023-03-171-0/+10
* QmlCompiler: Use value type ctorsUlf Hermann2023-03-091-0/+21
* Avoid duplicate value type creationUlf Hermann2023-02-241-111/+169
* QML: Fix casting between builtin types when constructing value typesUlf Hermann2022-11-261-1/+1
* Slightly optimize creating of value types via QJSValueUlf Hermann2022-09-281-3/+3
* Allow more options for creating value types from JS objectsUlf Hermann2022-09-241-4/+321
* Qml: Drop unused value type provider functionsUlf Hermann2022-09-131-46/+0
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-17/+18
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-091-2/+5
* Use factory functions and ctors for creating value typesUlf Hermann2020-10-021-57/+10
* Condense the different value type creation functions into oneUlf Hermann2020-09-231-30/+1
* Eliminate QQmlValueTypeProvider::storeValueType()Ulf Hermann2020-09-231-15/+0
* Eliminate QQmlValueTypeProvider::createVariantFromString()Ulf Hermann2020-09-231-17/+0
* Eliminate QQmlValueTypeProvider::createFromStringUlf Hermann2020-09-231-3/+2
* Remove QQmlValueTypeProvider::variantFromJsObjectUlf Hermann2020-09-231-4/+2
* QQmlValueTypeProvider: Pass arguments as QJSValueUlf Hermann2020-09-231-3/+3
* Allow proper registration of value typesUlf Hermann2020-09-231-12/+1
* QQmlValueTypeProvider: Use QMetaTypeUlf Hermann2020-09-161-34/+18
* QQmlValueTypeProvider: Remove dead codeUlf Hermann2020-09-161-30/+0
* Implement Qt.alpha()Maximilian Goldstein2020-04-141-0/+4
* Remove QQmlV4HandleUlf Hermann2019-04-101-2/+3
* Warn about non-existent providers only with the loaded QtQml libraryNodir Temirkhodjaev2019-04-101-2/+2
* Make sure we can delete value type providers in any orderUlf Hermann2019-03-281-36/+26
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-9/+9
* Add Qt.platform.pluginName propertySami Nurmenniemi2017-06-061-0/+2
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-2/+0
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Also remove the QQmlValueTypeProvider::destroyValueType interfaceFrank Meerkoetter2015-08-181-14/+0
* Adapt the ValueTypeProvider interface and port its typesFrank Meerkoetter2015-08-181-17/+12
* Remove QQmlValueTypeProvider::copyValueTypeFrank Meerkoetter2015-08-181-15/+0
* qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-131-2/+2
* Add Qt.hsva() functionSean Harmer2015-02-181-0/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Expose QStyleHints as Qt.styleHintsJ-P Nurmi2015-01-171-0/+8