summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsscopebuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* QmlJS: Fix completion for grouped property bindings.Christian Kamm2010-05-121-1/+40
* QmlJS: Remove Link::scopeChainAt, initialize scope chain in constructor.Christian Kamm2010-04-221-0/+6
* QmlJS: Add variables and functions in a JS function to code model.Christian Kamm2010-04-201-6/+2
* Fix completion and checking for Script elements. Update Qml type xml.Christian Kamm2010-03-031-3/+5
* Removed private header dependencies and introduced loading QML types from XML...Erik Verbruggen2010-03-011-6/+4
* Fixed crash when putting a second root item into a QML file.Erik Verbruggen2010-02-251-0/+2
* Fix semantic checks not being applied to the Qml root object.Christian Kamm2010-02-231-2/+1
* Move the scope building logic into QmlJS::ScopeBuilder.Christian Kamm2010-02-221-0/+129