aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsdocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlJS: Fix compile with Qt6.2Christian Stenger2023-06-201-1/+1
* QmlJS: Avoid deprecation warninghjk2023-06-061-26/+27
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* qmljs: Remove foreach usageArtem Sokolovskii2022-12-211-14/+15
* Utils: Replace FilePath part settershjk2022-09-011-6/+5
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-40/+42
* QmlJS: Proliferate FilePath use, part 2hjk2021-10-281-0/+4
* qmljs: update Qml parser to parser of Qt 6.2Fawzi Mohamed2021-07-201-4/+4
* qmljs: avoid quadratic explosionTim Jenssen2021-01-061-5/+5
* qmljs: Fix parsing and and loading of qmldir importsFawzi Mohamed2020-11-261-2/+2
* QmlJS: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-201-14/+18
* QmlJS: Use "import" commands from qmldir filesChristian Kamm2020-05-211-0/+6
* QmlJS: Scan app.qmltypes and lib.qmltypes for type informationUlf Hermann2019-10-311-0/+7
* QmlJS: Use default initializers for LibraryInfoUlf Hermann2019-10-281-4/+0
* Retain ".pragma library" when reformatting JavaScript filesUlf Hermann2019-10-101-0/+5
* QmlJS: Fix compiler warningsEike Ziller2019-09-041-21/+17
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-4/+4
* QmlJS: Fix inconsistent copy ctor/operator=Orgad Shaneh2019-05-091-8/+0
* qmljs: update parserMarco Benelli2018-11-221-3/+5
* QmlJS: Don't recalculate the empty library's fingerprintUlf Hermann2018-10-161-0/+8
* Remove a few redundant occurrences of 'virtual' and 'override'Alessandro Portale2018-06-181-5/+6
* qmljs: handle js directives .pragma and .importMarco Benelli2018-04-121-11/+36
* QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* QmlJS: Get version numbers from componentsThomas Hartmann2016-11-011-0/+8
* QmlJS: update importFile and importModule signature.Marco Benelli2016-05-041-2/+7
* Qml code model: handle modules dependencies.Marco Benelli2016-04-191-0/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* 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