summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlexpression_p.h
Commit message (Expand)AuthorAgeFilesLines
* Optimization: Cache compiled dynamic functionsAaron Kennedy2010-01-081-0/+2
* Stop using QGuardAaron Kennedy2009-12-231-5/+4
* fix includesOswald Buddenhagen2009-12-031-3/+6
* Optimization: Use QString, not QUrl in QmlBindingAaron Kennedy2009-12-031-2/+2
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-2/+2
* Cache binding closuresAaron Kennedy2009-12-021-0/+2
* QmlContext testsAaron Kennedy2009-11-021-0/+6
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-301-1/+1
|\
| * Store filename as a QUrl rather than convert to QString.Martin Jones2009-10-291-1/+1
* | fix headersWarwick Allison2009-10-291-16/+16
|/
* Do not display transient binding errorsAaron Kennedy2009-10-281-1/+1
* Add a QmlExpression::error() methodAaron Kennedy2009-10-281-1/+3
* Add bool* argument to QmlExpression::value() to help debugger.Bea Lam2009-10-191-2/+2
* Output file/line for script errorsAaron Kennedy2009-10-091-1/+3
* Make qmlecmascript:selfDeletingBinding passAaron Kennedy2009-10-081-18/+30
* Slight simplification of parameterized signalsAaron Kennedy2009-09-221-1/+7
* Abstract expression and binding APIsAaron Kennedy2009-08-101-6/+19
* Remove unused parametersAaron Kennedy2009-08-071-2/+1
* Use a linked list instead of a QSet<> to track expressionsAaron Kennedy2009-08-051-0/+4
* Rewrite bindings inside the compilerAaron Kennedy2009-08-051-1/+7
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-271-1/+1
|\
| * Make sure we pass through a line number for evaluating bindings.Michael Brasser2009-07-271-1/+1
* | Make private stuff privateAaron Kennedy2009-07-271-2/+0
|/
* Rework expression stuff to use a more efficient notify handlerAaron Kennedy2009-07-201-52/+29
* Rewrite QML expressions as closuresRoberto Raggi2009-07-151-0/+4
* Revert "Use a function object when evaluating bindings"Aaron Kennedy2009-07-151-4/+0
* Use a function object when evaluating bindingsAaron Kennedy2009-07-151-0/+4
* Move QmlExpression into its own fileAaron Kennedy2009-07-031-0/+138