aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Do not search for Singletons from more recent versionsFabian Kosmale2019-07-231-1/+12
* Fix crashes in QQmlXMLHttpRequestPavel Tumakaev2019-07-131-3/+9
* Create a URL from the import string before adding the qmldir pathUlf Hermann2019-07-031-1/+5
* QQmlComponent: Check for existence of engineFabian Kosmale2019-07-031-0/+12
* Fix bindings not being re-evaluated when changing context propertySimon Hausmann2019-07-011-1/+2
* Unregister unit cache hook when destroying the plugin singletonMitch Curtis2019-06-252-1/+29
* Doc: Remove superfluous double quotes in code snippetsPaul Wicking2019-06-041-1/+1
* Fix for loading translations automatically from resourcesTasuku Suzuki2019-06-011-3/+6
* In qmlUnregisterType() also remove the type from undeletableTypesUlf Hermann2019-05-291-1/+3
* Fix lookups of properties in QML singletonsSimon Hausmann2019-05-212-5/+44
* Print a warning when encountering a non-relative URL in a qmldir fileUlf Hermann2019-05-161-3/+21
* Re-add cache for looking up attached properties objectsUlf Hermann2019-05-161-3/+6
* Add Q_TRACE calls to QtQml for QML profiler trace pointsMilian Wolff2019-05-051-7/+13
* Don't wrap the attachedProperties function into a templateUlf Hermann2019-05-021-4/+1
* Allow creation of variants from non-singleton QQmlTypeWrappersUlf Hermann2019-04-261-2/+1
* Fix crash in QQmlMetaType::freeUnusedTypesAndCaches()Kevin Funk2019-04-251-0/+4
* QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-189-46/+83
* 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