aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove hardcoded Q_OS_WASM “qml/” import pathMorten Johan Sørvig2018-09-121-7/+1
* | Fix ownKey iteration over Proxy objectsLars Knoll2018-09-096-8/+9
* | Optimize QQmlImportInstance::resolveType()Lars Knoll2018-09-054-8/+60
* | Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-054-0/+30
* | WebAssembly for QtDeclarativeMorten Johan Sørvig2018-09-053-2/+14
* | Fix QML extended type registrationSimon Hausmann2018-08-231-3/+5
* | Fix toLocaleString implementations in (Typed)Array.prototypeLars Knoll2018-08-231-2/+2
* | Provide option to skip registration of enum classes unscopedRainer Keller2018-08-211-1/+13
* | Merge dev into 5.12Oswald Buddenhagen2018-08-215-41/+71
|\ \
| * | Allow DelegateModel-based views to support multiple delegate typesPaolo Angelelli2018-08-171-1/+1
| * | Handle changes in MOC internals - part 2Liang Qi2018-08-161-2/+4
| * | Modernize loops and simplify QQmlEasingValueType::setBezierCurveErik Verbruggen2018-08-161-33/+27
| * | Handle changes in MOC internalsAllan Sandfeld Jensen2018-08-141-2/+2
| * | Fix revision of Connections.enabled propertySimon Hausmann2018-08-142-3/+37
* | | Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-171-2/+2
* | | Add support for disk caching of ES modulesSimon Hausmann2018-08-172-5/+12
* | | Add support for importing ES modules in .qml filesSimon Hausmann2018-08-175-52/+118
|/ /
* | Fix ASAN warnings about new-delete-size-mismatchSimon Hausmann2018-08-081-1/+9
* | Adapt to QMetaObject::d internal changesThiago Macieira2018-08-041-1/+1
* | Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-026-58/+0
* | Remove support for iterating over the proto chain from ObjectIteratorLars Knoll2018-08-021-1/+1
* | Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-026-0/+82
* | Fix a bunch of test failures for Function.prototype.toString()Lars Knoll2018-08-012-2/+2
* | Add QQmlEngine getter to QQmlComponentFrederik Gladhorn2018-07-312-2/+14
* | Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-314-17/+17
* | Remove unused flagSimon Hausmann2018-07-311-1/+0
* | Clean up internal QML unit creation APISimon Hausmann2018-07-311-4/+1
* | Simplify signal handler parameter handlingSimon Hausmann2018-07-312-34/+20
* | Clean up compilation unit string resolutionSimon Hausmann2018-07-312-2/+2
* | Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-312-35/+35
* | Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-315-21/+21
* | Clean up QQmlCustomParser APISimon Hausmann2018-07-301-2/+2
* | Use QScopeGuard instead of library local helper templateSimon Hausmann2018-07-223-78/+3