aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | Make QQmlRefCount usable for immutable typesUlf Hermann2019-02-081-13/+8
* | | Move registration functions from qqmlimport.cpp to qqmlmetatype.cppUlf Hermann2019-02-087-324/+208
* | | Add public methods to query and set allowed revisions of property cachesUlf Hermann2019-02-072-3/+9
* | | Tighten the interface of QQmlTypeModuleUlf Hermann2019-02-074-108/+123
* | | Remove debug code from QStringHashUlf Hermann2019-02-074-26/+0
* | | Add a mutable iterator to QStringHashUlf Hermann2019-02-074-16/+58
* | | Split QStringHash and QLinked(Multi)StringHash apartUlf Hermann2019-02-074-238/+301
* | | QQmlMetaType: Only provide access to the singleton through the lockUlf Hermann2019-02-061-109/+96
* | | Move QStringHash into its own fileUlf Hermann2019-02-0610-984/+1091
* | | QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-0622-1927/+2744
* | | Remove outdated methodUlf Hermann2019-02-041-2/+0
* | | QML: Split propertyCache into multiple filesUlf Hermann2019-02-0122-924/+1620
|/ /
* | 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
* | Remove unused functionJędrzej Nowacki2018-12-032-9/+0
* | Fix warnings about unused Qt containersSergio Martins2018-11-301-2/+0
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-302-10/+3
|\|
| * Fix parsing of js files via Qt.include()Simon Hausmann2018-11-291-2/+2
| * Fix stale QML cache files when using assets:// on AndroidSimon Hausmann2018-11-291-8/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-242-9/+24
|\|
| * Fix qmlplugindump version dump issueMichal Policht2018-11-231-5/+10
| * QML TypeLoader: Sort composite singletons before recursing into themUlf Hermann2018-11-202-4/+14
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-201-43/+69
|\|
| * QML: Use all available type information to find enum typesUlf Hermann2018-11-191-43/+69