aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlls
Commit message (Expand)AuthorAgeFilesLines
* qmlls: add -I and -E optionSami Shalayel2024-04-181-34/+57
* Introduce plugin support for qmlls and qmlls quick pluginSami Shalayel2024-02-291-0/+5
* qmlls: add option to disable cmake-callsSami Shalayel2023-12-201-0/+19
* qmlls: fix the order in which the build directory is obtainedSami Shalayel2023-06-231-4/+45
* qmlls: move into own private static librarySami Shalayel2023-02-0724-3516/+5
* qmlls, qmllint: Avoid memory leaksUlf Hermann2023-01-161-6/+6
* Fix some qsizetype vs. quint32 problemsUlf Hermann2023-01-061-1/+6
* qmlls: Remove unused variablePeter Varga2022-12-141-2/+0
* Remove Qt keywords from all headersYuhang Zhao2022-12-097-8/+8
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-074-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-074-21/+21
* qmlls: Avoid access to uninitialized capabilityMagnus Groß2022-10-041-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* QtDeclarative: port away from deprecated qSetGlobalQHashSeed(0)Ivan Solovev2022-08-291-1/+1
* qmlls: reduce latency by using "dry" QHttpMessageStreamParserSami Shalayel2022-08-121-7/+35
* qmlls: Move back to binUlf Hermann2022-08-041-1/+0
* qmlls: add warning about missing build directoryFawzi Mohamed2022-07-281-0/+18
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-211-1/+1
* qmlls: do not advertise completions resolverFawzi Mohamed2022-07-141-1/+1
* qmlls: improve completion for functionsMoody Liu2022-07-141-17/+34
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* qmlls: Provide system QML import path when constructing DOM environmentUlf Hermann2022-06-301-4/+6
* QQmlJSLogger: Switch to an ID based systemMaximilian Goldstein2022-06-301-2/+2
* qmlls: append a colon with a space after property completionMoody Liu2022-06-251-0/+1
* qmlls: de-duplicate the completion list of the 'import' statementMoody Liu2022-06-221-5/+12
* CMake: Turn qmlls into an app instead of a tool as a workaroundAlexandru Croitor2022-06-141-4/+5
* Use SPDX license identifiersLucie Gérard2022-06-1123-621/+46
* update target description for qmllsMoody Liu2022-06-101-1/+1
* GCC std::optional whack-a-mole [2/N]: qmllsMarc Mutz2022-06-021-1/+1
* qmlls: use CompletionItemKind::Class for QML typesMoody Liu2022-05-261-14/+19
* qmlls: use proper completion item kind for propertiesMoody Liu2022-05-251-1/+1
* qmlls: completions for idsFawzi Mohamed2022-05-191-74/+74
* qmlls: add custom notification to set build directoriesFawzi Mohamed2022-05-193-1/+90
* qmlls: completion supportFawzi Mohamed2022-05-197-1/+735
* qmlls: workspace supportFawzi Mohamed2022-05-195-1/+258
* qmlls/qmllintsuggestions: Use qmllint pluginsMaximilian Goldstein2022-05-041-2/+1
* qmlls/qmllintsuggestions: Use versioned TextDocument in CodeActionsMaximilian Goldstein2022-05-031-4/+13
* qmlls: make textsynchronization utf8 conversions explicitFawzi Mohamed2022-05-021-4/+7
* qmlls: add build pathsFawzi Mohamed2022-05-026-12/+202
* qmlls: call lsp uris urlsFawzi Mohamed2022-05-025-66/+78
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-295-14/+20
* qmlls: ensure proper shutdown on QQmmlCodeModel destructorFawzi Mohamed2022-04-282-15/+37
* qmlls: improve valid handing with commitToBase with validEnvFawzi Mohamed2022-04-282-37/+5
* qmlls/qmllintsuggestions: Fix wrong fix suggestion offsetsMaximilian Goldstein2022-04-261-4/+4
* qmlls: set application name consistent with executable name (qmlls)Fawzi Mohamed2022-04-251-2/+2
* qmlls: correctly handle null linter.logger()Fawzi Mohamed2022-04-221-5/+5
* qmllintsuggestions: Use logger data directlyMaximilian Goldstein2022-04-081-35/+30
* qmllint: Integrate plugin infrastructureMaximilian Goldstein2022-04-051-1/+1
* qmlls: Add autofix capabilitiesMaximilian Goldstein2022-03-313-1/+88
* qmlcompiler: Remove qmllint libraryMaximilian Goldstein2022-02-032-3/+3