aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QmlJS: Add documentation for QmlJS::Value.Christian Kamm2011-11-151-9/+9
* 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: Make Document::Ptr point to a const Document.Christian Kamm2011-11-081-6/+6
* | QmlJS: Documentation.Christian Kamm2011-11-071-3/+7
* | QmlJS: Improve tests/tools/qml-ast2dot.Christian Kamm2011-10-201-0/+11
* | Json: Use the javascript editor for json files.Christian Kamm2011-10-121-5/+0
|/
* QmlJS: Support .import directives in js files.Christian Kamm2011-09-281-6/+32
* QmlJS: Use new Lexer::scanDirectives.Christian Kamm2011-09-191-83/+6
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-141-8/+1
* QmlJS: Use mime types to distinguish qml and js files.Christian Kamm2011-09-121-13/+16
* QmlJS: Honor typeinfo lines in qmldir files.Christian Kamm2011-09-081-0/+1
* QmlJS: Fix semantic and non-semantic QML error reporting.Christian Kamm2011-08-181-2/+2
* QmlJS: Allow for QML modules with version subdirectories.Christian Kamm2011-05-301-3/+3
* QmlJS: Add tooltips to imports.Christian Kamm2011-05-121-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Fix type detection for alias properties.Christian Kamm2011-05-041-0/+6
* 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