aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qqmlbuiltinfunctions.cpp
Commit message (Expand)AuthorAgeFilesLines
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-091-668/+382
* 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
* Clarify argument types for QML's Qt.point, Qt.rect, and Qt.sizeSebastian Hartte2020-05-221-3/+3
* Implement Qt.alpha()Maximilian Goldstein2020-04-141-1/+30
* Implement modifying colors using methodsMaximilian Goldstein2020-04-021-0/+28
* 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-251-0/+43
|\|
| * Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-231-0/+43
* | 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-081-11/+4
* | Remove QQmlV4HandleUlf Hermann2019-04-101-2/+2
|/
* Improve logging of nested arraysUlf Hermann2019-01-031-1/+22
* Doc: Remove references to Qt Quick 1Kai Koehne2018-10-011-4/+0
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-5/+5
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-2/+2
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-021-10/+0
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-021-0/+9
* Move the C++ and JS stack frame definitions into it's own fileLars Knoll2018-07-031-0/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-4/+4
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-1/+1
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-3/+3
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* 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
* | 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
* | Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-021-1/+1
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-1/+1