aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlls
Commit message (Expand)AuthorAgeFilesLines
* qmlls: resolve ids first, properties second and methods thirdSami Shalayel2026-04-161-11/+22
* Include what you use: QTypeRevision in qqmllshelputils.cppMarc Mutz2026-04-151-0/+3
* qmlls: remove std::move without effectSami Shalayel2026-04-091-2/+2
* qqmlhighlightsupport: Don't make public members privateSami Shalayel2026-04-091-1/+3
* qqmlhighlightsupport: don't move const variablesSami Shalayel2026-04-091-2/+2
* Compiler: Add support for multiple document edits per fix suggestionOlivier De Cannière2026-03-301-41/+66
* qmlls: QLanguageServer remove redundant code and simplify lifecycleDmitrii Akshintsev2026-03-264-118/+21
* qmlls refactoring: remove m_modules from QLanguageServerPrivateDmitrii Akshintsev2026-03-234-42/+18
* qmlls: remove clientInfo from QLanguageServerModule::setupCapabilitiesDmitrii Akshintsev2026-03-2330-106/+59
* qmlls refactoring: make QQmlLanguageServer inherit QLanguageServerDmitrii Akshintsev2026-03-233-69/+28
* qmlls refactoring: QQmlHighlightSupport: follow Workspace patternDmitrii Akshintsev2026-03-232-8/+18
* qmlls refactoring: move addBuildDirs handling to WorkspaceHandlersDmitrii Akshintsev2026-03-232-20/+24
* qmlls: openInitialWorkspace once client is initializedDmitrii Akshintsev2026-03-232-6/+16
* QQmlDiffer: include what you need: <vector>, <algorithm>Marc Mutz2026-03-211-0/+3
* qmlls: Remove QLanguageServerModule::name()Dmitrii Akshintsev2026-03-1930-96/+6
* qmlls refactoring: QLanguageServerPrivate: QHash -> QList of modulesDmitrii Akshintsev2026-03-192-8/+2
* qmlls refactoring: remove unused moduleByNameDmitrii Akshintsev2026-03-192-8/+0
* qmlls: don't create empty ModuleSettingsSami Shalayel2026-03-192-1/+20
* qmlls: work around Qt 6.11 bug when reading import path from buildSami Shalayel2026-03-191-24/+39
* qmlls: don't forget user import paths after a cmake callSami Shalayel2026-03-191-2/+3
* qmlls: remove didChangeWatchedFiles registrationSami Shalayel2026-03-132-61/+0
* QmlCompiler: split linting into QmlLintPrivate librarySami Shalayel2026-03-032-1/+2
* qmlls: Revert "qmlls: make documentSymbolSupport headers includable"Dmitrii Akshintsev2026-02-205-5/+5
* Fix some coverity warningsUlf Hermann2026-02-202-13/+9
* qmlls: don't ignore valid paths from qmltypes filesSami Shalayel2026-02-181-1/+5
* qmlls: add test for invalid cancellation requestsSami Shalayel2026-02-181-2/+8
* qmlls: send progress requests in the right orderSami Shalayel2026-02-182-26/+88
* QQmlCodeModel: replace slot with methodSami Shalayel2026-02-183-10/+4
* qprocessscheduler: don't start empty tasksSami Shalayel2026-02-181-0/+7
* qprocessscheduler: queue processNext() callsSami Shalayel2026-02-181-3/+4
* QProcessScheduler: disable GCC's -Wmaybe-uninitializedThiago Macieira2026-02-121-0/+3
* qmlls: don't crash on shutdownSami Shalayel2026-02-036-3/+30
* qmlls.build.ini: remove <SLASH> workaroundSami Shalayel2026-02-032-15/+74
* QtQmlls: use canonical path to include headers in headersSami Shalayel2026-02-0319-53/+53
* qmlls: allow to cancel from clientSami Shalayel2026-02-034-0/+34
* qmlls: show progress notification for background buildsSami Shalayel2026-02-037-0/+161
* qmlls: make documentSymbolSupport headers includableSami Shalayel2026-02-036-6/+6
* qprocessScheduler: add method to cancel buildsSami Shalayel2026-02-032-13/+96
* qmlls: search build folders for new .qmlls.build.ini files after buildSami Shalayel2026-02-034-28/+64
* src/qml*/: port away from contextless 3-arg QObject::connectAhmad Samir2026-01-141-1/+1
* Compiler: Rename logging categories' level into severityOlivier De Cannière2026-01-131-1/+1
* Replace QVector with QListShawn Rutledge2026-01-091-1/+1
* Common: Introduce and expose QQmlJS::s_documentOriginOlivier De Cannière2026-01-091-1/+1
* Compiler: Rename FixSuggestion::fixDescription to descriptionOlivier De Cannière2026-01-091-3/+3
* qmlls: don't crash on unknown idSami Shalayel2025-12-181-0/+6
* qmlls: don't search resource files multiple times from build folderSami Shalayel2025-12-181-5/+6
* qmlls: process user-triggered requests before lintingSami Shalayel2025-12-182-4/+16
* qmlls: use resource files from CMake for the DOMSami Shalayel2025-12-054-19/+59
* qmlls: read resource files from .qmlls.build.ini filesSami Shalayel2025-12-055-1/+26
* qmlls: don't use build directories as import pathsSami Shalayel2025-12-053-24/+11