aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsinterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QmlJS: Disable unhelpful warning.Christian Kamm2011-04-261-1/+2
* QmlJS: Fix library-by-path imports.Christian Kamm2011-04-211-13/+78
* Update license.hjk2011-04-131-14/+13
* QmlJS: Don't warn user about imports if static info is availableKai Koehne2011-04-121-0/+12
* QmlJS: Fix infinite loop for objects that are attached to themselves.Christian Kamm2011-03-111-2/+4
* QmlJS: Fix implicit "." import when . has a QML module.Christian Kamm2011-03-101-3/+5
* QmlJS: Remove the strict separation of types and attached types.Christian Kamm2011-02-211-66/+5
* QmlJS: Completion for attached properties.Christian Kamm2011-02-101-4/+88
* QmlJS: Rework FakeMetaObjects to no longer contain pointers.Christian Kamm2011-02-101-98/+74
* QmlJS: Update list of Qt object members.Christian Kamm2011-02-101-17/+20
* QmlJS: Simplify loading types defined in C++.Christian Kamm2011-02-091-26/+26
* QmlJS: Use / in fully qualified names to separate package and classname.Christian Kamm2011-02-091-1/+1
* QmlJS: Put types with cpp names into a separate package.Christian Kamm2011-02-091-46/+41
* QmlJS: Switch to new format for QML meta data.Christian Kamm2011-02-091-20/+30
* qmldump: Make Creator able to read qmldump's new output.Christian Kamm2011-02-091-4/+4
* It's 2011 now.con2011-01-121-1/+1
* C++/Qml: Don't allow exported types to override builtins.Christian Kamm2011-01-101-17/+25
* Qml/C++: Fix performance problem with type extraction.Christian Kamm2011-01-061-2/+0
* QmlJS: Add refcounting to FakeMetaObjects.Christian Kamm2011-01-061-37/+34
* Qml-C++: Find C++ qmlRegisterType calls and populate QML code model.Christian Kamm2011-01-041-0/+2
* LanguageUtils: Add FakeMetaObject and ComponentVersion.Christian Kamm2011-01-041-218/+17
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | QmlJSInterpreter: adding public API to ASTObjectValueThomas Hartmann2010-12-011-0/+15
* | QmlJSInterpreter: specifying detailed types for QFont/QVector3DThomas Hartmann2010-12-011-7/+7
* | QmlJS: Reactivate instantiating component scope detection.Christian Kamm2010-11-251-2/+2
* | QmlJS: Return owning object from lookupMember.Christian Kamm2010-11-171-9/+27
* | QmlJS: Also bind FunctionExpressions.Christian Kamm2010-11-161-2/+2
* | QmlJS: Avoid infinite loop with recursive prototypes.Christian Kamm2010-11-151-4/+57
* | QmlJS: Add a UrlValue.Christian Kamm2010-11-121-10/+29
* | QmlObjectValue: bugifx for QmlObjectValue::propertyType()Thomas Hartmann2010-11-111-8/+10
* | QmlJS: Resolve property types within package.Thomas Hartmann2010-11-111-2/+17
* | QmlObjectValue: Add convenience functionality.Christian Kamm2010-11-111-0/+28
* | QmlJS: Adding IntValue and RealValueThomas Hartmann2010-11-111-7/+38
* | QmlJS: Dump isWritable and isPointer for types.Thomas Hartmann2010-11-111-6/+57
* | QmlJS: Fixing type hierarchy for holes (non exported types)Thomas Hartmann2010-11-111-23/+69
|/
* QmlJS: Fix completion for 'anchors.' and similar properties.Christian Kamm2010-10-271-1/+2
* QmlJS: Fix completion for enums on the global Qt object.Christian Kamm2010-10-191-0/+5
* QmlJS: Always register C++ based components with their C++ name.Christian Kamm2010-10-081-3/+1
* QmlJS: Prepare qmldump for multiply exported C++ objects.Christian Kamm2010-10-011-69/+135
* QmlJS: Add initial 'Find Usages' support.Christian Kamm2010-09-241-1/+5
* QmlJS: Cache some commonly used QML specific objects.Christian Kamm2010-09-241-42/+74
* QmlJS: Synchronize Engine::registerValue.Christian Kamm2010-09-241-0/+1
* QmlJS: Speed up Link significantly, provide more info on imports.Christian Kamm2010-09-161-3/+133
* QmlJS: Make ScopeChain more const-correct.Christian Kamm2010-08-301-5/+5
* QmlJS: Fix crash when opening JS files.Christian Kamm2010-08-271-5/+7