summaryrefslogtreecommitdiff
path: root/src/qml/jsapi/qjsengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-231-8/+30
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-1/+3
|\
| * Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-291-1/+3
* | Port from implicit to explicit atomic operationsMarc Mutz2019-07-021-3/+3
* | Remove last traces of QV8EngineUlf Hermann2019-05-081-4/+0
* | Make JavaScript execution interruptibleUlf Hermann2019-04-301-1/+35
|/
* Clarify documentation about throwError and the specific error typesSimon Hausmann2018-10-311-0/+6
* Add convenience functions for creating and inspecting error objectsAllan Sandfeld Jensen2018-10-301-0/+72
* Fix translation contexts for paths with drive letters on WindowsErik Verbruggen2018-10-151-15/+13
* Doc: Fix QDoc warningsPaul Wicking2018-10-011-1/+1