aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltype.cpp
Commit message (Expand)AuthorAgeFilesLines
* QML: Allow singleton types to be extendedUlf Hermann2020-11-021-23/+50
* QML: Allow namespaces as extensions to typesUlf Hermann2020-11-021-4/+5
* Adjust to QMetaObjectBuilder::MetaObjectFlags changeFabian Kosmale2020-10-211-1/+1
* Use factory functions and ctors for creating value typesUlf Hermann2020-10-021-0/+8
* V4: Rewrite qv4sequenceobject based on QMetaSequenceUlf Hermann2020-10-021-0/+11
* Allow proper registration of value typesUlf Hermann2020-09-231-0/+7
* Remove deprecated functions involving attached property IDsFabian Kosmale2020-08-251-14/+0
* Add userdata callback to qml registrationMaximilian Goldstein2020-07-101-2/+3
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-2/+2
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-1/+1
* Adapt to metaobject changesFabian Kosmale2020-06-121-14/+1
* QQmlTypePrivate: do not abuse volatile for atomicFabian Kosmale2020-06-091-7/+7
* Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-04-221-1/+1
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-201-1/+1
| |\
| | * Fix enum setup optimizationMichael Brasser2020-04-021-1/+1
* | | Make QQmlType::inlineComponentObjectId() constUlf Hermann2020-03-251-1/+1
* | | Fix typo: inlineComponendId -> inlineComponentIdUlf Hermann2020-03-241-2/+2
* | | Allow partial and absent version specifiers in import statementsUlf Hermann2020-03-171-7/+11
* | | Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-5/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-211-1/+4
|\| |
| * | Avoid memory leaks for inline component typesFabian Kosmale2020-02-191-1/+4
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-191-2/+2
|\| |
| * | QQmlType: Do not dereference pointer if nullFabian Kosmale2020-02-181-2/+2
* | | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-19/+14
|/ /
* / Long live QML inline componentsFabian Kosmale2020-01-231-2/+111
|/
* Retrieve the attached properties base type without recursionUlf Hermann2019-11-181-27/+9
* Free dynamic metaobjects when destroying QQmlTypePrivateUlf Hermann2019-10-081-0/+2
* Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-071-1/+1
* Optimize enum setupUlf Hermann2019-09-101-37/+28
* QQmlType: Remove dead codeUlf Hermann2019-09-041-17/+0
* Disentangle includes and namespacesUlf Hermann2019-07-111-0/+1
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-2/+2
* Mark functions involving attached property IDs as deprecatedUlf Hermann2019-04-301-0/+2
* Move creation and management of singletons to QQmlEnginePrivateRichard Weickelt2019-04-241-64/+10
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-5/+1
* Move propertyCache-by-minor-version into QQmlMetaTypeDataUlf Hermann2019-04-181-19/+0
* Fix false unused parameter warningsRichard Weickelt2019-04-101-2/+2
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-101-7/+13
* Use QQmlRefCount for QQmlType(Private)Ulf Hermann2019-03-191-49/+19
* Make QQmlTypePrivate::name safe for usage from different threadsUlf Hermann2019-02-111-7/+6
* Eliminate excessive friendlyness of QQmlTypeUlf Hermann2019-02-081-123/+2
* QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-061-0/+1129