aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvaluetype_p.h
Commit message (Expand)AuthorAgeFilesLines
* Unregister value types when tearing down QML typesUlf Hermann2021-02-121-8/+0
* QML value types: Properly apply the QML_EXTENDED trick everywhereUlf Hermann2021-01-291-0/+5
* Export QML and Quick value typesUlf Hermann2021-01-221-8/+8
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-031-6/+4
* QML engine: Use QMetaType instead of metatype-id in propertydataFabian Kosmale2020-11-261-0/+2
* qqmlvaluetypes: Add a few missing toString methodsMaximilian Goldstein2020-10-231-0/+3
* Allow proper registration of value typesUlf Hermann2020-09-231-40/+41
* Clean up registration of QEasingCurveUlf Hermann2020-05-191-35/+20
* Register value types declarativelyUlf Hermann2020-04-281-0/+28
* Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-5/+1
* Add major version to all Q_REVISIONsUlf Hermann2020-02-191-0/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-11/+38
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-11/+38
| |\
| | * Get rid of global gadgetPtr in QQmlValueTypeUlf Hermann2020-01-291-11/+38
* | | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-201-0/+11
|\| |
| * | Add Q_GADGET Wrapper for QQmlPropertyPierre-Yves Siret2020-01-151-0/+11
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-271-0/+2
|\| |
| * | Specify parameters of type registration in class declarationsUlf Hermann2019-09-261-0/+2
| |/
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-111-1/+2
|\|
| * Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-041-1/+2
* | Fix build without features.easingcurveTasuku Suzuki2019-08-301-0/+4
|/
* Reduce size of QQmlValueTypeJędrzej Nowacki2018-10-091-1/+0
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* Qml: add missing 'override'Anton Kudryavtsev2016-10-071-3/+3
* QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-1/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-0/+18
|\
| * Add left, right, top and bottom properties to basic QML rect type.Mitch Curtis2015-06-031-0/+18
* | Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-06-191-1/+1
|/
* Speed up value type binding creationSimon Hausmann2015-04-161-1/+4
* Fix usage of QtQmlDevTools private headers on OSX with framework buildsSimon Hausmann2015-03-161-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Removed usage of QQmlValueType in QQmlValueTypeWrapperSimon Hausmann2014-12-281-26/+0
* Prepare method invocation in QObject bindings for gadget supportSimon Hausmann2014-12-231-0/+2
* Initial work on gadget supportSimon Hausmann2014-12-221-111/+47
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* fix whitespaceOswald Buddenhagen2014-01-221-2/+2
* Slightly accelerate access to value type propertiesSimon Hausmann2013-11-281-21/+21
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-101-21/+1
* Fix value-type semantics in variant propertiesChris Adams2012-07-241-2/+15
* Fix broken value-type support by allowing property definitionChris Adams2012-07-111-3/+11
* Put basic language types into QtQml importChris Adams2012-06-211-2/+1
* Fix potential buffer overrun.Martin Jones2012-05-291-1/+1
* Optimize QML type registration.Martin Jones2012-05-231-1/+1
* Remove unnecessary exportsMatthew Vogt2012-05-181-2/+0
* Migrate gui dependencies from QtQml to QtQuick.Matthew Vogt2012-03-201-364/+96