| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tooling: Add test for integrating event replay with qmlpreview | Ulf Hermann | 2025-11-21 | 1 | -0/+4 |
| * | QtQml: Move ExecutionEngine in to QJSEnginePrivate | Ulf Hermann | 2025-06-24 | 1 | -6/+4 |
| * | QJSEngine: Use QQmlScriptBlob instead of loadModule | Ulf Hermann | 2025-06-18 | 1 | -27/+58 |
| * | QtQml: Better encapsulate QV4::Script | Ulf Hermann | 2025-06-05 | 1 | -6/+6 |
| * | QJSEngine: Allow strings as arguments to throwError() | Ulf Hermann | 2025-05-15 | 1 | -1/+3 |
| * | QJSEngine: Trim compilation units after evaluating a program | Olivier De Cannière | 2025-03-12 | 1 | -0/+2 |
| * | QJSEngine::collectGarbage: Align behavior with QML's gc method | Fabian Kosmale | 2025-01-22 | 1 | -1/+1 |
| * | QtQml: Avoid potential gc issues | Fabian Kosmale | 2024-12-18 | 1 | -2/+4 |
| * | QtQml: Model native modules as compilation units | Ulf Hermann | 2024-12-06 | 1 | -12/+15 |
| * | QtQml: Move QMetaObjectWrapper into separate header/impl files | Ulf Hermann | 2024-04-28 | 1 | -0/+1 |
| * | Add doc for gc() | Tasuku Suzuki | 2024-01-11 | 1 | -1/+5 |
| * | QtQml: Always link executable CU on creation | Ulf Hermann | 2024-01-10 | 1 | -1/+1 |
| * | Long live incremental garbage collection in QML! | Fabian Kosmale | 2023-12-20 | 1 | -0/+1 |
| * | QJSEngine: use delegating ctor | Fabian Kosmale | 2023-11-22 | 1 | -4/+1 |
| * | qml: replace fromLatin with _L1 | Anton Kudryavtsev | 2023-09-15 | 1 | -1/+1 |
| * | Doc: Fix undocumented parameters and broken links | Topi Reinio | 2023-09-15 | 1 | -2/+2 |
| * | QmlCompiler: Allow coercing date values to numbers | Ulf Hermann | 2023-08-25 | 1 | -0/+5 |
| * | QJSEngine::evaluate: Cross-reference QQmlExpression | Fabian Kosmale | 2023-08-15 | 1 | -0/+5 |
| * | Doc: Small improvements for ~QQmlEngine, ~QJSEngine | Kai Köhne | 2023-06-20 | 1 | -1/+1 |
| * | QML: Encode "missing" line number as negated address of stack frame | Ulf Hermann | 2023-05-09 | 1 | -1/+1 |
| * | QJSEngine: scope the results of fromData() and fromVariant() | Ulf Hermann | 2023-03-07 | 1 | -2/+7 |
| * | Doc: Remove duplicate words (typos) | Andreas Eliasson | 2023-03-07 | 1 | -2/+2 |
| * | QML: Treat long and ulong like other numbers | Ulf Hermann | 2023-02-07 | 1 | -0/+6 |
| * | QJSEngine: Move old convertV2 to removed_api.cpp | Ulf Hermann | 2023-01-31 | 1 | -7/+0 |
| * | Fix minor API problems | Ulf Hermann | 2023-01-18 | 1 | -8/+0 |
| * | QJSEngine: Add efficient conversions for QDateTime and friends | Ulf Hermann | 2023-01-17 | 1 | -0/+11 |
| * | QJSEngine: Document new conversion functions | Ulf Hermann | 2023-01-03 | 1 | -6/+38 |
| * | QJSEngine: Add QJSPrimitiveValue conversions | Ulf Hermann | 2022-12-15 | 1 | -0/+27 |
| * | QJSEngine: Optimize conversion from QObject* to QString | Ulf Hermann | 2022-11-22 | 1 | -0/+6 |
| * | QJSEngine: Mark convertV2 variant with int parameter as BC-only | Ulf Hermann | 2022-11-16 | 1 | -0/+2 |
| * | QJSEngine: Provide a method to coerce values in JS fashion | Ulf Hermann | 2022-11-15 | 1 | -7/+24 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | QML: Make modules imported with registerModule() available in QML | Ulf Hermann | 2022-09-02 | 1 | -10/+18 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | QJSEngine: optimize isInterrupted handling | Marc Mutz | 2022-06-04 | 1 | -4/+4 |
| * | QmlCompiler: Perform QVariant conversion in JavaScript semantics | Ulf Hermann | 2022-02-18 | 1 | -57/+83 |
| * | Ensure QQmlData::get const-correctness | Fabian Kosmale | 2021-12-04 | 1 | -1/+1 |
| * | QJSEngine: Make uiLanguage a QObjectBindableProperty | Fabian Kosmale | 2021-10-07 | 1 | -6/+2 |
| * | QJSValue: Avoid BIC break | Fabian Kosmale | 2021-07-05 | 1 | -0/+8 |
| * | Use QV4::Scope::hasException() where applicable | Ulf Hermann | 2021-06-30 | 1 | -2/+2 |
| * | Add more links to QJSEngine's ownership documentation | Fabian Kosmale | 2021-06-17 | 1 | -1/+10 |
| * | Doc: Fix documentation issues | Topi Reinio | 2021-06-02 | 1 | -4/+6 |
| * | Add QJSEngine::registerModule | Alex Shaw | 2021-05-01 | 1 | -0/+73 |
| * | Rework qmljsrootgen | Ulf Hermann | 2021-04-16 | 1 | -0/+17 |
| * | Use QMetaType for ExecutionEngine::metaTypeFromJS() | Ulf Hermann | 2021-03-24 | 1 | -6/+16 |
| * | metaTypeToJS: use QMetaType instead of id | Fabian Kosmale | 2021-02-19 | 1 | -2/+2 |
| * | qjsengine: Clarify to/fromScriptValue documentation | Maximilian Goldstein | 2021-02-08 | 1 | -0/+2 |
| * | QJSEngine: Add a function to throw a pre-generated error object | Ulf Hermann | 2021-01-22 | 1 | -0/+14 |
| * | Add a QJSManagedValue | Ulf Hermann | 2020-12-18 | 1 | -0/+12 |
| * | Allow checking for and catching errors from QJSEngine | Ulf Hermann | 2020-12-07 | 1 | -0/+27 |