Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QmlInstruction autotest | Aaron Kennedy | 2009-11-17 | 1 | -47/+64 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 1 | -0/+3 |
| | |||||
* | Create a property cache for synthesized metaobjects | Aaron Kennedy | 2009-10-05 | 1 | -1/+1 |
| | |||||
* | Make QmlPropertyValueSource an interface. | Martin Jones | 2009-08-27 | 1 | -1/+1 |
| | | | | 1st step in animation class heirarchy redesign. | ||||
* | Make QVector3D a first-class builtin type within QML | Rhys Weatherley | 2009-08-21 | 1 | -0/+3 |
| | | | | Reviewed-by: Martin Jones | ||||
* | Object property binding optimization | Aaron Kennedy | 2009-08-11 | 1 | -1/+1 |
| | | | | | Add a binding optimization that hits anchors.fill: parent | ||||
* | Rewrite bindings inside the compiler | Aaron Kennedy | 2009-08-05 | 1 | -3/+0 |
| | | | | | | | | | | | | To improve execution performance, binding expressions are rewritten as function closures inside QmlExpression. To improve startup performance, where possible, the expressions are rewritten inside the compiler instead of inside QmlExpression at runtime. This also has the sideeffect of removing the StoreBinding instruction, as all bindings are now "compiled". The QmlBinding::expression() method for rewritten bindings will now return the rewritten expression instead of the original (which is lost), but this API is internal anyway. | ||||
* | Get rid of classComplete. | Michael Brasser | 2009-07-29 | 1 | -3/+0 |
| | | | | componentComplete is always what is wanted. | ||||
* | Add prototype value type support | Aaron Kennedy | 2009-07-23 | 1 | -0/+6 |
| | |||||
* | Remove pointless QmlCompiledComponent class | Aaron Kennedy | 2009-07-15 | 1 | -4/+4 |
| | |||||
* | Rework compiler to a two phase analyse/generate approach | Aaron Kennedy | 2009-07-15 | 1 | -10/+19 |
| | |||||
* | Cleanup | Michael Brasser | 2009-06-30 | 1 | -0/+1 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-06-10 | 1 | -0/+3 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlvme.cpp | ||||
| * | 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). | ||||
* | | Remove dead code | Aaron Kennedy | 2009-06-10 | 1 | -1/+1 |
|/ | |||||
* | Fix handling of qreal properties. | Michael Brasser | 2009-06-09 | 1 | -2/+5 |
| | | | | | This is to bring us in line with the fix made to moc's handling of qreal properties. | ||||
* | Simplify and comment compiler | Aaron Kennedy | 2009-05-27 | 1 | -1/+1 |
| | |||||
* | Remove AssignStackObject instruction | Aaron Kennedy | 2009-05-26 | 1 | -3/+0 |
| | |||||
* | Remove the NoOp instruction | Aaron Kennedy | 2009-05-26 | 1 | -3/+0 |
| | |||||
* | Remove ResolveFetchObject instruction | Aaron Kennedy | 2009-05-26 | 1 | -3/+0 |
| | |||||
* | Remove AssignValueSource instruction | Aaron Kennedy | 2009-05-26 | 1 | -3/+0 |
| | |||||
* | Remove AssignObject instruction | Aaron Kennedy | 2009-05-26 | 1 | -3/+0 |
| | |||||
* | Remove Try*Object instructions | Aaron Kennedy | 2009-05-26 | 1 | -6/+0 |
| | |||||
* | Remove Assign*Binding VME instructions | Aaron Kennedy | 2009-05-15 | 1 | -6/+0 |
| | |||||
* | Remove AssignConstant VME instruction | Aaron Kennedy | 2009-05-15 | 1 | -3/+0 |
| | |||||
* | Remove AssignSignal instruction | Aaron Kennedy | 2009-05-13 | 1 | -3/+0 |
| | |||||
* | Very basic slot declaration support | Aaron Kennedy | 2009-05-05 | 1 | -1/+1 |
| | | | | | | | | | | Currently only parameterless slots are supported. They are declared inline with the object: Rect { function mySlot() { print("Hello world!"); } } | ||||
* | Remove XML custom parser support | Aaron Kennedy | 2009-05-05 | 1 | -3/+0 |
| | |||||
* | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | Use QObject declarative data to store attached properties. | Aaron Kennedy | 2009-04-28 | 1 | -1/+1 |
| | | | | | An element's qmlAttachedProperties() function will now only ever get called once per object. | ||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+214 |