aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Move model types into their own libraryUlf Hermann2019-05-021-1/+1
* Clean up QStringHashUlf Hermann2019-04-305-180/+195
* Mark functions involving attached property IDs as deprecatedUlf Hermann2019-04-306-6/+20
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-292-2/+7
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-272-2/+5
| |\
| | * Allow creation of variants from non-singleton QQmlTypeWrappersUlf Hermann2019-04-261-2/+1
| | * Fix crash in QQmlMetaType::freeUnusedTypesAndCaches()Kevin Funk2019-04-251-0/+4
* | | Fix line number precision for a binding's expressionIdentifierErik Verbruggen2019-04-261-3/+3
* | | Move creation and management of singletons to QQmlEnginePrivateRichard Weickelt2019-04-246-189/+179
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-2312-70/+81
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-199-46/+83
| |\|
| | * QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-189-46/+83
* | | Deduplicate QQmlPropertyCache::l{azyL}oadUlf Hermann2019-04-211-40/+16
* | | Dissolve QQmlPropertyRawDataLars Knoll2019-04-185-400/+307
* | | Move propertyCache-by-minor-version into QQmlMetaTypeDataUlf Hermann2019-04-187-38/+35
* | | Clean up type registrationUlf Hermann2019-04-183-73/+39
* | | Drop some dead QT_CONFIG conditionsUlf Hermann2019-04-181-4/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-182-12/+19
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-171-1/+1
| |\|
| | * QML: Allow fetchOrCreateTypeForUrl to report errors without qFatalErik Verbruggen2019-04-161-1/+1
| * | 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
* | | Remove QQmlV4HandleUlf Hermann2019-04-1010-34/+8
* | | Fix false unused parameter warningsRichard Weickelt2019-04-101-2/+2
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Ulf Hermann2019-04-103-9/+16
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-103-9/+16
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-022-9/+16
| | |\|
| | | * Avoid redundant slashes when creating qmldir URLsUlf Hermann2019-03-281-1/+1
| | | * Allow enums in QQmlType to be set up in two separate passesUlf Hermann2019-03-281-8/+15
* | | | Warn about non-existent providers only with the loaded QtQml libraryNodir Temirkhodjaev2019-04-101-2/+2
|/ / /
* | | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-097-7/+1
* | | Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-1/+1
* | | QML: Delete plugin loaders on shutdownUlf Hermann2019-03-281-0/+7
* | | Make sure we can delete value type providers in any orderUlf Hermann2019-03-281-36/+26
* | | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-229-153/+205
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-218-152/+203
| |\|
| | * Accelerate lookup of singleton propertiesMichael Brasser2019-03-202-0/+64
| | * Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-203-114/+21
| | * Create import directory from intercepted URL, not orignial oneUlf Hermann2019-03-201-1/+1
| | * Enable lookups in QMLSimon Hausmann2019-03-192-37/+117
| * | Fix qdoc errorsFriedemann Kleint2019-03-151-1/+2
* | | Use QQmlRefCount for QQmlType(Private)Ulf Hermann2019-03-196-67/+43
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-151-3/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-131-3/+5
| |\|
| | * Doc: QQmlApplicationEngine::objectCreated() also signals errorsUlf Hermann2019-03-011-3/+5
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-081-0/+4
|\| |
| * | Doc: Promote use of ECMAScript modules over Qt.include()Ulf Hermann2019-03-041-0/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-258-47/+68
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-225-18/+27
| |\|
| | * QML: Pass type minor version when creating property dataUlf Hermann2019-02-215-16/+15