aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmltype.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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