aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | 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