aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-092-743/+515
* QML: Drop thisObject from writeToConsoleUlf Hermann2020-10-281-11/+11
* QQmlEngine: Add method to explicitly capture a propertyUlf Hermann2020-10-231-9/+5
* Use factory functions and ctors for creating value typesUlf Hermann2020-10-021-4/+4
* Condense the different value type creation functions into oneUlf Hermann2020-09-231-11/+14
* Remove QQmlValueTypeProvider::variantFromJsObjectUlf Hermann2020-09-231-3/+6
* QQmlValueTypeProvider: Pass arguments as QJSValueUlf Hermann2020-09-231-69/+21
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-161-1/+1
* Doc: Fix minor typosSze Howe Koh2020-08-301-1/+1
* import Qt namespace in QtQmlFawzi Mohamed2020-08-271-0/+10
* Clarify argument types for QML's Qt.point, Qt.rect, and Qt.sizeSebastian Hartte2020-05-221-3/+3
* Implement Qt.alpha()Maximilian Goldstein2020-04-142-1/+32
* Implement modifying colors using methodsMaximilian Goldstein2020-04-022-0/+30
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-9/+7
* Stop using Qt::DateFormat's locale-dependent membersEdward Welbourne2020-03-061-16/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-211-6/+6
|\
| * Doc: Fix documentation warnings for Qt QMLTopi Reinio2020-02-201-6/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-311-81/+109
|\|
| * Reduce Qt Declarative's use of QDateTime's locale-dependent APIsFabian Kosmale2020-01-301-81/+109
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-252-0/+45
|\|
| * Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-232-0/+45
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-201-13/+13
|\|
| * Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-13/+13
* | Adapt to the removal of QObject::staticQtMetaObjectOlivier Goffart2020-01-141-7/+1
|/
* 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
|/ /