aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlls/qqmlcodemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmlls: move into own private static librarySami Shalayel2023-02-071-700/+0
* qmlls: Remove unused variablePeter Varga2022-12-141-2/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-7/+7
* qmlls: Provide system QML import path when constructing DOM environmentUlf Hermann2022-06-301-4/+6
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-27/+2
* qmlls: completion supportFawzi Mohamed2022-05-191-0/+1
* qmlls: add build pathsFawzi Mohamed2022-05-021-2/+143
* qmlls: call lsp uris urlsFawzi Mohamed2022-05-021-39/+39
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-7/+8
* qmlls: ensure proper shutdown on QQmmlCodeModel destructorFawzi Mohamed2022-04-281-15/+34
* qmlls: improve valid handing with commitToBase with validEnvFawzi Mohamed2022-04-281-36/+5
* qmlls: improve documentationFawzi Mohamed2021-12-231-14/+9
* qmlls: fix license header (tool -> GPL)Fawzi Mohamed2021-12-221-16/+5
* qmlls: qml language server implementationFawzi Mohamed2021-12-211-0/+610