aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljslink.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid potential detach of non-const Qt containers in range-loops 1/2Alessandro Portale2025-03-211-1/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-3/+3
* QmlJS: Skip QtQuick3D for implicit importsThomas Hartmann2024-06-201-0/+10
* McuSupport: Support prioritizing import pathsYasser Grimes2024-01-171-0/+1
* McuSupport: Make QmlProject c++ interfaces accecible to the CodeModelYasser Grimes2023-09-141-1/+8
* QmlJS: Delay loading of default QML type descriptionsEike Ziller2023-09-061-2/+2
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-4/+2
* Merge remote-tracking branch 'origin/10.0' into qds/devTim Jenßen2023-03-261-21/+24
|\
| * QmlJS: Tr::TrAlessandro Portale2023-02-011-20/+23
| * Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
| * Merge "Merge remote-tracking branch 'origin/qds/dev'"The Qt Project2022-12-141-1/+2
| |\
| * | qml code model: load builtins importSami Shalayel2022-12-141-7/+22
* | | QmlJS: Do not set import as invalid if sub import failsThomas Hartmann2023-02-101-1/+1
* | | qml code model: load builtins importSami Shalayel2022-12-191-7/+22
| |/ |/|
* | QmlJS: std::set instead of QListThomas Hartmann2022-11-231-1/+2
|/
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: More porting.h related changeshjk2022-07-141-1/+0
* qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-46/+77
* Utils: Collapse most of porting,hhjk2022-07-131-2/+2
* cppeditor: Show hints for qmlRegister... diagnosticsMarcus Tillmanns2022-06-211-1/+2
* qmljs: Scan application directories for QML librariesMaximilian Goldstein2021-12-161-1/+2
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-201-2/+3
* Add more thread safety to ModelManagerInterfaceJarek Kobus2021-06-211-1/+4
* QmlJS: Fix handling multiple import paths into same moduleChristian Stenger2021-01-211-3/+11
* QmlJS: Fix resolving of implicit dependenciesThomas Hartmann2020-12-031-2/+5
* qmljs: actually fix incorrect conditionFawzi Mohamed2020-11-271-1/+1
* qmljs: fix wrong condition in import resolvingFawzi Mohamed2020-11-261-1/+1
* qmljs: Fix parsing and and loading of qmldir importsFawzi Mohamed2020-11-261-12/+21
* QmlJS: Resolve missing QEasingCurve prototypeChristian Kamm2020-06-121-0/+28
* QmlJS: Use "import" commands from qmldir filesChristian Kamm2020-05-211-8/+42
* qmljs: Do not use app.qmltypes and lib.qmltypes anymoreMaximilian Goldstein2020-03-271-1/+4
* Update qmljs parser to Qt 5.15 parserFawzi Mohamed2020-03-031-4/+4
* QmlJS: Scan app.qmltypes and lib.qmltypes for type informationUlf Hermann2019-10-311-0/+10
* QmlJS: Clean up qmljslink.{h|cpp}Ulf Hermann2019-10-231-117/+138
* Some clang-tidy -use-modernize-nullptrhjk2019-08-011-6/+6
* Compile fix with recent Qt devhjk2019-07-291-15/+8
* Move qrc parser from QmlJS to UtilsChristian Kandeler2019-02-131-2/+3
* qmljs: relax checks on Qbs importsMarco Benelli2019-01-071-7/+2
* qmljs: relax checks for qbs filesMarco Benelli2018-02-271-0/+9
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-8/+3
* QmlJS: Add special severity for loading type informationThomas Hartmann2017-03-301-2/+3
* Remove last nokia references in commentsOrgad Shaneh2016-11-241-1/+0
* QML JS: Add missing space in UI textLeena Miettinen2016-11-041-1/+1
* QmlJS: add import name to the missing error messageTim Jenssen2016-10-051-3/+3
* QmlJS: Do not try the canonical file pathThomas Hartmann2016-06-281-7/+2
* QmlJS: Ensure linkImports() can be run in standalone testThomas Hartmann2016-05-261-4/+6
* QmlJS: Avoid infinite loop on empty list of import pathsUlf Hermann2016-05-091-1/+1
* QmlJs: search for version in parent modules.Marco Benelli2016-05-041-32/+2
* CMake: Update qmljs codemodelWolfgang Bremer2016-04-291-1/+2