| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review: mark workerscript subfolder | Fabian Kosmale | 2025-09-16 | 6 | -0/+6 |
| * | QtQml: Fix leftovers from V8 | Ulf Hermann | 2025-07-11 | 1 | -1/+1 |
| * | QtQml: Allow remote JavaScript files in WorkerScript | Ulf Hermann | 2025-06-17 | 2 | -42/+82 |
| * | QtQml: Hold QQmlTypeLoader in QV4::ExecutionEngine | Ulf Hermann | 2025-06-17 | 1 | -11/+19 |
| * | WorkerScript: Properly reset entry in workers map on removal | Ulf Hermann | 2025-06-14 | 1 | -2/+4 |
| * | WorkerScript: Clean up event classes and enums | Ulf Hermann | 2025-06-12 | 1 | -99/+67 |
| * | QtQml: Drop source URL from WorkerScript | Ulf Hermann | 2025-06-06 | 1 | -2/+0 |
| * | QtQml: Fix thread synchronization in QQuickWorkerScript | Ulf Hermann | 2025-06-05 | 1 | -15/+17 |
| * | Doc: Unify spelling of Qt Qml modules | Jaishree Vyas | 2025-06-05 | 2 | -3/+3 |
| * | Fix navigation in Qml WorkerScript and XmlListModel projects | Alexei Cazacov | 2025-01-17 | 2 | -4/+36 |
| * | QtQml: Move network access manager factory into type loader | Ulf Hermann | 2025-01-08 | 1 | -15/+12 |
| * | QtQml: Model native modules as compilation units | Ulf Hermann | 2024-12-06 | 1 | -6/+3 |
| * | Doc: Replace \instantiates with \nativetype | Paul Wicking | 2024-08-20 | 1 | -1/+1 |
| * | Remove the use of GENERATE_CPP_EXPORTS argument | Alexey Edelev | 2024-06-11 | 1 | -1/+0 |
| * | Restructure builtins and QtQml.Base | Ulf Hermann | 2024-06-03 | 1 | -1/+1 |
| * | QtQml: Use QHash/QMap's constFind() to avoid unnecessary detaches | Vladimir Belyavsky | 2024-04-22 | 1 | -4/+4 |
| * | QtQml: Add a wrapper builtin for QQmlV4Function* | Ulf Hermann | 2024-04-12 | 2 | -3/+2 |
| * | Remove the use of GENERATE_PRIVATE_CPP_EXPORTS | Alexey Edelev | 2024-01-11 | 1 | -2/+1 |
| * | QtQml: Always link executable CU on creation | Ulf Hermann | 2024-01-10 | 1 | -1/+1 |
| * | Remove the use of Q_QMLWORKERSCRIPT_PRIVATE_EXPORT | Alexey Edelev | 2024-01-09 | 2 | -2/+2 |
| * | Remove all QML_DECLARE_TYPE from src and tools | Ulf Hermann | 2023-11-18 | 1 | -2/+0 |
| * | Doc: Fix undocumented parameters and broken links | Topi Reinio | 2023-09-15 | 1 | -0/+3 |
| * | convert threading example to manual tests | Oliver Eftevaag | 2023-07-04 | 1 | -3/+0 |
| * | Doc: Don't use versioned Qt imports in QML snippets | Kai Köhne | 2023-06-30 | 1 | -1/+1 |
| * | Doc: Remove warninglimit .qdocconf variable | Topi Reinio | 2023-06-27 | 1 | -3/+0 |
| * | Remove the manual undef of the min/max macros, or def NOMINMAX | Amir Masoud Abdol | 2023-06-06 | 1 | -5/+0 |
| * | Move ScopedStackFrame into qv4stackframe_p.h | Ulf Hermann | 2023-05-17 | 1 | -3/+4 |
| * | QML: Fix write back of Date values | Ulf Hermann | 2023-01-17 | 1 | -1/+1 |
| * | WorkerScript: Create ExecutionEngines on demand when needed | Ulf Hermann | 2022-11-30 | 1 | -15/+40 |
| * | QtQml: Restructure the module | Maximilian Goldstein | 2022-11-28 | 1 | -0/+2 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -2/+2 |
| * | QML: Drop the "succeeded" out parameters from SequencePrototype | Ulf Hermann | 2022-10-07 | 1 | -3/+2 |
| * | V4: Make ExecutionEngine::toVariant() static | Ulf Hermann | 2022-09-20 | 1 | -1/+2 |
| * | Change the license of all CMakeLists.txt and *.cmake files to BSD | Lucie Gérard | 2022-09-07 | 1 | -1/+1 |
| * | QML: Make modules imported with registerModule() available in QML | Ulf Hermann | 2022-09-02 | 1 | -4/+6 |
| * | Add license headers to cmake files | Lucie Gérard | 2022-07-08 | 1 | -0/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 8 | -303/+16 |
| * | Allow retrieval of sequences from QJSValue | Ulf Hermann | 2022-06-02 | 1 | -19/+18 |
| * | QML: Allow named lists of value types | Ulf Hermann | 2022-01-28 | 1 | -1/+5 |
| * | Remove the qml_sequence_object feature flag | Ulf Hermann | 2022-01-15 | 1 | -8/+0 |
| * | Doc: Enable zero warning limit for documentation | Venugopal Shivashankar | 2022-01-14 | 1 | -0/+3 |
| * | Doc: Drop version no. against the \qmlmodule | Venugopal Shivashankar | 2021-12-02 | 1 | -1/+1 |
| * | Migrate to autogenerated cpp exports | Alexey Edelev | 2021-11-02 | 3 | -14/+4 |
| * | Doc: Remove unsupported customFilters | Kai Köhne | 2021-08-31 | 1 | -4/+0 |
| * | Remove unnecessary declarations of type registration functions | Ulf Hermann | 2021-07-16 | 1 | -2/+0 |
| * | Fix life cycle methods for some QML-exposed types | Ulf Hermann | 2021-07-14 | 1 | -0/+1 |
| * | Privately export all QML-exposed types | Ulf Hermann | 2021-07-13 | 1 | -1/+1 |
| * | Pass QMetaType by value rather than by ID in more places | Ulf Hermann | 2021-06-09 | 1 | -1/+1 |
| * | Refactor and update qml CMake API | Craig Scott | 2021-06-04 | 3 | -25/+49 |
| * | CMake: Remove unneeded *.pro and .prev_CMakeLists.txt files | Craig Scott | 2021-05-19 | 1 | -115/+0 |