Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not use "QtDeclarative/XXX" style includes in declarative module code, | Warwick Allison | 2009-11-12 | 1 | -1/+1 |
| | | | | as it breaks reinstalling the module against existing Qt. | ||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Add a QmlExpression::error() method | Aaron Kennedy | 2009-10-28 | 1 | -0/+5 |
| | | | | | QmlExpression should not print errors itself. This is the responsibility of the caller. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-10-21 | 1 | -0/+2 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Add binding assignment warnings | Aaron Kennedy | 2009-10-16 | 1 | -0/+2 |
| | | |||||
* | | Add bool* argument to QmlExpression::value() to help debugger. | Bea Lam | 2009-10-19 | 1 | -1/+1 |
|/ | |||||
* | Output file/line for script errors | Aaron Kennedy | 2009-10-09 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary friend | Aaron Kennedy | 2009-08-05 | 1 | -1/+0 |
| | |||||
* | Make private stuff private | Aaron Kennedy | 2009-07-27 | 1 | -2/+0 |
| | |||||
* | Rework expression stuff to use a more efficient notify handler | Aaron Kennedy | 2009-07-20 | 1 | -22/+17 |
| | |||||
* | Move QmlExpression into its own file | Aaron Kennedy | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Cleanup | Michael Brasser | 2009-06-30 | 1 | -1/+0 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Improve bindings startup performance | Aaron Kennedy | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | QmlBasicScript should work on the actual JS AST tree | Aaron Kennedy | 2009-05-28 | 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. | ||||
* | Clean up QmlContext's and QmlExpression's when a context gets deleted | Aaron Kennedy | 2009-05-11 | 1 | -0/+1 |
| | |||||
* | Tweak debugger watches | Aaron Kennedy | 2009-05-08 | 1 | -0/+1 |
| | |||||
* | Track expression evaluation when debugging is enabled | Aaron Kennedy | 2009-05-06 | 1 | -0/+1 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+115 |