summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsinterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* 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
* | QmlJS: Use ComponentVersion everywhere.Christian Kamm2010-06-091-34/+24
* | QmlJS: Get at types defined in plugins by running qmldump on them.Christian Kamm2010-06-091-25/+73
* | QmlJS: Autocomplete dot and colon for properties.Christian Kamm2010-06-071-0/+17
* | Fixed uninitialized members.Erik Verbruggen2010-06-041-0/+1
* | Fixed a couple of null-checks/-returns.Erik Verbruggen2010-06-041-2/+3
|/
* Fixed default property discovery for custom QML components.Erik Verbruggen2010-05-311-1/+27
* QmlJS: Potentially fix hard-to-reproduce crash in JS completion.Christian Kamm2010-05-191-7/+0
* QmlJS: Move Q_DECLARE_TR_FUNCTIONS to the start of class declarations.Christian Kamm2010-05-191-2/+2
* Fix the build.Christian Kamm2010-05-191-2/+2
* QmlJS: Change to a nicer way of marking strings for translation.Christian Kamm2010-05-191-6/+8
* QmlJS: Generalize EasingCurve name check to all enums.Christian Kamm2010-05-191-89/+0
* QmlJS: Fix potential crash when a document doesn't have a type env yet.Christian Kamm2010-05-111-0/+4
* QmlJS: Completion for enums.Christian Kamm2010-04-291-0/+32
* QmlJS: Add a check to disallow recursive type definitions in xml file.Christian Kamm2010-04-291-1/+10
* QmlJS: Improve property and Type completion in Qml object members.Christian Kamm2010-04-291-0/+15
* QmlJS: Remove unused function environment from binder.Christian Kamm2010-04-281-3/+0
* QmlJS: Remove Link::scopeChainAt, initialize scope chain in constructor.Christian Kamm2010-04-221-3/+7
* QmlJS: Fix code model for QSize and QSizeF.Christian Kamm2010-04-151-0/+8