aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use minimal javascript expression for bound signalsChris Adams2012-03-291-16/+5
* Update documentationAlan Alpert2012-03-271-1/+4
* Remove binding dependency on QQmlExpressionAaron Kennedy2012-03-151-150/+9
* Move binding and expression classes to separate filesAaron Kennedy2012-03-131-266/+0
* Merge master <-> api_changesMatthew Vogt2012-03-051-2/+2
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-0/+982