summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsscopechain.cpp
Commit message (Expand)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
* QmlJSEditor: Move semantic info updating to documentEike Ziller2014-01-291-2/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* qmljs: added qmljsconstants.hFawzi Mohamed2013-10-231-3/+3
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+2
* qmljs: adding qrc supportFawzi Mohamed2013-06-031-1/+5
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Long live the king!hjk2012-01-261-1/+1
* QmlJS: Fix scoping for non-js files without scope objects.Christian Kamm2011-12-071-1/+1
* QmlJS: Speed up ValueOwner construction.Christian Kamm2011-11-251-0/+16
* QmlJS: Add documentation for ScopeChain.Christian Kamm2011-11-241-0/+20
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | QmlJS: Make Document::Ptr point to a const Document.Christian Kamm2011-11-081-2/+2
* | QmlJS: Introduce UnknownValue.Christian Kamm2011-10-181-0/+2
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-171-0/+3
|\ \ | |/
| * QmlJS: Fix scope builder rebuilds.Christian Kamm2011-10-121-0/+3
* | QmlJS: Set correct scope in signal handlers.Christian Kamm2011-10-121-0/+6
|/
* QmlJS: Support .import directives in js files.Christian Kamm2011-09-281-14/+15
* QmlJS: Separate metaObjectRevision from minor version number.Christian Kamm2011-09-261-1/+1
* QmlJS: Add semantic highlighting.Christian Kamm2011-08-241-3/+16
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-1/+0
* QmlJS: Remove LookupContext.Christian Kamm2011-08-081-0/+7
* QmlJS: Share Context.Christian Kamm2011-08-081-2/+2
* QmlJS: Split Context and ScopeChain.Christian Kamm2011-08-081-0/+291