Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests | Aaron Kennedy | 2009-11-17 | 1 | -9/+3 |
| | |||||
* | Fixup qmllanguage::aliasProperties test | Aaron Kennedy | 2009-11-11 | 1 | -5/+6 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Support return values in synthesized methods | Aaron Kennedy | 2009-10-27 | 1 | -2/+4 |
| | |||||
* | Fix more warnings. | Michael Brasser | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | Fix Behavior support for value type properties. | Michael Brasser | 2009-10-23 | 1 | -7/+26 |
| | |||||
* | Use the correct context when resolving alias properties | Aaron Kennedy | 2009-10-22 | 1 | -2/+0 |
| | |||||
* | Tweak scoping | Aaron Kennedy | 2009-10-21 | 1 | -2/+1 |
| | | | | | qmlContext() now returns the outer, not the inner context. The VME MetaObject now saves the context used to run function bodies | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-12 | 1 | -0/+27 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 1 | -0/+27 |
| | | |||||
* | | Add id aliases | Aaron Kennedy | 2009-10-09 | 1 | -7/+19 |
|/ | |||||
* | Preliminary support for object and list synthesized property types | Aaron Kennedy | 2009-09-22 | 1 | -1/+18 |
| | |||||
* | Fix crash in property aliases | Aaron Kennedy | 2009-08-10 | 1 | -2/+1 |
| | | | | | Since 588093b3e12dd5039bcc4ee545d9d9112d25394f id objects are stored in the special idValues array, not in the generic propertyValues list. | ||||
* | Rework compiler to a two phase analyse/generate approach | Aaron Kennedy | 2009-07-15 | 1 | -5/+6 |
| | |||||
* | Support parameterized synthesized methods | Aaron Kennedy | 2009-07-02 | 1 | -117/+126 |
| | |||||
* | Initial property aliasing support | Aaron Kennedy | 2009-07-02 | 1 | -6/+46 |
| | | | | Currently very basic - the only alias "script" that is allowed is Id.property | ||||
* | Add parameterized synthesized signals | Aaron Kennedy | 2009-07-02 | 1 | -1/+4 |
| | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript. | ||||
* | Cleanup | Michael Brasser | 2009-06-30 | 1 | -1/+1 |
| | | | | | 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 | -3/+13 |
| | |||||
* | Support URLs directly (not just as strings), so they are correctly resolved. | Warwick Allison | 2009-06-10 | 1 | -0/+3 |
| | | | | | | | URLs expressed as strings (possible relative) are resolved relative to the component in which the string expression is converted to a url value. All items are converted to use QUrl properties, except SqlConnection, where the databasename is only a special-case URL (this may need further consideration). | ||||
* | Very basic slot declaration support | Aaron Kennedy | 2009-05-05 | 1 | -49/+83 |
| | | | | | | | | | | Currently only parameterless slots are supported. They are declared inline with the object: Rect { function mySlot() { print("Hello world!"); } } | ||||
* | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -11/+11 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+140 |