aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlworkerscript
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Use QHash/QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky10 days1-4/+4
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-122-3/+2
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-111-2/+1
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-1/+1
* Remove the use of Q_QMLWORKERSCRIPT_PRIVATE_EXPORTAlexey Edelev2024-01-092-2/+2
* Remove all QML_DECLARE_TYPE from src and toolsUlf Hermann2023-11-181-2/+0
* Doc: Fix undocumented parameters and broken linksTopi Reinio2023-09-151-0/+3
* convert threading example to manual testsOliver Eftevaag2023-07-041-3/+0
* Doc: Don't use versioned Qt imports in QML snippetsKai Köhne2023-06-301-1/+1
* Doc: Remove warninglimit .qdocconf variableTopi Reinio2023-06-271-3/+0
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-061-5/+0
* Move ScopedStackFrame into qv4stackframe_p.hUlf Hermann2023-05-171-3/+4
* QML: Fix write back of Date valuesUlf Hermann2023-01-171-1/+1
* WorkerScript: Create ExecutionEngines on demand when neededUlf Hermann2022-11-301-15/+40
* QtQml: Restructure the moduleMaximilian Goldstein2022-11-281-0/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-2/+2
* QML: Drop the "succeeded" out parameters from SequencePrototypeUlf Hermann2022-10-071-3/+2
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-201-1/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* QML: Make modules imported with registerModule() available in QMLUlf Hermann2022-09-021-4/+6
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-118-303/+16
* Allow retrieval of sequences from QJSValueUlf Hermann2022-06-021-19/+18
* QML: Allow named lists of value typesUlf Hermann2022-01-281-1/+5
* Remove the qml_sequence_object feature flagUlf Hermann2022-01-151-8/+0
* Doc: Enable zero warning limit for documentationVenugopal Shivashankar2022-01-141-0/+3
* Doc: Drop version no. against the \qmlmoduleVenugopal Shivashankar2021-12-021-1/+1
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-023-14/+4
* Doc: Remove unsupported customFiltersKai Köhne2021-08-311-4/+0
* Remove unnecessary declarations of type registration functionsUlf Hermann2021-07-161-2/+0
* Fix life cycle methods for some QML-exposed typesUlf Hermann2021-07-141-0/+1
* Privately export all QML-exposed typesUlf Hermann2021-07-131-1/+1
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-1/+1
* Refactor and update qml CMake APICraig Scott2021-06-043-25/+49
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-191-115/+0
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-271-1/+0
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-151-1/+1
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-251-1/+1
* Clean up JSCallData setupUlf Hermann2021-03-171-3/+3
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-121-2/+2
* Remove the qmake project filesFabian Kosmale2021-01-151-26/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-062-20/+20
* Do not resolve URLs when assigning them to a propertyUlf Hermann2020-06-221-4/+7
* CMake: Regenerate qtdeclarative/srcAlexandru Croitor2020-05-292-1/+2
* Remove --dependencies option from qmltyperegistrarUlf Hermann2020-05-261-2/+0
* Model WorkerScript as an engine extensionUlf Hermann2020-05-201-47/+58
* Fix qmltypes file names for qmltypes built from librariesUlf Hermann2020-05-191-0/+1
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-1/+3
* Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-03-122-0/+228
|\
| * CMake: Regenerate and adapt to merge from devwip/cmakeAlexandru Croitor2020-03-122-4/+4