Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add prototype value type support | Aaron Kennedy | 2009-07-23 | 1 | -13/+34 |
| | |||||
* | Rename QmlBindableValue to QmlBinding | Aaron Kennedy | 2009-07-20 | 1 | -10/+10 |
| | |||||
* | Remove unnecessary global context management stuff | Aaron Kennedy | 2009-07-16 | 1 | -16/+6 |
| | |||||
* | Remove pointless QmlCompiledComponent class | Aaron Kennedy | 2009-07-15 | 1 | -10/+7 |
| | |||||
* | Rework compiler to a two phase analyse/generate approach | Aaron Kennedy | 2009-07-15 | 1 | -56/+16 |
| | |||||
* | Start moving debugger out of process | Aaron Kennedy | 2009-07-13 | 1 | -1/+1 |
| | |||||
* | Support parameterized synthesized methods | Aaron Kennedy | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-07-02 | 1 | -2/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Make performance logging classes private. | Michael Brasser | 2009-07-02 | 1 | -2/+1 |
| | | |||||
* | | Initial property aliasing support | Aaron Kennedy | 2009-07-02 | 1 | -1/+1 |
|/ | | | | Currently very basic - the only alias "script" that is allowed is Id.property | ||||
* | Update SetProperties to handle changing bindings | Aaron Kennedy | 2009-06-26 | 1 | -2/+2 |
| | | | | Also removed all uses of SetProperty | ||||
* | Don't defer properties if an id has been set | Aaron Kennedy | 2009-06-17 | 1 | -7/+9 |
| | |||||
* | Fixing QWidget support | Thomas Hartmann | 2009-06-16 | 1 | -1/+11 |
| | | | | Reviewed-by: Kai Koehne | ||||
* | Deferred properties mostly work. | Aaron Kennedy | 2009-06-16 | 1 | -9/+29 |
| | | | | However, they still don't honour the presence of an id property. | ||||
* | Fix autotest crash | Aaron Kennedy | 2009-06-16 | 1 | -2/+2 |
| | |||||
* | Skeleton for property deferring | Aaron Kennedy | 2009-06-11 | 1 | -0/+13 |
| | |||||
* | Source location isn't needed for compiled bindings | Aaron Kennedy | 2009-06-10 | 1 | -1/+0 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-06-10 | 1 | -1/+12 |
|\ | | | | | | | | | | | | | 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/+16 |
| | | | | | | | | | | | | | | 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 perf metrics | Aaron Kennedy | 2009-06-10 | 1 | -209/+0 |
| | | | | | | | | These numbers were always too small to be measured meaningfully in this way. | ||||
* | | Improve list assignment performance | Aaron Kennedy | 2009-06-10 | 1 | -52/+58 |
| | | |||||
* | | Improve bindings startup performance | Aaron Kennedy | 2009-06-10 | 1 | -2/+2 |
|/ | |||||
* | Fix handling of qreal properties. | Michael Brasser | 2009-06-09 | 1 | -6/+20 |
| | | | | | This is to bring us in line with the fix made to moc's handling of qreal properties. | ||||
* | Revert "Naively fix handling of qreal properties for ARM." | Michael Brasser | 2009-06-08 | 1 | -2/+1 |
| | | | | | | | | This reverts commit 2575eac4c26ad92dde95959a82f576edc3e76e1d. Conflicts: src/declarative/qml/qmlvme.cpp | ||||
* | Remove some pointless perf metrics | Aaron Kennedy | 2009-06-01 | 1 | -1/+1 |
| | |||||
* | Simplify and comment compiler | Aaron Kennedy | 2009-05-27 | 1 | -6/+1 |
| | |||||
* | Remove AssignStackObject instruction | Aaron Kennedy | 2009-05-26 | 1 | -33/+0 |
| | |||||
* | Remove the NoOp instruction | Aaron Kennedy | 2009-05-26 | 1 | -10/+0 |
| | |||||
* | Remove unnecessary condition | Aaron Kennedy | 2009-05-26 | 1 | -9/+0 |
| | |||||
* | Remove ResolveFetchObject instruction | Aaron Kennedy | 2009-05-26 | 1 | -26/+0 |
| | |||||
* | Remove AssignValueSource instruction | Aaron Kennedy | 2009-05-26 | 1 | -26/+0 |
| | |||||
* | Unify the store instructions into the main VME switch | Aaron Kennedy | 2009-05-26 | 1 | -268/+249 |
| | |||||
* | Remove AssignObject instruction | Aaron Kennedy | 2009-05-26 | 1 | -108/+34 |
| | |||||
* | Remove Try*Object instructions | Aaron Kennedy | 2009-05-26 | 1 | -42/+0 |
| | |||||
* | Naively fix handling of qreal properties for ARM. | Michael Brasser | 2009-05-22 | 1 | -1/+2 |
| | | | | | This gets things working, but isn't ideal as it treats qreal properties as type double on ARM (where they should be of type float). | ||||
* | Remove unnecessary code | Aaron Kennedy | 2009-05-20 | 1 | -2/+0 |
| | |||||
* | Start work on translation support in Qml. | Michael Brasser | 2009-05-18 | 1 | -0/+2 |
| | | | | Added basic support for qsTr in Qml, both in the engine and in lupdate. | ||||
* | Remove Assign*Binding VME instructions | Aaron Kennedy | 2009-05-15 | 1 | -29/+0 |
| | |||||
* | Remove AssignConstant VME instruction | Aaron Kennedy | 2009-05-15 | 1 | -58/+0 |
| | |||||
* | Remove AssignSignal instruction | Aaron Kennedy | 2009-05-13 | 1 | -33/+0 |
| | |||||
* | Remove left over debugging | Aaron Kennedy | 2009-05-13 | 1 | -1/+0 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-13 | 1 | -0/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | More robust error handling (in ListView) and reporting (in VisualModel). | Martin Jones | 2009-05-12 | 1 | -0/+1 |
| | | |||||
* | | Remove QWidget hack | Aaron Kennedy | 2009-05-12 | 1 | -5/+1 |
|/ | | | | We no longer have any QWidget bindings, so we don't need this hack. Will have to solve the problem properly when we reintroduce QWidget support. | ||||
* | Clean up qmlparser test | Aaron Kennedy | 2009-05-12 | 1 | -1/+6 |
| | |||||
* | Use sub-component metaobjects to improve performance | Aaron Kennedy | 2009-05-11 | 1 | -2/+2 |
| | | | | This reduces the number of runtime-resolved AssignConstant instructions that need to be generated. | ||||
* | Handle QmlParserStatus's and QmlBindableValeus being deleted during ↵ | Aaron Kennedy | 2009-05-11 | 1 | -8/+27 |
| | | | | component creation | ||||
* | Add some support for QWidget (again) | Thomas Hartmann | 2009-05-06 | 1 | -1/+6 |
| | | | | | | | QObject::setParent is not allowed for QWidgets using QWidget::setParent instead if QObject::isWidgetType() Reviewed-by: Kai Koehne | ||||
* | Improve error handling | Aaron Kennedy | 2009-05-06 | 1 | -2/+5 |
| | | | | If a sub-component causes an error during creation we propagate those errors to the instantiating component. | ||||
* | 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!"); } } |