| Commit message (Expand) | Author | Age | Files | Lines |
* | Expressions should fail to evaluate if their engine has been destroyed | Aaron Kennedy | 2009-08-27 | 1 | -1/+1 |
|
|
* | Only need to mess with the scope chain when evaluating. | Michael Brasser | 2009-08-25 | 1 | -6/+6 |
|
|
* | Slightly change implementation of scope chain. | Michael Brasser | 2009-08-18 | 1 | -10/+3 |
|
|
* | Abstract expression and binding APIs | Aaron Kennedy | 2009-08-10 | 1 | -35/+57 |
|
|
* | Pass the "me" context directly to QmlBasicScript | Aaron Kennedy | 2009-08-07 | 1 | -6/+1 |
|
|
* | Remove unused parameters | Aaron Kennedy | 2009-08-07 | 1 | -14/+4 |
|
|
* | Fix expression linked list. | Michael Brasser | 2009-08-06 | 1 | -0/+2 |
|
|
* | Use a linked list instead of a QSet<> to track expressions | Aaron Kennedy | 2009-08-05 | 1 | -7/+18 |
|
|
* | Rewrite bindings inside the compiler | Aaron Kennedy | 2009-08-05 | 1 | -5/+19 |
|
|
* | Revert "Make private stuff public" | Alan Alpert | 2009-07-28 | 1 | -1/+1 |
|
|
* | Make private stuff public | Alan Alpert | 2009-07-28 | 1 | -1/+1 |
|
|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic... | Aaron Kennedy | 2009-07-27 | 1 | -2/+2 |
|\ |
|
| * | Make sure we pass through a line number for evaluating bindings. | Michael Brasser | 2009-07-27 | 1 | -2/+2 |
|
|
* | | Make private stuff private | Aaron Kennedy | 2009-07-27 | 1 | -16/+3 |
|/ |
|
* | Prevent expression evaluation data from overlapping | Aaron Kennedy | 2009-07-20 | 1 | -4/+8 |
|
|
* | Rework expression stuff to use a more efficient notify handler | Aaron Kennedy | 2009-07-20 | 1 | -236/+176 |
|
|
* | Move the QML rewriting stuff into a central location | Aaron Kennedy | 2009-07-16 | 1 | -96/+2 |
|
|
* | Rewrite QML expressions as closures | Roberto Raggi | 2009-07-15 | 1 | -34/+139 |
|
|
* | Revert "Use a function object when evaluating bindings" | Aaron Kennedy | 2009-07-15 | 1 | -13/+5 |
|
|
* | Use a function object when evaluating bindings | Aaron Kennedy | 2009-07-15 | 1 | -5/+13 |
|
|
* | Warn annoyingly on non-notifyable properties | Aaron Kennedy | 2009-07-03 | 1 | -4/+24 |
|
|
* | Move QmlExpression into its own file | Aaron Kennedy | 2009-07-03 | 1 | -0/+604 |
|
|