aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsbind.h
Commit message (Expand)AuthorAgeFilesLines
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Long live the king!hjk2012-01-261-1/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/[email protected]/[email protected]/hjk2011-11-031-2/+2
* | QmlJS: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-101-2/+0
|/
* QmlJS: Support .import directives in js files.Christian Kamm2011-09-281-2/+4
* QmlJS: Simplify check if a document instantiates a component.Christian Kamm2011-09-141-0/+1
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-16/+16
* QmlJS: Share Context.Christian Kamm2011-08-081-1/+1
* QmlJS: Rename Interpreter::Engine -> ValueOwnerChristian Kamm2011-07-051-1/+2
* Qmljs: added scope for blocks in UiScriptBindings and UiPublicMemberFawzi Mohamed2011-06-071-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Stop doing significant work in constructors.Christian Kamm2011-05-061-1/+0
* Update license.hjk2011-04-131-14/+13
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-1/+1
* It's 2011 now.con2011-01-121-1/+1
* LanguageUtils: Add FakeMetaObject and ComponentVersion.Christian Kamm2011-01-041-1/+0
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | 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