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 |
| | |||||
* | Make Script an instrinsic type | Aaron Kennedy | 2009-10-07 | 1 | -0/+2 |
| | | | | | This allows us to delay the QML load until external script files have been loaded from the network, and to correctly scope these scripts. | ||||
* | Store location information for "Type XXX is not available" messages | Kai Koehne | 2009-08-21 | 1 | -3/+15 |
| | | | | | QmlScriptParser now also stores the locations where a specific type was referenced. | ||||
* | Libraries and library versioning. | Warwick Allison | 2009-07-14 | 1 | -4/+3 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-12 | 1 | -2/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlscriptparser.cpp src/declarative/qml/qmlscriptparser_p.h Compiles, but probably next needs a revert/change of module stuff, since that work seems to have been duplicated. | ||||
| * | Expand input keyword to include "as" support | Aaron Kennedy | 2009-07-09 | 1 | -1/+5 |
| | | |||||
* | | First conversion to new module handling. | Warwick Allison | 2009-07-02 | 1 | -5/+4 |
|/ | | | | | | | | | | | Works same as before for now, but now the variables and methods are all in the right place. In particular, type resolving is per-component, not per-engine, even though it is the engine that ultimately has the ability to find types, because each component will have a different set of available types. Designed to be optimizable - QmlEngine could share data between QmlEngine::Import objects, and the import objects could read types in bulk rather than always searching. | ||||
* | Removed superfluous methods. | Erik Verbruggen | 2009-07-01 | 1 | -4/+0 |
| | |||||
* | Cleanup | Michael Brasser | 2009-06-30 | 1 | -1/+13 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Added offsets of automatically inserted semicolons to the DOM and the | Erik Verbruggen | 2009-06-04 | 1 | -0/+4 |
| | | | | QML script parser. | ||||
* | Small cleanups | Aaron Kennedy | 2009-05-27 | 1 | -0/+2 |
| | |||||
* | Added missing copyright headers. | Roberto Raggi | 2009-05-26 | 1 | -0/+40 |
| | |||||
* | Expose import statements in QmlDomDocument | Kai Koehne | 2009-05-08 | 1 | -5/+13 |
| | | | | | Reviewed-by: erikv Reviewed-by: Roberto Raggi | ||||
* | Improve error handling consistency | Aaron Kennedy | 2009-05-05 | 1 | -5/+6 |
| | |||||
* | Use the DUI language. | Roberto Raggi | 2009-04-24 | 1 | -2/+8 |
| | |||||
* | Process the `import' statement. | Roberto Raggi | 2009-04-24 | 1 | -0/+2 |
| | |||||
* | load foo.js for a foo.dui if it exists. This lets us use the import keyword ↵ | mae | 2009-04-24 | 1 | -0/+4 |
| | | | | for real modules. Fix qmlconv, also get rid of the function() for signal properties. | ||||
* | support comma for lists, better parser error output | mae | 2009-04-24 | 1 | -0/+2 |
| | |||||
* | Added missing files. | Roberto Raggi | 2009-04-24 | 1 | -0/+43 |