summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlscriptparser_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Libraries and library versioning.Warwick Allison2009-07-141-4/+3
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-121-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" supportAaron Kennedy2009-07-091-1/+5
| |
* | First conversion to new module handling.Warwick Allison2009-07-021-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 Verbruggen2009-07-011-4/+0
|
* CleanupMichael Brasser2009-06-301-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 theErik Verbruggen2009-06-041-0/+4
| | | | QML script parser.
* Small cleanupsAaron Kennedy2009-05-271-0/+2
|
* Added missing copyright headers.Roberto Raggi2009-05-261-0/+40
|
* Expose import statements in QmlDomDocumentKai Koehne2009-05-081-5/+13
| | | | | Reviewed-by: erikv Reviewed-by: Roberto Raggi
* Improve error handling consistencyAaron Kennedy2009-05-051-5/+6
|
* Use the DUI language.Roberto Raggi2009-04-241-2/+8
|
* Process the `import' statement.Roberto Raggi2009-04-241-0/+2
|
* load foo.js for a foo.dui if it exists. This lets us use the import keyword ↵mae2009-04-241-0/+4
| | | | for real modules. Fix qmlconv, also get rid of the function() for signal properties.
* support comma for lists, better parser error outputmae2009-04-241-0/+2
|
* Added missing files.Roberto Raggi2009-04-241-0/+43