summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlexpression_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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