aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi/qjsengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Move QMetaObjectWrapper into separate header/impl filesUlf Hermann2024-04-281-0/+1
* Add doc for gc()Tasuku Suzuki2024-01-111-1/+5
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-1/+1
* Long live incremental garbage collection in QML!Fabian Kosmale2023-12-201-0/+1
* QJSEngine: use delegating ctorFabian Kosmale2023-11-221-4/+1
* qml: replace fromLatin with _L1Anton Kudryavtsev2023-09-151-1/+1
* Doc: Fix undocumented parameters and broken linksTopi Reinio2023-09-151-2/+2
* QmlCompiler: Allow coercing date values to numbersUlf Hermann2023-08-251-0/+5
* QJSEngine::evaluate: Cross-reference QQmlExpressionFabian Kosmale2023-08-151-0/+5
* Doc: Small improvements for ~QQmlEngine, ~QJSEngineKai Köhne2023-06-201-1/+1
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-091-1/+1
* QJSEngine: scope the results of fromData() and fromVariant()Ulf Hermann2023-03-071-2/+7
* Doc: Remove duplicate words (typos)Andreas Eliasson2023-03-071-2/+2
* QML: Treat long and ulong like other numbersUlf Hermann2023-02-071-0/+6
* QJSEngine: Move old convertV2 to removed_api.cppUlf Hermann2023-01-311-7/+0
* Fix minor API problemsUlf Hermann2023-01-181-8/+0
* QJSEngine: Add efficient conversions for QDateTime and friendsUlf Hermann2023-01-171-0/+11
* QJSEngine: Document new conversion functionsUlf Hermann2023-01-031-6/+38
* QJSEngine: Add QJSPrimitiveValue conversionsUlf Hermann2022-12-151-0/+27
* QJSEngine: Optimize conversion from QObject* to QStringUlf Hermann2022-11-221-0/+6
* QJSEngine: Mark convertV2 variant with int parameter as BC-onlyUlf Hermann2022-11-161-0/+2
* QJSEngine: Provide a method to coerce values in JS fashionUlf Hermann2022-11-151-7/+24
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* QML: Make modules imported with registerModule() available in QMLUlf Hermann2022-09-021-10/+18
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QJSEngine: optimize isInterrupted handlingMarc Mutz2022-06-041-4/+4
* QmlCompiler: Perform QVariant conversion in JavaScript semanticsUlf Hermann2022-02-181-57/+83
* Ensure QQmlData::get const-correctnessFabian Kosmale2021-12-041-1/+1
* QJSEngine: Make uiLanguage a QObjectBindablePropertyFabian Kosmale2021-10-071-6/+2
* QJSValue: Avoid BIC breakFabian Kosmale2021-07-051-0/+8
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-301-2/+2
* Add more links to QJSEngine's ownership documentationFabian Kosmale2021-06-171-1/+10
* Doc: Fix documentation issuesTopi Reinio2021-06-021-4/+6
* Add QJSEngine::registerModuleAlex Shaw2021-05-011-0/+73
* Rework qmljsrootgenUlf Hermann2021-04-161-0/+17
* Use QMetaType for ExecutionEngine::metaTypeFromJS()Ulf Hermann2021-03-241-6/+16
* metaTypeToJS: use QMetaType instead of idFabian Kosmale2021-02-191-2/+2
* qjsengine: Clarify to/fromScriptValue documentationMaximilian Goldstein2021-02-081-0/+2
* QJSEngine: Add a function to throw a pre-generated error objectUlf Hermann2021-01-221-0/+14
* Add a QJSManagedValueUlf Hermann2020-12-181-0/+12
* Allow checking for and catching errors from QJSEngineUlf Hermann2020-12-071-0/+27
* Mark url as builtin typeUlf Hermann2020-12-021-0/+5
* qtdeclarative: finish fixing compilation with explicit QChar(int)David Faure2020-11-071-1/+1
* Doc:: Fix documentation warnings for Qt QMLTopi Reinio2020-11-051-3/+3
* QJSEngine::evaluete: fix documentationFabian Kosmale2020-09-031-2/+2
* QJSEngine: provide a way to check if an exception was thrownFabian Kosmale2020-09-021-5/+27
* Remove deprecated QJSEngine::installTranslatorFunctions functionFabian Kosmale2020-08-251-34/+0
* QJSEngine: support char16_tFabian Kosmale2020-05-161-0/+3
* Move object onwership functions from QQmlEngine to QJSEngineFabian Kosmale2020-04-241-0/+66
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-105/+38