aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Make QQmlThread work for no-thread debug modeMorten Johan Sørvig2019-05-081-0/+14
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-021-4/+1
|\
| * Don't wrap the attachedProperties function into a templateUlf Hermann2019-05-021-4/+1
* | 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
* | 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
* | 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
* | 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
* | 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
* | 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
* | Doc: Promote use of ECMAScript modules over Qt.include()Ulf Hermann2019-03-041-0/+4
* | 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.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.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
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-292-20/+53
|\|
| * QQmlNotifier: Always keep the isNotifying flag when updating senderPtrUlf Hermann2019-01-232-20/+53
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-225-19/+28
|\|
| * Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-213-10/+8
| * QQmlMetaType: Erase attached properties in dtorUlf Hermann2019-01-151-4/+12
| * Fix crash with qt.qml.binding.removal.info=trueNils Jeisecke2019-01-141-5/+8
* | QML: Special case null as binding typeUlf Hermann2019-01-211-0/+19
* | QML: Consider all possible metatypes when looking for attached propsUlf Hermann2019-01-211-5/+8
* | QQmlApplicationEngine: Drop unused memberUlf Hermann2019-01-171-1/+0
* | Property Cache: Use related meta objects to check for "enums"Ulf Hermann2019-01-041-58/+50
* | Improve logging of nested arraysUlf Hermann2019-01-031-1/+22
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-234-13/+24
|\|
| * QML: When destroying a context, clear any pointers to itUlf Hermann2018-12-171-0/+2
| * QML: Fix registering and unregistering of context objectsUlf Hermann2018-12-124-13/+22
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-121-0/+3
|\|
| * QML: Also clear outerContext's contextObject on destructionUlf Hermann2018-11-301-0/+3