Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Fix Behavior support for value type properties. | Michael Brasser | 2009-10-23 | 1 | -2/+3 |
| | |||||
* | Tweak scoping | Aaron Kennedy | 2009-10-21 | 1 | -0/+1 |
| | | | | | qmlContext() now returns the outer, not the inner context. The VME MetaObject now saves the context used to run function bodies | ||||
* | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 1 | -0/+4 |
| | |||||
* | Preliminary support for object and list synthesized property types | Aaron Kennedy | 2009-09-22 | 1 | -5/+28 |
| | |||||
* | Rework compiler to a two phase analyse/generate approach | Aaron Kennedy | 2009-07-15 | 1 | -2/+8 |
| | |||||
* | Support parameterized synthesized methods | Aaron Kennedy | 2009-07-02 | 1 | -16/+43 |
| | |||||
* | Initial property aliasing support | Aaron Kennedy | 2009-07-02 | 1 | -1/+12 |
| | | | | Currently very basic - the only alias "script" that is allowed is Id.property | ||||
* | Cleanup | Michael Brasser | 2009-06-30 | 1 | -0/+12 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Allow synthesized and extension meta objects to work together | Aaron Kennedy | 2009-06-18 | 1 | -0/+1 |
| | |||||
* | Fixed #includes | Roberto Raggi | 2009-05-18 | 1 | -3/+3 |
| | |||||
* | Very basic slot declaration support | Aaron Kennedy | 2009-05-05 | 1 | -1/+5 |
| | | | | | | | | | | Currently only parameterless slots are supported. They are declared inline with the object: Rect { function mySlot() { print("Hello world!"); } } | ||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+71 |