aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/scriptimporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* ScriptEngine: Make import functionality exception safeChristian Kandeler2023-04-281-2/+3
* Switch JavaScript back-endChristian Kandeler2023-02-071-14/+10
* qt6: replace some QStringRefs with QStringViewsIvan Komissarov2020-11-091-4/+5
* Fix uninitialized variablesIvan Komissarov2019-05-021-2/+2
* JS imports: Cache also the results of "require"Christian Kandeler2018-06-121-1/+2
* Remove duplicated script error handling codeJoerg Bornemann2018-01-101-15/+2
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-1/+2
* Fix handling of empty JS filesChristian Kandeler2017-11-061-1/+2
* Use ScriptEngine in ScriptImporter instead of QScriptEngineJoerg Bornemann2017-01-101-1/+3
* Change style of #includes of Qt headersJake Petroules2017-01-041-1/+1
* Update license headersIikka Eklund2016-08-291-14/+23
* Revisit importing JS source codeJoerg Bornemann2016-05-101-0/+161