summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsinterpreter.h
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* C++/Qml: Don't allow exported types to override builtins.Christian Kamm2011-01-101-1/+9
* Qml/C++: Fix performance problem with type extraction.Christian Kamm2011-01-061-1/+0
* QmlJS: Add refcounting to FakeMetaObjects.Christian Kamm2011-01-061-16/+10
* Qml-C++: Find C++ qmlRegisterType calls and populate QML code model.Christian Kamm2011-01-041-0/+1
* LanguageUtils: Add FakeMetaObject and ComponentVersion.Christian Kamm2011-01-041-28/+36
* 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/+4
* | QmlJS: Reactivate instantiating component scope detection.Christian Kamm2010-11-251-1/+1
* | QmlJS: Return owning object from lookupMember.Christian Kamm2010-11-171-2/+6
* | QmlJS: Also bind FunctionExpressions.Christian Kamm2010-11-161-3/+3
* | QmlJS: Avoid infinite loop with recursive prototypes.Christian Kamm2010-11-151-0/+19
* | QmlJS: Add a UrlValue.Christian Kamm2010-11-121-1/+16
* | Test: Extend QmlJS code model test.Thomas Hartmann2010-11-111-1/+1
* | QmlJS: Resolve property types within package.Thomas Hartmann2010-11-111-1/+3
* | QmlObjectValue: Add convenience functionality.Christian Kamm2010-11-111-0/+3
* | QmlJS: Adding IntValue and RealValueThomas Hartmann2010-11-111-0/+33
* | QmlJS: Dump isWritable and isPointer for types.Thomas Hartmann2010-11-111-0/+2
* | QmlJS: Fixing type hierarchy for holes (non exported types)Thomas Hartmann2010-11-111-2/+11
* | Fix spelling in commentsTobias Hunger2010-11-031-1/+1
|/
* QmlJS: Prepare qmldump for multiply exported C++ objects.Christian Kamm2010-10-011-1/+2
* QmlJS: Fix QmlComponentChain not being exported.Christian Kamm2010-09-241-1/+1
* QmlJS: Add initial 'Find Usages' support.Christian Kamm2010-09-241-1/+1
* QmlJS: Cache some commonly used QML specific objects.Christian Kamm2010-09-241-0/+11
* QmlJS: Synchronize Engine::registerValue.Christian Kamm2010-09-241-0/+3
* QmlJS: Speed up Link significantly, provide more info on imports.Christian Kamm2010-09-161-4/+56
* QmlJS: Make ScopeChain more const-correct.Christian Kamm2010-08-301-3/+3
* QmlJS: Fix crash when opening JS files.Christian Kamm2010-08-271-2/+4
* QmlJS: Refactor LookupContext creation for speed.Christian Kamm2010-08-261-9/+4
* QmlJS: Allow lookups on const Contexts. Pass const Contexts where ok.Christian Kamm2010-08-251-14/+16
* QmlJS: Make 'follow symbol' work on JS functions.Christian Kamm2010-07-161-1/+4
* Merge remote branch 'origin/2.0'con2010-06-301-10/+0
|\
| * QmlJS: Make variables in imported JS documents show up in completion.Christian Kamm2010-06-251-10/+0
* | QmlJS: Make the qml instantiating component chain more useful.Christian Kamm2010-06-251-2/+1
* | Merge remote branch 'origin/2.0'con2010-06-101-2/+11
|\ \ | |/
| * QmlJS: Avoid infinite recursion when encountering property loops.Christian Kamm2010-06-081-2/+11
* | QmlJS: Get rid of xml file describing qml builtin types.Christian Kamm2010-06-101-1/+1
* | QmlJS: Store plugin metatypes in LibraryInfo. Rework type loading.Christian Kamm2010-06-091-17/+14
* | QmlJS: Check for existance of qmldump binary before using it.Christian Kamm2010-06-091-0/+2
* | QmlJS: Use ComponentVersion everywhere.Christian Kamm2010-06-091-6/+3
* | QmlJS: Get at types defined in plugins by running qmldump on them.Christian Kamm2010-06-091-11/+24
* | QmlJS: Autocomplete dot and colon for properties.Christian Kamm2010-06-071-0/+3
|/
* Fixed default property discovery for custom QML components.Erik Verbruggen2010-05-311-0/+5
* QmlJS: Potentially fix hard-to-reproduce crash in JS completion.Christian Kamm2010-05-191-3/+0
* QmlJS: Generalize EasingCurve name check to all enums.Christian Kamm2010-05-191-24/+0
* QmlJS: Completion for enums.Christian Kamm2010-04-291-0/+14
* QmlJS: Improve property and Type completion in Qml object members.Christian Kamm2010-04-291-0/+1
* QmlJS: Remove unused function environment from binder.Christian Kamm2010-04-281-1/+0
* QmlJS: Don't produce Qml type errors if plugins are imported.Christian Kamm2010-04-071-0/+4