aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlmetatype_p.h
Commit message (Expand)AuthorAgeFilesLines
* V4: Rewrite qv4sequenceobject based on QMetaSequenceUlf Hermann2020-10-021-0/+4
* Do proper memory management on the metatype interfaces we createLars Knoll2020-08-281-2/+50
* Remove deprecated functions involving attached property IDsFabian Kosmale2020-08-251-6/+0
* Match specific module imports also for versionless QML importsUlf Hermann2020-06-291-2/+2
* Discern between "auto" and versioned imports in qmldirsUlf Hermann2020-06-241-2/+7
* Lock all type modules of the same URI when importing a pluginUlf Hermann2020-06-181-1/+2
* Add methods to programatically insert qmldir import statementsUlf Hermann2020-06-091-0/+2
* Allow QML plugins to be optionalUlf Hermann2020-06-091-3/+9
* Fix race condition in QQmlData::createPropertyCacheFabian Kosmale2020-06-051-1/+1
* Prepare for new members in QQmlPrivate::CachedQmlUnitSimon Hausmann2020-04-211-1/+1
* Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-5/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-0/+2
|\
| * QQmlEngine: Test that types are correctly removedFabian Kosmale2020-02-101-0/+2
* | Process major versions as part of Q_REVISIONUlf Hermann2020-02-131-4/+3
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-17/+18
|/
* Long live QML inline componentsFabian Kosmale2020-01-231-11/+10
* Remove module registrations when unloading themUlf Hermann2019-12-201-0/+2
* Register compiled-in QML typesUlf Hermann2019-11-071-1/+1
* Add support for primitive self-references in composite typesSimon Hausmann2019-10-211-2/+11
* Add support for semi-automatic QML type registrationsUlf Hermann2019-10-141-0/+4
* Use qmlProtectModule to protect a module from further modificationUlf Hermann2019-10-081-1/+1
* Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-311-2/+2
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-011-1/+3
|\
* | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-2/+4
* | Mark functions involving attached property IDs as deprecatedUlf Hermann2019-04-301-2/+6
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-3/+2
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-0/+2
| |\
| | * QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-181-0/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-251-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-221-1/+1
| |\|
| | * QML: Pass type minor version when creating property dataUlf Hermann2019-02-211-1/+1
* | | Eliminate excessive friendlyness of QQmlTypeUlf Hermann2019-02-081-0/+3
* | | Move registration functions from qqmlimport.cpp to qqmlmetatype.cppUlf Hermann2019-02-081-9/+7
* | | QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-061-221/+34
* | | QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-1/+0
|/ /
* / Remove unused functionJędrzej Nowacki2018-12-031-2/+0
|/
* qmlplugindump: Properly handle extension typesKai Koehne2018-10-091-0/+2
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-291-1/+12
|\
| * Show error message when type qmlRegisterType and friends failErik Verbruggen2018-06-261-1/+12
* | Provide API to access singletons associated with a QQmlEngineRichard Weickelt2018-06-211-1/+6
|/
* Fix loading of composite singletons from resourcesSimon Hausmann2018-05-081-1/+1
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-1/+11
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Get rid of internal QQmlPrivate::CachedQmlUnit interface part 1Simon Hausmann2018-01-281-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-0/+2
|\
| * Add a means to unregister custom qml typesAndy Shaw2017-12-011-0/+2
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241-1/+2
|\|
| * Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-191-1/+2
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-0/+3
|\|
| * Fix qmlClearTypeRegistrations() not dropping all registrationsSimon Hausmann2017-09-191-0/+1