aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsinterpreter.h
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Find prototype resolution errors.Christian Kamm2011-05-201-2/+13
* QmlJS: Add tooltips to imports.Christian Kamm2011-05-121-6/+15
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Fix type detection for alias properties.Christian Kamm2011-05-041-1/+4
* QmlJS: Fix library-by-path imports.Christian Kamm2011-04-211-4/+9
* Update license.hjk2011-04-131-14/+13
* QmlJS: Don't warn user about imports if static info is availableKai Koehne2011-04-121-0/+2
* QmlJS: Fix implicit "." import when . has a QML module.Christian Kamm2011-03-101-2/+1
* QmlJS: Try to implicitly import libraries in the same directory.Christian Kamm2011-02-251-0/+1
* QmlJS: Remove the strict separation of types and attached types.Christian Kamm2011-02-211-14/+0
* QmlJS: Completion for attached properties.Christian Kamm2011-02-101-0/+19
* QmlJS: Rework FakeMetaObjects to no longer contain pointers.Christian Kamm2011-02-101-16/+17
* QmlJS: Simplify loading types defined in C++.Christian Kamm2011-02-091-0/+3
* QmlJS: Put types with cpp names into a separate package.Christian Kamm2011-02-091-3/+12
* QmlJS: Switch to new format for QML meta data.Christian Kamm2011-02-091-6/+7
* qmldump: Make Creator able to read qmldump's new output.Christian Kamm2011-02-091-1/+1
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-1/+1
* 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
|\