aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * QQmlPropertyCache: support setting an explicit metaObject revisionRichard Moe Gustavsen2019-02-212-2/+12
| * | Only generate a warning when assigning null to incompatible propertiesUlf Hermann2019-02-221-29/+41
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-214-9/+13
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-204-9/+13
| |\|
| | * Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-184-9/+13
| | * PropertCache: Don't pass Q_GADGET value types as integersUlf Hermann2019-02-141-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-163-5/+30
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-141-2/+4
| |\|
| | * Connect quit() and exit() signals with queued connectionsMichal Policht2019-02-131-2/+4
| * | Support loading images from content:/ URLs on AndroidNicolas Fella2019-02-132-3/+26
* | | Make QQmlTypePrivate::name safe for usage from different threadsUlf Hermann2019-02-113-18/+14
* | | Eliminate excessive friendlyness of QQmlTypeUlf Hermann2019-02-087-163/+183