Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Protect the QML front-end using the namespace JavaScript. | Roberto Raggi | 2009-05-14 | 9 | -208/+222 |
| | |||||
* | Removed javascriptvalue.h | Roberto Raggi | 2009-05-14 | 6 | -18/+9 |
| | |||||
* | Array expressions test | Aaron Kennedy | 2009-05-14 | 1 | -3/+1 |
| | |||||
* | Remove AssignSignal instruction | Aaron Kennedy | 2009-05-13 | 5 | -69/+58 |
| | |||||
* | Remove left over debugging | Aaron Kennedy | 2009-05-13 | 1 | -1/+0 |
| | |||||
* | Fix qmlparser test failure | Aaron Kennedy | 2009-05-13 | 3 | -6/+10 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-13 | 1 | -0/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-12 | 6 | -74/+15 |
| |\ | | | | | | | | | | 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 |
| | | | |||||
* | | | Disable code that triggers a crash at exit. | Aaron Kennedy | 2009-05-12 | 1 | -3/+5 |
| | | | | | | | | | | | | This is a hack. We should fix it properly. | ||||
* | | | 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. | ||||
* | | | More tests | Aaron Kennedy | 2009-05-12 | 5 | -26/+15 |
| |/ |/| | |||||
* | | More QML tests | Aaron Kennedy | 2009-05-12 | 6 | -74/+15 |
|/ | |||||
* | Clean up qmlparser test | Aaron Kennedy | 2009-05-12 | 4 | -3/+26 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-11 | 11 | -743/+820 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Automatic semicolon insertion for property and signal definitions. | Roberto Raggi | 2009-05-11 | 6 | -740/+728 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Smith | 2009-05-11 | 15 | -943/+1073 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Erik Verbruggen | 2009-05-11 | 5 | -873/+853 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Added positioning information to the dom as position+length. | Erik Verbruggen | 2009-05-11 | 4 | -0/+91 |
| | | | | | | | | | | | | | | | | Reviewed-by: Roberto Raggi | ||||
| * | | | qdoc: Fixed some qdoc errors. | Martin Smith | 2009-05-11 | 1 | -3/+1 |
| | | | | |||||
* | | | | Use sub-component metaobjects to improve performance | Aaron Kennedy | 2009-05-11 | 5 | -16/+33 |
| | | | | | | | | | | | | | | | | This reduces the number of runtime-resolved AssignConstant instructions that need to be generated. | ||||
* | | | | Remove outdated comment | Aaron Kennedy | 2009-05-11 | 1 | -2/+0 |
| | | | | |||||
* | | | | Ensure negative numeric literals are not treated as bindings | Aaron Kennedy | 2009-05-11 | 1 | -10/+13 |
| | | | | |||||
* | | | | Remove some XML'isms from the parser/compiler interface | Aaron Kennedy | 2009-05-11 | 7 | -82/+183 |
| |_|/ |/| | | |||||
* | | | Fixed the conflicts introduced by UiArrayLiteral | Roberto Raggi | 2009-05-11 | 5 | -873/+853 |
| |/ |/| | |||||
* | | Reevaluate expressions when context properties change | Aaron Kennedy | 2009-05-11 | 6 | -70/+129 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-11 | 3 | -88/+100 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-05-11 | 6 | -6/+75 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-05-11 | 1 | -0/+1 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | Compile | Yann Bodson | 2009-05-11 | 1 | -0/+1 |
| | | | | |||||
| | * | | d-pointerize QmlOpenMetaObject | Martin Jones | 2009-05-11 | 1 | -0/+1 |
| | |/ | |||||
| * | | Detect binding loops. | Michael Brasser | 2009-05-11 | 2 | -88/+98 |
| | | | | | | | | | | | | | | | Don't crash when a looping binding has been established. Instead, print a warning and stop looping. | ||||
* | | | Fix crash | Aaron Kennedy | 2009-05-11 | 1 | -0/+3 |
| |/ |/| | | | | | Component {} would crash the compiler. | ||||
* | | Clean up QmlContext's and QmlExpression's when a context gets deleted | Aaron Kennedy | 2009-05-11 | 4 | -3/+49 |
| | | |||||
* | | When a QmlContext is destroyed, associated objects must be disassociated | Aaron Kennedy | 2009-05-11 | 5 | -4/+25 |
|/ | |||||
* | Handle QmlParserStatus's and QmlBindableValeus being deleted during ↵ | Aaron Kennedy | 2009-05-11 | 11 | -31/+164 |
| | | | | component creation | ||||
* | Compile | Aaron Kennedy | 2009-05-11 | 1 | -2/+2 |
| | |||||
* | Fixed possible crash when processing Ui object definitions. | Roberto Raggi | 2009-05-08 | 1 | -3/+6 |
| | |||||
* | Expose import statements in QmlDomDocument | Kai Koehne | 2009-05-08 | 5 | -8/+48 |
| | | | | | Reviewed-by: erikv Reviewed-by: Roberto Raggi | ||||
* | Only print error on an actual error | Aaron Kennedy | 2009-05-08 | 1 | -1/+3 |
| | |||||
* | Tweak debugger watches | Aaron Kennedy | 2009-05-08 | 2 | -0/+12 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-08 | 2 | -4/+3 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Fix loading of components containing sub components through QmlDom | Kai Koehne | 2009-05-07 | 2 | -4/+3 |
| | | | | | | | | | | Pass a (optional) url to QmlDomDocument::load so that the compiler can find referenced components | ||||
* | | Warn when dereferencing a non-existant name | Aaron Kennedy | 2009-05-08 | 2 | -0/+2 |
|/ | |||||
* | Add "watchers" to debugger | Aaron Kennedy | 2009-05-07 | 4 | -8/+52 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-05-07 | 7 | -880/+891 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Use source locations in the diagnostic messages. | Roberto Raggi | 2009-05-06 | 4 | -54/+34 |
| | | |||||
| * | 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 | ||||
| * | Reject multiple top-level object members. | Roberto Raggi | 2009-05-06 | 5 | -825/+851 |
| | | |||||
* | | Shift QmlBindableValue data into d-ptr | Aaron Kennedy | 2009-05-06 | 4 | -25/+106 |
| | |