aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * Fix crash in binding setup during async load from a LoaderErik Verbruggen2018-06-211-1/+4
| | * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-196-7/+7
* | | Fix compiler warningSimon Hausmann2018-06-251-1/+1
* | | Add Proxy support for prototype handlingLars Knoll2018-06-254-16/+16
* | | Implement a virtual interface for getOwnPropertyLars Knoll2018-06-254-19/+22
|/ /
* | Provide API to access singletons associated with a QQmlEngineRichard Weickelt2018-06-215-9/+120
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-191-9/+1
|\|
| * Remove old pre-QFileSystemEngine-rewrite codeErik Verbruggen2018-05-281-9/+1
* | Ensure we read context properties before the global objectLars Knoll2018-06-172-4/+17
* | Ensure identical behavior for singleton types defined in C++ and QMLRichard Weickelt2018-06-082-5/+20
* | Cleanup JS stack allocationsLars Knoll2018-05-261-3/+3
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-242-9/+12
|\|
| * On network redirects, update finalUrl, not urlUlf Hermann2018-05-231-8/+11
| * Fix change-of-sign warningThiago Macieira2018-05-231-1/+1
* | Allow partial creation of more than 10 QQmlComponent instancesRichard Weickelt2018-05-182-15/+3