| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | QtQml: Use QQmlScriptBlob in Qt.include | Ulf Hermann | 2025-06-17 | 1 | -141/+96 |
| * | QV4Include: get rid of manual processing of HTTP redirects | Vladimir Belyavsky | 2023-06-15 | 1 | -19/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Use QV4::Scope::hasException() where applicable | Ulf Hermann | 2021-06-30 | 1 | -4/+4 |
| * | Clean up JSCallData setup | Ulf Hermann | 2021-03-17 | 1 | -3/+3 |
| * | QML: Rewrite Qt object in actual C++ | Ulf Hermann | 2020-11-09 | 1 | -23/+27 |
| * | Encapsulate QQmlContextData | Ulf Hermann | 2020-03-23 | 1 | -2/+2 |
| * | Allow multiple URL interceptors per engine | Ulf Hermann | 2020-03-17 | 1 | -2/+2 |
| * | Revert "error -> networkError to fix deprecation warning" | Timur Pocheptsov | 2020-02-28 | 1 | -1/+1 |
| * | error -> networkError to fix deprecation warning | Fawzi Mohamed | 2020-02-27 | 1 | -1/+1 |
| * | Revert "Replace call to deprecated QNetworkReply::error method" | Timur Pocheptsov | 2020-02-24 | 1 | -1/+1 |
| * | Replace call to deprecated QNetworkReply::error method | Fabian Kosmale | 2020-01-17 | 1 | -1/+1 |
| * | Disentangle includes and namespaces | Ulf Hermann | 2019-07-11 | 1 | -1/+0 |
| * | Split qqmltypeloader{_p.h|.cpp} into a several files | Ulf Hermann | 2019-07-11 | 1 | -0/+1 |
| * | remove QmlIR::Document::removeScriptPragmas | Ulf Hermann | 2019-07-09 | 1 | -1/+0 |
| * | Remove last traces of QV8Engine | Ulf Hermann | 2019-05-08 | 1 | -6/+10 |
| * | Don't needlessly restrict Qt.include() in case !qml-network | Ulf Hermann | 2019-04-18 | 1 | -8/+5 |
| * | Fix parsing of js files via Qt.include() | Simon Hausmann | 2018-11-29 | 1 | -1/+1 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -10/+10 |
| * | Clean up QML worker scripts part 2 | Simon Hausmann | 2018-08-21 | 1 | -1/+1 |
| * | Fix QML data structure version checking for ahead-of-time generated files | Simon Hausmann | 2018-03-20 | 1 | -3/+7 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -2/+2 |
| * | Remove some duplicated code | Simon Hausmann | 2018-01-25 | 1 | -15/+1 |
| * | Convert more builtin functions to use the new calling convention | Lars Knoll | 2018-01-12 | 1 | -5/+5 |
| * | Further cleanup JSCallData | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Simplify JSCallData construction | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Get rid of JSCallData::call() | Lars Knoll | 2017-11-07 | 1 | -4/+4 |
| * | Rename JSCall to JSCallData | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Change CallData::argc to be a QV4::Value | Erik Verbruggen | 2017-09-19 | 1 | -2/+2 |
| * | Always set the correct FunctionObject when calling JS functions | Lars Knoll | 2017-09-02 | 1 | -4/+4 |
| * | Move ScopedCallData and ScopedStackFrame into a separate file | Lars Knoll | 2017-09-01 | 1 | -0/+1 |
| * | Remove Scope::result and convert calling convention for builtins | Lars Knoll | 2017-08-08 | 1 | -3/+4 |
| * | Change function signatures for call/construct back | Lars Knoll | 2017-08-04 | 1 | -1/+1 |
| * | Run includemocs in qtdeclarative | Thiago Macieira | 2017-04-26 | 1 | -0/+2 |
| * | Convert more builtin functions | Lars Knoll | 2017-01-25 | 1 | -10/+9 |
| * | Start cleaning up the QmlContextWrapper | Lars Knoll | 2016-12-04 | 1 | -1/+0 |
| * | Turn the no-network support into a configurable feature | Lars Knoll | 2016-10-10 | 1 | -7/+7 |
| * | V4: Pass scope around as parameters inside the runtime. | Erik Verbruggen | 2016-06-22 | 1 | -1/+1 |
| * | QtLite: no_network option for QtDeclarative | Paolo Angelelli | 2016-03-04 | 1 | -6/+32 |
| * | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-01-29 | 1 | -0/+2 |
| |\ |
|
| | * | Pass Qt.include() URLs through the URL interceptor if present | Kevin Krammer | 2016-01-23 | 1 | -0/+2 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| |/ |
|
| * | Pass a QmlContext to QV4::Script instead of a contextwrapper | Lars Knoll | 2015-09-09 | 1 | -8/+9 |
| * | QV4Include doesn't need a contextdata | Lars Knoll | 2015-09-08 | 1 | -5/+3 |
| * | Cleanup retrieval of scope and context objects | Lars Knoll | 2015-06-18 | 1 | -1/+1 |
| * | Move exceptionValue and globalObject from the Engine onto the JS stack | Lars Knoll | 2015-04-24 | 1 | -1/+1 |
| * | Get rid of asFunctionObject() | Lars Knoll | 2015-04-21 | 1 | -2/+2 |
| * | More cleanups | Lars Knoll | 2015-04-21 | 1 | -2/+2 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |