aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-20/+21
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* Simplify errors and diagnosticsUlf Hermann2019-06-141-4/+4
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* Make QQmlDirParser and QQmlError available in QmlDevToolsUlf Hermann2018-10-251-0/+1
* Doc: Remove references to Qt Quick 1Kai Koehne2018-10-011-2/+0
* Fix QQmlExpression::hasError()/error() on syntax errorsSimon Hausmann2018-03-271-0/+5
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-5/+5
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-3/+4
* Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-1/+0
|\
| * Don't leak QQmlJavaScriptExpression errorsColin Ogilvie2017-06-161-1/+0
* | Change function signatures for call/construct backLars Knoll2017-08-041-5/+4
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-0/+1
|\
| * Fix QQmlExpression leaking QQmlError objectsRobert Griebl2017-02-231-0/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-1/+3
|\|
| * Get rid of FunctionObject::createQmlFunctionLars Knoll2016-12-091-2/+2
| * Limit access to m_function to QQmlJavaScriptExpressionLars Knoll2016-12-091-1/+3
* | Qml, Imports: mark some methods as constAnton Kudryavtsev2016-10-131-1/+1
|/
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-4/+5
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-1/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-081-1/+1
* Smaller cleanup to QQmlJavaScriptExpressionLars Knoll2015-06-181-5/+1
* Don't store the qmlscope object in a persistentLars Knoll2015-06-181-1/+1
* Move m_function into the base classLars Knoll2015-04-271-3/+1
* Rename the v4function member variablesLars Knoll2015-04-271-3/+3
* Cleanup: remove context argument from evaluate methodsLars Knoll2015-04-261-1/+1
* Remove the manual vtable from QQmlJavaScriptExpressionLars Knoll2015-04-251-15/+3
* Get rid of QQmlAbstractExpressionLars Knoll2015-04-241-2/+2
* Speed up object creationSimon Hausmann2015-04-161-2/+2
* Fix some qdoc warnings.Friedemann Kleint2015-03-311-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+5
* Cleanup variant conversion codeLars Knoll2015-01-091-1/+1
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-1/+1
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-1/+1
* Fix crash with when evaluating bindings with QQmlExpression that throw except...Simon Hausmann2014-12-051-1/+2
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-13/+6
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of the url and file name members in QQmlCompiledDataSimon Hausmann2014-06-051-1/+1
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-021-1/+1
* Fix compilation of script stringsSimon Hausmann2014-04-021-12/+11
* Cleanupsv5.3.0-beta1Simon Hausmann2014-03-211-10/+3
* Make QQmlExpression more robust when initializing from script stringSimon Hausmann2014-03-021-5/+11
* Fix Persistent/WeakValue APILars Knoll2013-09-261-1/+6
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-2/+3
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-1/+1
|\
| * Doc: Create links to Qt Quick 1Sze Howe Koh2013-04-241-1/+1
| * Doc: Qt Quick: Fix module name format (Pt 2/2)Sze Howe Koh2013-04-231-1/+1
* | Remove some leftovers from the v8bindingsLars Knoll2013-05-291-1/+0