summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljslink.h
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* qmljs: new import/dep trackingFawzi Mohamed2013-11-201-1/+1
* Clean headers in QmlJs.Friedemann Kleint2013-04-041-3/+0
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* 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-1/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* QmlJS: Cleanup Link.Christian Kamm2011-09-141-31/+2
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-13/+13
* QmlJS: Share Context.Christian Kamm2011-08-081-2/+2
* QmlJS: Dump builtins per Qt version.Christian Kamm2011-07-111-1/+2
* QmlJS: Don't need to store imports per document in LinkPrivate.Christian Kamm2011-07-051-2/+2
* QmlJS: Enforce Context always being linked.Christian Kamm2011-07-051-7/+4
* QmlJS: Rename Interpreter::Engine -> ValueOwnerChristian Kamm2011-07-051-1/+1
* QmlJS: Separate imported types and imported JS scopes.Christian Kamm2011-05-271-6/+6
* QmlJS: Add tooltips to imports.Christian Kamm2011-05-121-4/+7
* QmlJS: Remove unused argument for Link helper function.Christian Kamm2011-05-111-1/+1
* Krazy fixes (spelling, single char strings, char constants).Friedemann Kleint2011-05-101-1/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Stop doing significant work in constructors.Christian Kamm2011-05-061-4/+5
* QmlJS: Add semantic errors to task window.Christian Kamm2011-04-211-5/+10
* Update license.hjk2011-04-131-14/+13
* Fixed import of "." in a library with a hack.Erik Verbruggen2011-04-061-1/+1
* QmlJS: Fix implicit "." import when . has a QML module.Christian Kamm2011-03-101-2/+6
* QmlJS: Try to implicitly import libraries in the same directory.Christian Kamm2011-02-251-0/+9
* Exported header cleanup.Friedemann Kleint2011-01-201-3/+0
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | QmlJS: Improve error reporting for failed plugin dumps.Christian Kamm2010-11-251-0/+1
|/
* QmlJS: Add initial 'Find Usages' support.Christian Kamm2010-09-241-8/+0
* QmlJS: Speed up Link significantly, provide more info on imports.Christian Kamm2010-09-161-11/+6
* Add missing license headers.Christian Kamm2010-07-091-0/+29
* QmlJS: Move Q_DECLARE_TR_FUNCTIONS to the start of class declarations.Christian Kamm2010-05-191-2/+2
* QmlJS: Change to a nicer way of marking strings for translation.Christian Kamm2010-05-191-0/+3
* QmlJS: Remove Link::scopeChainAt, initialize scope chain in constructor.Christian Kamm2010-04-221-3/+1
* QmlJS: Add a path->document list hash to Snapshot.Christian Kamm2010-04-011-1/+0
* Exported classes to use in the QML designer.Erik Verbruggen2010-03-311-1/+1
* QmlJS: Only collect linker errors for the current file being checked.Christian Kamm2010-03-291-1/+5
* Add errors for incorrect imports in Qml.Christian Kamm2010-03-251-0/+4
* Improve Qml code model import handling.Christian Kamm2010-03-181-5/+8
* Pass in the whole AST path for scope creation.Christian Kamm2010-02-221-1/+1
* Make QmlJS scope building more flexible.Christian Kamm2010-02-221-2/+4
* Improve building of the Qml/JS scope chain.Christian Kamm2010-02-111-0/+3
* Make QmlJS::Link private. Use Context::build to set up a context.Christian Kamm2010-02-041-10/+8
* Fix prototype reference resolution for Qml objects.Christian Kamm2010-02-041-1/+0