summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsscopebuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* QmlJS: Fix false-positive errors reported for ListElement, Connections.Christian Kamm2010-10-201-1/+2
* QmlJS: Fix several crashes when UiQualifiedId::name is 0.Christian Kamm2010-10-141-1/+3
* QmlJS: Fix an instance of relying on the Qt package name.Christian Kamm2010-10-011-1/+2
* QmlJS: Add initial 'Find Usages' support.Christian Kamm2010-09-241-1/+82
* QmlJS: Allow lookups on const Contexts. Pass const Contexts where ok.Christian Kamm2010-08-251-1/+1
* Add missing license headers.Christian Kamm2010-07-091-0/+29
* QmlJS: Potentially fix hard-to-reproduce crash in JS completion.Christian Kamm2010-05-191-1/+2
* QmlJS: Provide good completion for PropertyChanges with a target again.Christian Kamm2010-05-191-8/+17
* 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