aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't leak QQmlJavaScriptExpression errorsColin Ogilvie2017-06-161-1/+0
* 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
* | Get rid of some v8 based codeLars Knoll2013-05-241-5/+6
* | Remove the remaining dependencies onto the binding rewriterLars Knoll2013-05-241-11/+4
* | Add support for direct binding evaluation in QV4ScriptLars Knoll2013-05-241-83/+3
* | Make the default constructor of PersistentValue not allocate a d pointerLars Knoll2013-05-071-1/+1
* | Change some v8::Persistent to QV4::PersistentValueLars Knoll2013-05-071-5/+1
* | Get rid of v8::LocalLars Knoll2013-05-061-2/+2
* | Remove v8::HandleScopeLars Knoll2013-05-031-1/+0
* | Cleanup v8 Context handlingLars Knoll2013-05-031-1/+0
* | Move QV8Engine::to/fromVariant over to a v4 based APILars Knoll2013-05-011-1/+1
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24