summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsbind.h
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Make evaluator understand expression statements.Christian Kamm2010-11-251-2/+0
* QmlJS: Also bind FunctionExpressions.Christian Kamm2010-11-161-2/+3
* QmlJS: Speed up Link significantly, provide more info on imports.Christian Kamm2010-09-161-19/+7
* Qml: Make import classification in Bind less verbose.Christian Kamm2010-09-161-6/+12
* 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: Remove unused Bind::currentObjectValue.Christian Kamm2010-06-221-1/+0
* QmlJS: Add ComponentVersion class to simplify dealing with versions.Christian Kamm2010-06-091-2/+2
* QmlJS: Collect import version numbers in Bind.Christian Kamm2010-06-091-6/+12
* QmlJS: Fix completion for grouped property bindings.Christian Kamm2010-05-121-0/+2
* QmlJS: Remove unused function environment from binder.Christian Kamm2010-04-281-2/+0
* QmlJS: Set importing scopes for scripts correctly.Christian Kamm2010-04-221-2/+2
* QmlJS: Add variables and functions in a JS function to code model.Christian Kamm2010-04-201-0/+3
* QmlJSEditor: Build Snapshot by looking at imports of parsed files.Christian Kamm2010-04-061-0/+5
* Improve Qml code model import handling.Christian Kamm2010-03-181-2/+0
* Long live the king!hjk2010-03-051-1/+1
* Improve building of the Qml/JS scope chain.Christian Kamm2010-02-111-0/+2
* Get rid off the friend QmlJS::Link declaration.Roberto Raggi2010-02-101-8/+13
* Remove unused friend of QmlJS::Bind.Christian Kamm2010-02-041-2/+0
* Get rid of BindPtr.Roberto Raggi2010-02-031-2/+3
* Completion for global variables in JS.Roberto Raggi2010-02-031-0/+6
* Store bindings and definitions in one single table.Roberto Raggi2010-02-031-2/+1
* Some refactoring needed to create ranges for JavaScript functions.Roberto Raggi2010-02-021-1/+0
* Bind each QML document after parsing. Link them before use.Christian Kamm2010-02-021-13/+6
* Drop snapshot argument from Bind constructor.Christian Kamm2010-02-021-2/+1
* Bind the reachable documents.Roberto Raggi2010-02-021-0/+2
* Create bindings for the javascript soure elements.Roberto Raggi2010-02-011-0/+4
* Process QML Script elements.Roberto Raggi2010-02-011-2/+5
* Made the Bind constructor protected.Roberto Raggi2010-02-011-1/+3
* Clean up QmlJS::Bind.Roberto Raggi2010-02-011-88/+0
* Cleanup.Roberto Raggi2010-02-011-0/+4
* Separate bind into bind, link imports and building the scope chain.Christian Kamm2010-01-281-5/+19
* Qml editor: add function declarations to objects or the Script scope.Christian Kamm2010-01-261-0/+1
* Coding style.Roberto Raggi2010-01-261-2/+2
* Initalize the members of the binder.Roberto Raggi2010-01-261-4/+4
* Implemented the binding phase for QML.Erik Verbruggen2010-01-261-4/+20
* Renamed classes and files to use the QmlJS prefix.Roberto Raggi2010-01-181-0/+149