aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-173-78/+74
|\|
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-11-163-78/+74
| |\