summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsbind.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* QmlJS: Fix a performance problem.Christian Kamm2010-10-201-0/+3
* QmlJS: Fix several crashes when UiQualifiedId::name is 0.Christian Kamm2010-10-141-1/+1
* QmlJS: Fix initializer of property declaration not being visited in BindChristian Kamm2010-09-281-1/+1
* QmlJS: Speed up Link significantly, provide more info on imports.Christian Kamm2010-09-161-16/+30
* Qml: Make import classification in Bind less verbose.Christian Kamm2010-09-161-19/+9
* QmlJS: Add initial documentation for the base classes of the code model.Christian Kamm2010-09-151-0/+16
* QmlJS: Allow lookups on const Contexts. Pass const Contexts where ok.Christian Kamm2010-08-251-1/+1
* QmlJS: Allow 'follow symbol' to jump to the target of a file import.Christian Kamm2010-07-161-0/+1
* QmlJS: Make 'follow symbol' work on JS functions.Christian Kamm2010-07-161-1/+1
* QmlJS: Remove unused Bind::currentObjectValue.Christian Kamm2010-06-221-5/+0
* QmlJS: Add ComponentVersion class to simplify dealing with versions.Christian Kamm2010-06-091-5/+2
* QmlJS: Collect import version numbers in Bind.Christian Kamm2010-06-091-6/+22
* QmlJS: Fix completion for grouped property bindings.Christian Kamm2010-05-121-3/+19
* QmlJS: Remove unused function environment from binder.Christian Kamm2010-04-281-7/+0
* qml inspector now shows correct categories for custom propertiesLasse Holmstedt2010-04-231-1/+3
* QmlJS: Set importing scopes for scripts correctly.Christian Kamm2010-04-221-41/+11
* QmlJS: Add variables and functions in a JS function to code model.Christian Kamm2010-04-201-3/+36
* QmlJSEditor: Build Snapshot by looking at imports of parsed files.Christian Kamm2010-04-061-1/+17
* Improve Qml code model import handling.Christian Kamm2010-03-181-14/+1
* Long live the king!hjk2010-03-051-1/+1
* Fix completion and checking for Script elements. Update Qml type xml.Christian Kamm2010-03-031-1/+1
* Removed private header dependencies and introduced loading QML types from XML...Erik Verbruggen2010-03-011-1/+0
* Removed unnecessary includes of qmljslink.hChristian Kamm2010-02-121-2/+0
* Improve building of the Qml/JS scope chain.Christian Kamm2010-02-111-2/+15
* Get rid off the friend QmlJS::Link declaration.Roberto Raggi2010-02-101-8/+33
* Initial support of `Follow symbol under cursor' for QML/JS.Roberto Raggi2010-02-091-1/+1
* Fix prototype reference resolution for Qml objects.Christian Kamm2010-02-041-1/+2
* Get rid of BindPtr.Roberto Raggi2010-02-031-0/+1
* Add support for lazy prototypes.Roberto Raggi2010-02-031-3/+6
* Completion for global variables in JS.Roberto Raggi2010-02-031-94/+26
* Store bindings and definitions in one single table.Roberto Raggi2010-02-031-2/+2
* Some refactoring needed to create ranges for JavaScript functions.Roberto Raggi2010-02-021-0/+3
* Bind each QML document after parsing. Link them before use.Christian Kamm2010-02-021-189/+14
* Drop snapshot argument from Bind constructor.Christian Kamm2010-02-021-3/+2
* Bind the reachable documents.Roberto Raggi2010-02-021-7/+42
* Guess the type of a global variable by looking at its initializer.Roberto Raggi2010-02-011-3/+13
* Create bindings for the javascript soure elements.Roberto Raggi2010-02-011-2/+63
* Process QML Script elements.Roberto Raggi2010-02-011-11/+57
* Removed obsolete code.Roberto Raggi2010-02-011-10/+2
* Introduced ASTObjectValue.Roberto Raggi2010-02-011-1/+33
* Introduced ASTFunctionValue.Roberto Raggi2010-02-011-5/+53
* Clean up QmlJS::Bind.Roberto Raggi2010-02-011-459/+42
* Cleanup.Roberto Raggi2010-02-011-20/+19
* Made the error recovering more robust.Roberto Raggi2010-01-281-1/+3
* Separate bind into bind, link imports and building the scope chain.Christian Kamm2010-01-281-74/+30
* Ask the HelpEngine for documentation about builtin QML components.Roberto Raggi2010-01-271-1/+6
* Use the Interpreter::Engine::defaultValueForBuiltinType(ty) when processing p...Roberto Raggi2010-01-271-12/+5
* Import the types in the declaring namespace object.Roberto Raggi2010-01-271-1/+1