summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Fix compilation with Qt4Nikolai Kosjar2013-11-201-1/+1
* qmljs: scan importsFawzi Mohamed2013-11-201-3/+24
* qmljs: fingerprints for documents, libraries and FakeMetaObjectsFawzi Mohamed2013-11-201-2/+116
* qmljs: new import/dep trackingFawzi Mohamed2013-11-201-0/+19
* qmljs: added qmljsconstants.hFawzi Mohamed2013-10-231-36/+37
* Doc: edit qmljs docsLeena Miettinen2013-09-231-1/+1
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-5/+4
* qmljs: adding qrc supportFawzi Mohamed2013-06-031-0/+16
* Clean headers in QmlJs.Friedemann Kleint2013-04-041-2/+1
* qmljs: do not show warnings for not fully supported languagesFawzi Mohamed2013-03-051-0/+18
* qmljs: add infrastructure handling qml dialects betterFawzi Mohamed2013-02-211-0/+5
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | qmljs: differnt language constants for the different qml flavorsFawzi Mohamed2013-01-311-3/+20
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
* | QmlJS: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-281-3/+3
|/
* Adjust license headershjk2012-10-051-21/+20
* QmlJS: Update to latest QmlJS parser from Qt 5.Christian Kamm2012-07-311-1/+1
* 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/info@qt.nokia.com/qt-info@nokia.com/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