aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsinterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QmlJS: Fix possible segfaults with null documents.Christian Kamm2010-08-261-0/+4
* QmlJS: Refactor LookupContext creation for speed.Christian Kamm2010-08-261-14/+5
* QmlJS: Allow lookups on const Contexts. Pass const Contexts where ok.Christian Kamm2010-08-251-13/+13
* QmlJS: Don't detect type from expression if the type is given explicitly.Leandro Melo2010-07-271-1/+2
* QmlJS: Set type correctly for color properties.Leandro Melo2010-07-271-0/+2
* QmlJS: Fix compilation warningKai Koehne2010-07-231-1/+1
* Compilation fix (MSVC)Kai Koehne2010-07-161-1/+1
* QmlJS: Make 'follow symbol' work on JS functions.Christian Kamm2010-07-161-2/+10
* Merge remote branch 'origin/2.0'con2010-06-301-14/+1
|\
| * QmlJS: Make variables in imported JS documents show up in completion.Christian Kamm2010-06-251-14/+1
* | QmlJS: Set the return value of the JS type constructors.Christian Kamm2010-06-281-0/+8
* | QmlJS: Fix completion for slots.Christian Kamm2010-06-281-0/+1
* | QmlJS: Make the qml instantiating component chain more useful.Christian Kamm2010-06-251-10/+19
* | Merge remote branch 'origin/2.0'con2010-06-101-1/+13
|\|
| * QmlJS: Avoid infinite recursion when encountering property loops.Christian Kamm2010-06-081-1/+13
* | QmlJS: Get rid of xml file describing qml builtin types.Christian Kamm2010-06-101-3/+3
* | Compile fix for MSVCRobert Loehning2010-06-091-1/+1
* | QmlJS: Store plugin metatypes in LibraryInfo. Rework type loading.Christian Kamm2010-06-091-75/+53
* | QmlJS: Fix windows namespace issue with ComponentVersion.Christian Kamm2010-06-091-1/+1
* | QmlJS: Check for existance of qmldump binary before using it.Christian Kamm2010-06-091-2/+22