summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsscopebuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix coding style for else statementsOrgad Shaneh2013-07-171-2/+2
* Clean headers in QmlJs.Friedemann Kleint2013-04-041-1/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-10/+6
|/
* 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
* 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: Convert more dynamic_casts to value_casts.Christian Kamm2011-10-131-2/+2
* | QmlJS: Add more value_casts.Christian Kamm2011-10-121-3/+3
* | QmlJS: Compile fix.Christian Kamm2011-10-121-1/+1
* | QmlJS: Rename QmlObjectValue -> CppComponentValue.Christian Kamm2011-10-121-2/+2
* | QmlJS: Set correct scope in signal handlers.Christian Kamm2011-10-121-5/+31
* | QmlJS: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-101-5/+2
|/
* QmlJS: Fix saving and restoring QML scope objects.Christian Kamm2011-09-281-4/+11
* QmlJS: Rework exported C++ type registry.Christian Kamm2011-09-191-4/+4
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-141-4/+4
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-1/+0
* QmlJS: Share Context.Christian Kamm2011-08-081-1/+1
* QmlJS: Split Context and ScopeChain.Christian Kamm2011-08-081-118/+35
* QmlJS: Move Context to its own file.Christian Kamm2011-07-051-1/+1
* QmlJS: Rename Interpreter::Engine -> ValueOwnerChristian Kamm2011-07-051-2/+2
* Qmljs: added scope for blocks in UiScriptBindings and UiPublicMemberFawzi Mohamed2011-06-071-7/+26
* QmlJS: Separate imported types and imported JS scopes.Christian Kamm2011-05-271-2/+3
* QmlJS: Refactor ObjectValue members.Christian Kamm2011-05-241-1/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Stop doing significant work in constructors.Christian Kamm2011-05-061-2/+1
* QmlJS: Fix type detection for alias properties.Christian Kamm2011-05-041-7/+8
* Update license.hjk2011-04-131-14/+13
* QmlJS: Remove the strict separation of types and attached types.Christian Kamm2011-02-211-1/+0
* QmlJS: Completion for attached properties.Christian Kamm2011-02-101-1/+3
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | QmlJS: Fix binding and scoping function expressions.Christian Kamm2010-11-251-4/+6
* | QmlJS: Make evaluator understand expression statements.Christian Kamm2010-11-251-10/+7
* | QmlJS: Reactivate instantiating component scope detection.Christian Kamm2010-11-251-0/+5
* | QmlJS: Avoid infinite loop with recursive prototypes.Christian Kamm2010-11-151-7/+8
|/
* 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