aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-10/+11
* Make QQmlScriptString opaque.Michael Brasser2012-08-031-15/+15
* Don't provide typehint in QQmlExpression::evaluate()Chris Adams2012-07-111-1/+1
* Delay conversion of v8 exceptions to QQmlErrors.Michael Brasser2012-06-051-1/+1
* Add QQmlEngine::trimComponentCache()Matthew Vogt2012-05-171-18/+10
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-141-1/+1
* Return earlier if script.context() is invalidCharles Yin2012-05-091-0/+4
* Whitespace fix in the source code.Jerome Pasion2012-04-301-4/+4
* Doc: Fixing errors due to incorrect QDoc commands.Jerome Pasion2012-04-271-1/+1
* Loosen shared binding testsAaron Kennedy2012-03-301-10/+2