Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dead code | Aaron Kennedy | 2009-11-16 | 1 | -3/+0 |
| | |||||
* | Cleanup | Aaron Kennedy | 2009-10-30 | 1 | -0/+1 |
| | |||||
* | Merge QmlComponentJS into QmlComponent | Alan Alpert | 2009-10-29 | 1 | -3/+0 |
| | | | | | | | createComponent() and Component{} are now the same, and so Component{}s can now be passed around for use in script. Also this commit fixes the minor bug QT-2386 | ||||
* | Remove QML SQL classes | Aaron Kennedy | 2009-10-28 | 1 | -0/+2 |
| | | | | | Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs. | ||||
* | Ensure cleanup happens before the destruction of QScriptEngine | Aaron Kennedy | 2009-10-26 | 1 | -0/+2 |
| | | | | This was causing crashes on windows. | ||||
* | Support assigning scripts to QML properties | Aaron Kennedy | 2009-10-22 | 1 | -0/+2 |
| | |||||
* | Support read-only iteration of list properties | Aaron Kennedy | 2009-10-14 | 1 | -2/+4 |
| | | | | Eventually this should be extended to support modifying list properties. | ||||
* | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 1 | -0/+2 |
| | |||||
* | Make Script an instrinsic type | Aaron Kennedy | 2009-10-07 | 1 | -0/+1 |
| | | | | | This allows us to delay the QML load until external script files have been loaded from the network, and to correctly scope these scripts. | ||||
* | Reenable types/enums and move scripts into an isolated scope | Aaron Kennedy | 2009-10-05 | 1 | -2/+8 |
| | |||||
* | Prevent writes to the global object | Aaron Kennedy | 2009-10-05 | 1 | -2/+4 |
| | | | | Also add toString() method to qobjects | ||||
* | Improve script lookup caching | Aaron Kennedy | 2009-10-05 | 1 | -2/+8 |
| | |||||
* | Create a property cache for synthesized metaobjects | Aaron Kennedy | 2009-10-05 | 1 | -2/+4 |
| | |||||
* | Make more qmlecmascript tests pass | Aaron Kennedy | 2009-09-23 | 1 | -0/+1 |
| | | | | | Test cases constantsOverrideBindings, outerBindingOverridesInnerBinding and aliasPropertyAndBinding now pass. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-09-23 | 1 | -1/+3 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qml.pri | ||||
| * | Basic first-working SQL database interface. | Warwick Allison | 2009-09-16 | 1 | -0/+2 |
| | | | | | | | | A simple Qt-based implementation of HTML5 SQL local storage databases. | ||||
* | | Add some of the functionality from the old debugger (e.g. dynamic updating ↵ | Bea Lam | 2009-09-23 | 1 | -2/+4 |
|/ | | | | of property values, watch table, colouring of tree widget items). | ||||
* | Move qmetaobjectbuilder into declarative/qml directory | Martin Jones | 2009-09-07 | 1 | -2/+4 |
| | |||||
* | Implement (parts of) XMLHttpRequest | Aaron Kennedy | 2009-08-27 | 1 | -2/+4 |
| | | | | | This is the first step to allowing QML to interact with REST style APIs in the same way as a webbrowser can. | ||||
* | Cleanup. | Michael Brasser | 2009-08-13 | 1 | -1/+0 |
| | |||||
* | Abstract expression and binding APIs | Aaron Kennedy | 2009-08-10 | 1 | -2/+4 |
| | | | | | | | | | By splitting the interface through which the system interacts with bindings away from a specific implementation, we can introduce highly specialized implementations for specific optimizations. This commit also includes a sample optimization for object properties being assigned directly from a local id. | ||||
* | Make private | Aaron Kennedy | 2009-07-27 | 1 | -1/+1 |
| | |||||
* | Rename QmlBindableComponent to QmlComponentJS, as per Aaron's request. | Alan Alpert | 2009-07-24 | 1 | -3/+3 |
| | |||||
* | Move import access functions to QmlEnginePrivate. | Warwick Allison | 2009-07-23 | 1 | -0/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-07-23 | 1 | -0/+3 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Move the Script interface of QmlComponent to QmlBindableComponent | Alan Alpert | 2009-07-21 | 1 | -0/+3 |
| | | |||||
* | | Add prototype value type support | Aaron Kennedy | 2009-07-23 | 1 | -2/+4 |
|/ | |||||
* | Rename QmlBindableValue to QmlBinding | Aaron Kennedy | 2009-07-20 | 1 | -3/+3 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-16 | 1 | -0/+2 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Move the QML rewriting stuff into a central location | Aaron Kennedy | 2009-07-16 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-15 | 1 | -2/+1 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Remove pointless QmlCompiledComponent class | Aaron Kennedy | 2009-07-15 | 1 | -2/+0 |
| | | |||||
| * | Rework compiler to a two phase analyse/generate approach | Aaron Kennedy | 2009-07-15 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-15 | 1 | -0/+2 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Start moving debugger out of process | Aaron Kennedy | 2009-07-13 | 1 | -0/+2 |
| | | |||||
* | | Check if scripttools is enabled. | Michael Brasser | 2009-07-13 | 1 | -1/+1 |
|/ | |||||
* | Move QmlExpression into its own file | Aaron Kennedy | 2009-07-03 | 1 | -0/+2 |
| | |||||
* | Improve bindings startup performance | Aaron Kennedy | 2009-06-10 | 1 | -1/+2 |
| | |||||
* | QmlBasicScript should work on the actual JS AST tree | Aaron Kennedy | 2009-05-28 | 1 | -2/+4 |
| | |||||
* | roberto: Added support for CSS like numeric literals e.g. 10p | Aaron Kennedy | 2009-05-26 | 1 | -7/+6 |
| | |||||
* | Shift QmlBindableValue data into d-ptr | Aaron Kennedy | 2009-05-06 | 1 | -0/+1 |
| | |||||
* | Remove QML XML support | Aaron Kennedy | 2009-05-05 | 1 | -2/+0 |
| | |||||
* | Improve error handling consistency | Aaron Kennedy | 2009-05-05 | 1 | -2/+4 |
| | |||||
* | Make custom parsers internal. | Aaron Kennedy | 2009-04-30 | 1 | -1/+1 |
| | | | | Custom parsers still have a way to go before they fully fit the QML 2.0 language. | ||||
* | Prototype custom parsers for non-xml qml language | Aaron Kennedy | 2009-04-30 | 1 | -0/+1 |
| | | | | ListModel has been ported (under the name ListModel2) to demonstrate. ListModel2 behaves the same as ListModel, except that list "objects" must be called "ListElement" instead of a freeform name. | ||||
* | Merge branch 'kinetic-declarativeui' of ../kinetic into ↵ | Aaron Kennedy | 2009-04-28 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | kinetic-declarativeui-qfx Conflicts: examples/declarative/mouseregion/mouse.qml | ||||
| * | Use QObject declarative data to store attached properties. | Aaron Kennedy | 2009-04-28 | 1 | -1/+2 |
| | | | | | | | | | | An element's qmlAttachedProperties() function will now only ever get called once per object. | ||||
* | | Initial work on the qfx front-end. | Roberto Raggi | 2009-04-24 | 1 | -0/+7 |
|/ | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+63 |