summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't crash on invalid expressionsAaron Kennedy2009-11-091-1/+6
* Fix following af454feab24824a7ef2d28794930fb7c227c270fAaron Kennedy2009-11-091-2/+3
* QmlContext testsAaron Kennedy2009-11-021-0/+4
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-301-16/+16
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-301-8/+8
| |\
| * | fix headersWarwick Allison2009-10-291-16/+16
* | | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-301-3/+3
| |/ |/|
* | Store filename as a QUrl rather than convert to QString.Martin Jones2009-10-291-8/+8
|/
* Do not display transient binding errorsAaron Kennedy2009-10-281-0/+1
* Add a QmlExpression::error() methodAaron Kennedy2009-10-281-4/+51
* Simplify the defaultObjects handlingAaron Kennedy2009-10-271-4/+6
* Use QScriptProgram under windowsAaron Kennedy2009-10-261-2/+2
* Merge branch 'qscriptprogram' of git@scm.dev.nokia.troll.no:qt/khansens-qt-sc...Aaron Kennedy2009-10-261-1/+2
* Clear exceptions after a binding evaluationAaron Kennedy2009-10-231-0/+1
* Fix test failures.Aaron Kennedy2009-10-221-2/+4
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-10-221-5/+11
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-10-211-13/+36
| |\
| * | Add bool* argument to QmlExpression::value() to help debugger.Bea Lam2009-10-191-5/+11
* | | Compiled JS doesn't work on Win32Martin Jones2009-10-221-2/+2
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-10-161-12/+29
|\ \
| * | Add binding assignment warningsAaron Kennedy2009-10-161-12/+29
| |/
* | Fixes for Symbian.Martin Jones2009-10-161-1/+7
|/
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-1/+1
* Tweak scope ordering (again)Aaron Kennedy2009-10-091-8/+2
* Output file/line for script errorsAaron Kennedy2009-10-091-16/+32
* Make qmlecmascript:selfDeletingBinding passAaron Kennedy2009-10-081-83/+110
* Improve scope handlingAaron Kennedy2009-10-061-10/+12
* Fix test failuresAaron Kennedy2009-10-051-14/+6
* Use QScriptProgram to speed up binding creationAaron Kennedy2009-10-051-1/+20
* Slight simplification of parameterized signalsAaron Kennedy2009-09-221-17/+28
* Expressions should fail to evaluate if their engine has been destroyedAaron Kennedy2009-08-271-1/+1
* Only need to mess with the scope chain when evaluating.Michael Brasser2009-08-251-6/+6
* Slightly change implementation of scope chain.Michael Brasser2009-08-181-10/+3
* Abstract expression and binding APIsAaron Kennedy2009-08-101-35/+57
* Pass the "me" context directly to QmlBasicScriptAaron Kennedy2009-08-071-6/+1
* Remove unused parametersAaron Kennedy2009-08-071-14/+4
* Fix expression linked list.Michael Brasser2009-08-061-0/+2
* Use a linked list instead of a QSet<> to track expressionsAaron Kennedy2009-08-051-7/+18
* Rewrite bindings inside the compilerAaron Kennedy2009-08-051-5/+19
* Revert "Make private stuff public"Alan Alpert2009-07-281-1/+1
* Make private stuff publicAlan Alpert2009-07-281-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-271-2/+2
|\
| * Make sure we pass through a line number for evaluating bindings.Michael Brasser2009-07-271-2/+2
* | Make private stuff privateAaron Kennedy2009-07-271-16/+3
|/
* Prevent expression evaluation data from overlappingAaron Kennedy2009-07-201-4/+8
* Rework expression stuff to use a more efficient notify handlerAaron Kennedy2009-07-201-236/+176
* Move the QML rewriting stuff into a central locationAaron Kennedy2009-07-161-96/+2
* Rewrite QML expressions as closuresRoberto Raggi2009-07-151-34/+139
* Revert "Use a function object when evaluating bindings"Aaron Kennedy2009-07-151-13/+5
* Use a function object when evaluating bindingsAaron Kennedy2009-07-151-5/+13