aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsimportdependencies.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* qmljs: Fix warningsArtem Sokolovskii2023-01-021-2/+2
* qmljs: Remove foreach usageArtem Sokolovskii2022-12-211-18/+19
* Fix build errorVikas Pachdha2022-11-241-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-7/+18
* Utils: Collapse most of porting,hhjk2022-07-131-2/+2
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-201-2/+2
* QmlJS: Downgrade default log levelChristian Stenger2021-08-101-1/+1
* qmljs: add ImportsBenchmarkerTim Jenssen2021-01-061-0/+34
* qmljs: fix matchImport methodTim Jenssen2021-01-061-1/+1
* qmljs: avoid quadratic explosionTim Jenssen2021-01-061-15/+2
* qmljs: improve code a bitTim Jenssen2020-11-171-7/+7
* Make QmlJS(Tools) build with Qt5 & Qt6Eike Ziller2020-09-171-1/+1
* QmlJS: More Qt6hjk2020-06-191-2/+1
* QmlJS: Clean up ViewerContextUlf Hermann2019-10-231-5/+33
* Compile fix with recent Qt devhjk2019-07-291-14/+6
* Avoid warning on empty expressionshjk2019-07-231-5/+5
* More Utils::toSet/toListhjk2019-07-041-3/+4
* Move qrc parser from QmlJS to UtilsChristian Kandeler2019-02-131-3/+3
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-11-291-1/+1
|\
| * QmlJsImport: correct ImportMatchStrength comparisonNikolay Shalakin2017-11-281-1/+1
* | Qmljs: remove unused methodTim Jenssen2017-10-191-12/+0
|/
* QmlJS: Add a missing breakOrgad Shaneh2017-06-071-0/+1
* Use const'ref in theses methodsMontel Laurent2017-04-211-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Don't put QString in static attributesAleix Pol2015-10-091-1/+1
* Clean headers in lib qmljs and plugins qmljstools, qmljseditor.Friedemann Kleint2015-03-051-0/+1
* 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
* | Remove logging wrapper code for Qt 4 compatibilityhjk2014-08-271-4/+2
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-3/+3
* | qmljs: improve handling of qml dialectsFawzi Mohamed2014-07-301-3/+3
|/
* qmljs: avoid shortened namesFawzi Mohamed2014-07-171-1/+1
* qmljs: add libPath utility methodFawzi Mohamed2014-07-171-0/+8
* qmljs: put file specific logs in anonymous namespaceFawzi Mohamed2014-07-071-2/+4
* qmljs: add explicit typeName to exportsFawzi Mohamed2014-07-041-8/+11
* qmljs: switch to the new category loggingFawzi Mohamed2014-07-011-32/+28
* qmljs: split Unknown in NoLanguage and AnyLanguageFawzi Mohamed2014-07-011-1/+1
* Utils: Remove function wrapperhjk2014-06-301-9/+8
* Fix warnings in release mode (unused variables)Thiago Macieira2014-05-201-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* QmlJS: Fixing warningsThomas Hartmann2013-11-261-2/+36
* qmljs: fix import cacheFawzi Mohamed2013-11-211-10/+25
* QmlJS: Fix compilation with Qt4Nikolai Kosjar2013-11-201-1/+1
* qmljs: scan importsFawzi Mohamed2013-11-201-4/+59
* qmljs: fingerprints for documents, libraries and FakeMetaObjectsFawzi Mohamed2013-11-201-14/+49