aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlls
Commit message (Expand)AuthorAgeFilesLines
* qmlls: add --version command line parameterSami Shalayel2025-04-231-0/+5
* qmlls: librarify into QQmlLSPrivateSami Shalayel2025-01-272-372/+2
* Adapt to QFile::open being [[nodiscard]]Volker Hilsheimer2024-12-151-1/+4
* qmlls: wait for exit-notification before shutdownSami Shalayel2024-12-131-1/+1
* QtQml: Add some consistency to QV4::RegExpUlf Hermann2024-12-121-10/+11
* qmlls: fix compatibility issue due to removal of "p" flagSemih Yavuz2024-12-081-3/+5
* qmlls: add --bare option to fix Qt QML import pathSami Shalayel2024-12-041-29/+51
* qmlls: fix setting documentation path from commandlineSemih Yavuz2024-11-081-2/+3
* qmlls: add qmllint plugins to static buildsSami Shalayel2024-10-071-5/+1
* qmlls: read import paths from .qmlls.iniSami Shalayel2024-09-201-1/+2
* Fix various style problemsUlf Hermann2024-06-201-1/+1
* Add documentation location path to the settings fileSemih Yavuz2024-06-051-0/+8
* qmlls: stop reading from stdin after shutdown was receivedSami Shalayel2024-06-041-36/+84
* 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