summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Warn annoyingly on non-notifyable propertiesAaron Kennedy2009-07-031-4/+24
* Move QmlExpression into its own fileAaron Kennedy2009-07-031-0/+604