aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix documentation warnings for Qt QMLTopi Reinio2020-02-201-6/+6
* Reduce Qt Declarative's use of QDateTime's locale-dependent APIsFabian Kosmale2020-01-301-81/+109
* Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-232-0/+45
* Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-13/+13
* QV4: Support printing arrays with circular referencesFabian Kosmale2020-01-071-4/+9
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-86/+112
|\
| * Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-291-86/+112
* | Prefer JS stack frames over QML contexts when resolving translationsUlf Hermann2019-09-101-23/+25
* | Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+2
* | Remove last traces of QV8EngineUlf Hermann2019-05-084-572/+4
* | Remove QQmlV4HandleUlf Hermann2019-04-102-17/+2
|/
* Improve logging of nested arraysUlf Hermann2019-01-031-1/+22
* Doc: Remove references to Qt Quick 1Kai Koehne2018-10-011-4/+0
* Speed up instanceof operationsLars Knoll2018-09-271-0/+5
* Cleanups in Value/PrimitiveLars Knoll2018-09-174-31/+31
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-092-3/+3
* WebAssembly for QtDeclarativeMorten Johan Sørvig2018-09-051-0/+2
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-022-11/+0
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-022-0/+10
* Move the C++ and JS stack frame definitions into it's own fileLars Knoll2018-07-032-0/+2
* Prefix vtable methods with virtualLars Knoll2018-07-032-6/+6
* Replace Identifier by PropertyKeyLars Knoll2018-07-023-3/+3
* Cleanups in the Identifier APILars Knoll2018-07-021-2/+2
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-022-4/+4
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-251-1/+4
|\
| * Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-1/+4
| |\
| | * Fix crash in binding setup during async load from a LoaderErik Verbruggen2018-06-211-1/+4
* | | Add Proxy support for prototype handlingLars Knoll2018-06-251-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-241-1/+1
|\|
| * Fix change-of-sign warningThiago Macieira2018-05-231-1/+1
* | Remove bindings that have no dependenciesSimon Hausmann2018-05-161-0/+12
* | Fix console.log for sequence types such as QStringListSimon Hausmann2018-05-021-1/+1
* | Don't use stringForId() anymoreLars Knoll2018-05-021-1/+1
* | Garbage collect identifiersLars Knoll2018-05-021-1/+1
* | Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-022-2/+2
* | Use Identifier by value and don't new them anymoreLars Knoll2018-05-021-3/+3
* | Remove the QString member from IdentifierLars Knoll2018-05-021-2/+5
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-182-6/+11
|\|
| * Fix calling Qt.binding() on bound functionsLars Knoll2018-04-162-6/+11
* | garbage collect InternalClassLars Knoll2018-04-121-1/+1
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-122-3/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-121-0/+10
|\|
| * Fix calling Qt.createComponent() from QQmlEngine::evaluate()Simon Hausmann2018-03-081-0/+10
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-273-16/+16
|\|
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-263-16/+16
* | Add a feature for QML locale supportUlf Hermann2018-02-153-0/+12
* | Add a feature for xmlhttprequestUlf Hermann2018-02-122-2/+10