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