aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Add support for onload/onloadend/onerror callbacks in XHRSimon Hausmann2018-07-181-13/+29
* | Make it easier to define a different trim thresholdMichael Brasser2018-07-181-0/+3
* | Use QTranslator::install(QLocale, ...) everywhereKai Koehne2018-07-181-2/+2
* | Move the C++ and JS stack frame definitions into it's own fileLars Knoll2018-07-033-1/+3
* | Implement support for new.targetLars Knoll2018-07-031-1/+1
* | Prefix vtable methods with virtualLars Knoll2018-07-039-55/+55
* | Clean up the property key API in StringOrSymbolLars Knoll2018-07-022-3/+3
* | Replace Identifier by PropertyKeyLars Knoll2018-07-0210-25/+25
* | Cleanups in the Identifier APILars Knoll2018-07-023-9/+9
* | Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-0210-100/+72
* | Unify put and putIndexedLars Knoll2018-07-0210-26/+28
* | Internal naming cleanupSimon Hausmann2018-06-291-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-293-21/+48
|\|
| * Show error message when type qmlRegisterType and friends failErik Verbruggen2018-06-263-21/+48
* | Add defaultLogLevel to LoggingCategoryTomasz Olszak2018-06-253-4/+49
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-257-8/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-257-8/+11
| |\|