summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsinterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Add protection against attached types attaching to themselves.Christian Kamm2011-12-021-1/+1
* QmlJS: Fixed attached objects.Christian Kamm2011-11-071-13/+7
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* QmlJS: Avoid an infinite loop if a qmltypes file has a cycle.Christian Kamm2011-10-311-8/+24
* QmlJS: Support .import directives in js files.Christian Kamm2011-09-281-24/+74
* QmlJS: Fix crash.Christian Kamm2011-09-271-1/+1
* QmlJS: Fix threading issue in QmlObjectValue.Christian Kamm2011-09-271-12/+14
* QmlJS: Separate metaObjectRevision from minor version number.Christian Kamm2011-09-261-12/+32
* QmlJS: Fix enum completion with 'as' imports.Christian Kamm2011-09-191-0/+27
* QmlJS: Rework exported C++ type registry.Christian Kamm2011-09-191-168/+130
* QmlJS: Change from QMap to QHash for QString keys.Christian Kamm2011-09-191-1/+1
* QmlJS: When completing enums, add Item.Foo instead of "Foo".Christian Kamm2011-09-151-10/+13
* QmlJS: Improve completion of signals.Christian Kamm2011-09-141-17/+42
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-141-17/+18
* QmlJS: Enable 'follow symbol' for local variables.Christian Kamm2011-09-141-0/+8
* QmlJS: Fix reference lookup cycles.Christian Kamm2011-09-121-7/+7
* QmlJS: Fix lookup for enums.Christian Kamm2011-09-051-26/+39
* QmlJS: Add XMLHttpRequest, DB API and JSON completion.Christian Kamm2011-08-091-3/+18
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-16/+16
* QmlJS: Share Context.Christian Kamm2011-08-081-5/+15
* QmlJS: Split Context and ScopeChain.Christian Kamm2011-08-081-92/+26
* QmlJS: Fix type lookup issue.Christian Kamm2011-07-151-0/+3
* avoid allocating QmlEnumValues each timeFawzi Mohamed2011-07-131-4/+13
* QmlJS: Dump builtins per Qt version.Christian Kamm2011-07-111-17/+5
* QmlJS: Make 'length' property available on all FunctionValues.Christian Kamm2011-07-051-12/+1
* QmlJS: Remove deprecated enum functions in QmlObjectValue.Christian Kamm2011-07-051-27/+0
* QmlJS: Move Context to its own file.Christian Kamm2011-07-051-140/+1
* QmlJS: Enforce Context always being linked.Christian Kamm2011-07-051-9/+3
* QmlJS: Remove unused methods from ContextChristian Kamm2011-07-051-11/+0
* QmlJS: Rename Interpreter::Engine -> ValueOwnerChristian Kamm2011-07-051-962/+110
* QmlJS: Respect the REVISION property for methods and properties.Christian Kamm2011-06-231-2/+7
* QmlJS: Fix completion of 'anchors.'.Christian Kamm2011-06-231-7/+7
* QmlJS: Always generate a onXyzChanged slot.Christian Kamm2011-06-231-8/+25
* QmlJS: Setup QmlEnumValues even if enum is non-local.Christian Kamm2011-06-221-5/+20
* QmlJS: Add qsTr and friends to code model.Christian Kamm2011-06-211-4/+9
* Qmljs: find usages for types and packagesFawzi Mohamed2011-06-061-2/+4
* QmlJS: Fix potential linking problem.Christian Kamm2011-05-301-9/+7
* QmlJS: Import 'as' has precedence over types imported without as.Christian Kamm2011-05-301-1/+14
* QmlJS: Output qmltypes parse warnings to General messages pane.Christian Kamm2011-05-301-17/+31
* QmlJS: Read the 'revision' property generated by qmldump.Christian Kamm2011-05-301-432/+0
* QmlJS: Separate imported types and imported JS scopes.Christian Kamm2011-05-271-32/+100
* QmlJS: Initialize error state in PrototypeIterator.Christian Kamm2011-05-251-0/+1
* QmlJS: Refactor ObjectValue members.Christian Kamm2011-05-241-86/+85
* QmlJS: Find prototype resolution errors.Christian Kamm2011-05-201-4/+28
* QmlJS: Add tooltips to imports.Christian Kamm2011-05-121-5/+11
* QmlJS: Update to new QmlJS parser.Christian Kamm2011-05-121-3/+3
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Stop doing significant work in constructors.Christian Kamm2011-05-061-0/+1
* Compilation fixPawel Polanski2011-05-041-1/+1
* QmlJS: Fix type detection for alias properties.Christian Kamm2011-05-041-4/+23