aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvaluetype.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlValueTypeFactory: remove bespoke Qt type cacheFabian Kosmale2020-12-031-37/+21
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-21/+21
* qqmlvaluetypes: Add a few missing toString methodsMaximilian Goldstein2020-10-231-0/+16
* Allow proper registration of value typesUlf Hermann2020-09-231-6/+22
* Adapt to qtbase changesFabian Kosmale2020-08-231-1/+1
* Clean up registration of QEasingCurveUlf Hermann2020-05-191-7/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-37/+55
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-37/+55
| |\
| | * Get rid of global gadgetPtr in QQmlValueTypeUlf Hermann2020-01-291-37/+55
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-201-13/+26
|\| |
| * | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-12/+12
| * | Add Q_GADGET Wrapper for QQmlPropertyPierre-Yves Siret2020-01-151-1/+14
| |/
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-111-17/+34
|\|
| * Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-041-17/+34
* | Fix build without features.easingcurveTasuku Suzuki2019-08-301-0/+7
|/
* Fix build without features.itemmodelTasuku Suzuki2019-07-081-0/+8
* Remove last traces of QV8EngineUlf Hermann2019-05-081-0/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-181-11/+18
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-151-11/+18
| |\
| | * Don't create value types for QImage and QPixmapUlf Hermann2019-04-121-11/+18
* | | QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-061-1/+0
|/ /
* / Reduce size of QQmlValueTypeJędrzej Nowacki2018-10-091-3/+2
|/
* Modernize loops and simplify QQmlEasingValueType::setBezierCurveErik Verbruggen2018-08-161-33/+27
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-7/+7
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Qml: optimize string usageAnton Kudryavtsev2016-08-091-3/+3
* QJSValue: Adapt to introduction of QMetaType::NullptrChristian Kandeler2016-08-081-0/+1
* QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-1/+1
* QQmlEasingValueType: replace QList<qreal> with QVector<qreal>Anton Kudryavtsev2016-04-141-1/+1
* QQmlEasingValueType: use reserve() to optimize memory allocationAnton Kudryavtsev2016-04-141-3/+4
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-021-1/+2
|\
| * Don't consider QLocale a value type.Mitch Curtis2015-09-021-1/+2
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+1
|\|
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-0/+39
|\|
| * Add left, right, top and bottom properties to basic QML rect type.Mitch Curtis2015-06-031-0/+39
* | Add 28 QList::reserve() callsSérgio Martins2015-06-081-1/+3
|/
* Speed up value type binding creationSimon Hausmann2015-04-161-5/+7
* Remove QItemSelection value-type, use Array insteadGabriel de Dietrich2015-03-221-3/+0
* Remove QModelIndexList value type, use Array insteadGabriel de Dietrich2015-03-221-8/+5
* Acknowledge QPersistentModelIndex is a built-in meta-typeGabriel de Dietrich2015-03-121-30/+3
* Work around QPersistentModelIndex being a built-in meta-typeGabriel de Dietrich2015-03-051-3/+27
* Add Q_GADGET wrappers for QModelIndex & Co.Gabriel de Dietrich2015-02-121-0/+20
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Fix property access and method invocation on value types that use inheritanceSimon Hausmann2015-01-071-1/+3
* Enable gadget wrapping for custom value typesSimon Hausmann2015-01-021-0/+3
* Removed usage of QQmlValueType in QQmlValueTypeWrapperSimon Hausmann2014-12-281-42/+5
* Initial work on gadget supportSimon Hausmann2014-12-221-79/+119
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11