aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Remove null pointer checks for "this" from QQmlContextData::resolvedUrl()Pavel Tumakaev2019-05-231-15/+12
* Move valueAsNumber into ExecutableCompilationUnitUlf Hermann2019-05-131-9/+9
* Restore value bindings when disabling a Binding elementErik Verbruggen2019-05-171-0/+1
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-1626-122/+130
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-161-5/+3
|\
| * Fix illegal downcast on QQmlEngine destructionAllan Sandfeld Jensen2019-05-141-5/+3
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-091-7/+13
|\|
| * 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
* | | Drop some dead bootstrap codeUlf Hermann2019-05-081-4/+6
* | | Register QObject along with QQmlComponent as basic type of the languageUlf Hermann2019-05-081-1/+5
* | | Remove last traces of QV8EngineUlf Hermann2019-05-0813-597/+19
* | | Move compileModule() into qv4codegen.cppUlf Hermann2019-05-081-1/+2
* | | Move QQmlIR::IRLoader out of qqmlirbuilder*Ulf Hermann2019-05-061-2/+3
* | | Move workerscript to its own moduleUlf Hermann2019-05-062-19/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-021-4/+1
|\| |
| * | 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
* | | Move model types into their own libraryUlf Hermann2019-05-021-1/+1
* | | Clean up QStringHashUlf Hermann2019-04-305-180/+195
* | | Mark functions involving attached property IDs as deprecatedUlf Hermann2019-04-306-6/+20
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-292-2/+7
|\| |
| * | 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
* | | Fix line number precision for a binding's expressionIdentifierErik Verbruggen2019-04-261-3/+3
* | | Move creation and management of singletons to QQmlEnginePrivateRichard Weickelt2019-04-246-189/+179
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-2312-70/+81
|\| |
| * | 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
* | | Deduplicate QQmlPropertyCache::l{azyL}oadUlf Hermann2019-04-211-40/+16
* | | Dissolve QQmlPropertyRawDataLars Knoll2019-04-185-400/+307
* | | Move propertyCache-by-minor-version into QQmlMetaTypeDataUlf Hermann2019-04-187-38/+35
* | | Clean up type registrationUlf Hermann2019-04-183-73/+39
* | | Drop some dead QT_CONFIG conditionsUlf Hermann2019-04-181-4/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-182-12/+19
|\| |
| * | 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
* | | Remove QQmlV4HandleUlf Hermann2019-04-1010-34/+8
* | | Fix false unused parameter warningsRichard Weickelt2019-04-101-2/+2
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Ulf Hermann2019-04-103-9/+16
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-103-9/+16
| |\| |
| | * | 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
* | | | Warn about non-existent providers only with the loaded QtQml libraryNodir Temirkhodjaev2019-04-101-2/+2
|/ / /
* | | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-097-7/+1
* | | Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-1/+1