aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* QML: Allow fetchOrCreateTypeForUrl to report errors without qFatalErik Verbruggen2019-04-161-1/+1
* Don't create value types for QImage and QPixmapUlf Hermann2019-04-121-11/+18
* 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
* 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
* Doc: QQmlApplicationEngine::objectCreated() also signals errorsUlf Hermann2019-03-011-3/+5
* 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
* 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
* Connect quit() and exit() signals with queued connectionsMichal Policht2019-02-131-2/+4
* QQmlNotifier: Always keep the isNotifying flag when updating senderPtrUlf Hermann2019-01-232-20/+53
* 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: 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
* QML: Also clear outerContext's contextObject on destructionUlf Hermann2018-11-301-0/+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
* Fix qmlplugindump version dump issueMichal Policht2018-11-231-5/+10
* QML TypeLoader: Sort composite singletons before recursing into themUlf Hermann2018-11-202-4/+14
* QML: Use all available type information to find enum typesUlf Hermann2018-11-191-43/+69
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-11-163-78/+74
|\
| * Expose let/const variables from imported JS scriptsJüri Valdmann2018-11-022-58/+31
| * Doc: Qt QML: Fix documentation warningsTopi Reinio2018-11-021-20/+43
* | Doc: improve qmlRegisterInterface() documentationMitch Curtis2018-11-071-0/+3
|/
* Extend QQmlElement with empty placement delete operatorFredrik Orderud2018-11-021-0/+4
* Clone ContextType::Global as ContextType::ScriptImportedByQMLJüri Valdmann2018-11-011-1/+1
* Fix issues with lookup of scoped enums on SingletonsMichael Brasser2018-10-311-1/+10
* Hold internal reference to incubator object while incubatingMichael Brasser2018-10-261-7/+11
* Fix erroneous enum conflict warningsSimon Hausmann2018-10-231-5/+24
* QQmlScriptData: Extract qmlContextDataForContext from scriptValueForContextJüri Valdmann2018-10-172-44/+54
* qmlplugindump: Properly handle extension typesKai Koehne2018-10-092-0/+9
* Remove obsolete VisualDataModel, *Group and VisualItemModel in Qt 6Shawn Rutledge2018-10-031-0/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-011-1/+1
|\
| * Doc: Remove wrong ';' from Q_PROPERTY exampleKai Koehne2018-09-271-1/+1
* | Doc: Remove references to Qt Quick 1Kai Koehne2018-10-0110-25/+0
* | Speed up instanceof operationsLars Knoll2018-09-271-0/+5
* | QML: Demote incubation problems to info levelUlf Hermann2018-09-271-1/+2
* | Make Object::getOwnProperty() constLars Knoll2018-09-234-5/+5
* | Cleanups in Value/PrimitiveLars Knoll2018-09-1713-66/+66
* | Remove left over commentRainer Keller2018-09-141-1/+1
* | Check for nullptr in enum conflict analysisRainer Keller2018-09-141-2/+10
* | List possbile enum conflictsRainer Keller2018-09-121-1/+60
* | Add qml-worker-script featureMorten Johan Sørvig2018-09-122-5/+5
* | Enable relative url assert again on Q_OS_WASMMorten Johan Sørvig2018-09-121-5/+0