summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license.hjk2011-04-131-14/+13
* 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-1/+2
* | QmlJS: Reactivate instantiating component scope detection.Christian Kamm2010-11-251-0/+5
|/
* QmlJS: Fix plugin dumpers running all the time if dump fails.Christian Kamm2010-10-141-0/+1
* QmlJS: Speed up Link significantly, provide more info on imports.Christian Kamm2010-09-161-1/+1
* QmlJS: Add initial documentation for the base classes of the code model.Christian Kamm2010-09-151-0/+41
* QmlJS: Fix performance problem in Snapshot.Christian Kamm2010-08-311-3/+8
* Renamed QmlJS::Document::documentRevision().Roberto Raggi2010-07-071-6/+6
* QmlJS: Remove unused functions from Snapshot.Christian Kamm2010-06-211-41/+0
* QmlJS: Ignore .pragma library for now.Christian Kamm2010-06-151-1/+85
* Fixed QTCREATORBUG-1397.Erik Verbruggen2010-05-191-3/+10
* QmlJS: Make Snapshot discard outdated Documents.Christian Kamm2010-05-171-2/+8
* QmlJS: Clean paths in the Snapshot.Christian Kamm2010-04-011-3/+18
* Revert "QmlJS: Use the canonical paths for the Documents."Christian Kamm2010-04-011-2/+2
* QmlJS: Add a path->document list hash to Snapshot.Christian Kamm2010-04-011-1/+3
* QmlJS: Use the canonical paths for the Documents.Christian Kamm2010-04-011-2/+2
* Remove debug output that slipped into 5ed718a0029ed4939e0b31e4fe5b67583d6308d7Christian Kamm2010-03-311-2/+0
* Fix imported qml component names under WindowsKai Koehne2010-03-311-0/+2
* QmlJS: Fix invalid errors inside qmlproject files.Christian Kamm2010-03-311-1/+3
* Introduced Document::isQmlDocument() and Document::isJSDocument().Roberto Raggi2010-03-291-1/+21
* Read qmldir files in a thread and cache them in Snapshot.Christian Kamm2010-03-181-0/+21
* Long live the king!hjk2010-03-051-1/+1
* Add QmlJS semantic checker.Christian Kamm2010-02-161-0/+13
* Moved the code in the source file.Roberto Raggi2010-02-111-0/+16
* Improved completion of JavaScript expressions.Roberto Raggi2010-02-091-42/+23
* Get rid of BindPtr.Roberto Raggi2010-02-031-6/+11
* Bind each QML document after parsing. Link them before use.Christian Kamm2010-02-021-0/+10
* Removed obsolete codeRoberto Raggi2010-01-271-27/+0
* Check the file extension before computing the component's name.Roberto Raggi2010-01-271-5/+10
* Some initial support for relative imports.Roberto Raggi2010-01-261-10/+18
* Implemented the binding phase for QML.Erik Verbruggen2010-01-261-0/+2
* Some initial work on the type checker for QML/JS.Roberto Raggi2010-01-261-0/+8
* Introduced ranges and versioning of QML/JS documents.Roberto Raggi2010-01-251-1/+12
* Try to get the type of the qualified name id under cursorRoberto Raggi2010-01-221-16/+34
* Add QmlJS::Document::ast() for when the type of the AST doesn't matter.Christian Kamm2010-01-191-0/+8
* Renamed classes and files to use the QmlJS prefix.Roberto Raggi2010-01-181-0/+213