aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-031-0/+1
|\|
| * QmlJS: Use canonical paths for matching of import directoriesKai Koehne2014-09-031-0/+1
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-4/+4
* | qmljs: improve handling of qml dialectsFawzi Mohamed2014-07-301-95/+9
|/
* qmljs: remove absolute path library importsFawzi Mohamed2014-07-151-8/+7
* qmljs: avoid adding the full path without required pathFawzi Mohamed2014-07-071-2/+2
* Fix Qt4 compilationOrgad Shaneh2014-07-061-4/+4
* qmljs: add explicit typeName to exportsFawzi Mohamed2014-07-041-3/+3
* qmljs: add possible exports given by its path if no other exports foundFawzi Mohamed2014-07-041-0/+26
* qmljs: improve handling of relocatable dumpsFawzi Mohamed2014-07-041-3/+22
* qmljs: split Unknown in NoLanguage and AnyLanguageFawzi Mohamed2014-07-011-3/+10
* qmljs: adding Qml to companion lanaguages of UnknownFawzi Mohamed2014-03-131-1/+2
* qmljs: generalize language treatementFawzi Mohamed2014-01-281-13/+28
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* 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