aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlworkerscript/qquickworkerscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Use QHash/QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky12 days1-4/+4
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-1/+1
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-1/+1
* convert threading example to manual testsOliver Eftevaag2023-07-041-3/+0
* WorkerScript: Create ExecutionEngines on demand when neededUlf Hermann2022-11-301-15/+40
* QML: Make modules imported with registerModule() available in QMLUlf Hermann2022-09-021-4/+6
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Clean up JSCallData setupUlf Hermann2021-03-171-3/+3
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-4/+7
* Model WorkerScript as an engine extensionUlf Hermann2020-05-201-47/+58
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-1/+3
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-101-2/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-031-0/+4
|\
| * Fix build with -no-feature-networkUlf Hermann2020-02-241-0/+4
* | qmlworkerscript: Fix wrong type used in docsMaximilian Goldstein2020-01-231-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-0/+11
|\|
| * QV4::Engine: replace std::function with a function pointerFabian Kosmale2020-01-061-4/+4
| * QV4::ExecutionEngine: provide QNAM accessorFabian Kosmale2020-01-031-0/+11
* | src/qmlworkerscript: Add ready property to WorkerScriptMaximilian Goldstein2019-12-061-0/+13
|/
* WorkerScript: Directly delete QQuickWorkerScriptEnginePrivateUlf Hermann2019-09-301-1/+1
* Re-add documentation for QtQml.WorkerScriptUlf Hermann2019-09-171-1/+1
* Remove last traces of QV8EngineUlf Hermann2019-05-081-66/+30
* Move workerscript to its own moduleUlf Hermann2019-05-061-0/+673