aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-241-1/+12
|\
| * Do not search for Singletons from more recent versionsFabian Kosmale2019-07-231-1/+12
* | Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13Edward Welbourne2019-07-171-3/+9
|\|
| * Fix crashes in QQmlXMLHttpRequestPavel Tumakaev2019-07-131-3/+9
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-052-1/+17
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-1/+2
|\|
| * Fix bindings not being re-evaluated when changing context propertySimon Hausmann2019-07-011-1/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-282-1/+29
|\|
| * Unregister unit cache hook when destroying the plugin singletonMitch Curtis2019-06-252-1/+29
* | Merge remote-tracking branch 'origin/5.13.0' into 5.13Qt Forward Merge Bot2019-06-201-0/+14
|\ \
| * | Make QQmlThread work for no-thread debug modeMorten Johan Sørvig2019-05-081-0/+14
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-062-4/+7
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-021-1/+3
|\| |
| * | In qmlUnregisterType() also remove the type from undeletableTypesUlf Hermann2019-05-291-1/+3
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-263-8/+50
|\| |
| * | 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
* | | Fix illegal downcast on QQmlEngine destructionAllan Sandfeld Jensen2019-05-141-5/+3
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-081-7/+13
|\| | | |/ |/|
| * Add Q_TRACE calls to QtQml for QML profiler trace pointsMilian Wolff2019-05-051-7/+13
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-021-4/+1
|\|
| * Don't wrap the attachedProperties function into a templateUlf Hermann2019-05-021-4/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-272-2/+5
|\|
| * Allow creation of variants from non-singleton QQmlTypeWrappersUlf Hermann2019-04-261-2/+1
| * Fix crash in QQmlMetaType::freeUnusedTypesAndCaches()Kevin Funk2019-04-251-0/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-199-46/+83
|\|
| * QML: Remove static attchedPropertyIds mapUlf Hermann2019-04-189-46/+83
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-171-1/+1
|\|
| * QML: Allow fetchOrCreateTypeForUrl to report errors without qFatalErik Verbruggen2019-04-161-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-151-11/+18
|\|
| * Don't create value types for QImage and QPixmapUlf Hermann2019-04-121-11/+18
* | 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