aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljslink.h
Commit message (Expand)AuthorAgeFilesLines
...
* QmlJS: Only collect linker errors for the current file being checked.Christian Kamm2010-03-291-1/+5
* Add errors for incorrect imports in Qml.Christian Kamm2010-03-251-0/+4
* Improve Qml code model import handling.Christian Kamm2010-03-181-5/+8
* Pass in the whole AST path for scope creation.Christian Kamm2010-02-221-1/+1
* Make QmlJS scope building more flexible.Christian Kamm2010-02-221-2/+4
* Improve building of the Qml/JS scope chain.Christian Kamm2010-02-111-0/+3
* Make QmlJS::Link private. Use Context::build to set up a context.Christian Kamm2010-02-041-10/+8
* Fix prototype reference resolution for Qml objects.Christian Kamm2010-02-041-1/+0
* Get rid of BindPtr.Roberto Raggi2010-02-031-1/+1
* Add support for lazy prototypes.Roberto Raggi2010-02-031-1/+0
* Completion for global variables in JS.Roberto Raggi2010-02-031-8/+0
* Get rid of Environment, introduce external ScopeChain in Link.Christian Kamm2010-02-031-1/+9
* Introduced QML/JS references.Roberto Raggi2010-02-031-0/+3
* Store bindings and definitions in one single table.Roberto Raggi2010-02-031-1/+2
* Some refactoring needed to create ranges for JavaScript functions.Roberto Raggi2010-02-021-1/+1
* Bind each QML document after parsing. Link them before use.Christian Kamm2010-02-021-11/+31
* Separate bind into bind, link imports and building the scope chain.Christian Kamm2010-01-281-0/+31