summaryrefslogtreecommitdiff
path: root/src/plugins/python/pythonlanguageclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* Python: Allow installing multiple pip packages in one taskDavid Schulz2023-04-061-1/+1
* Python: Use QtConcurrent invocation for async runJarek Kobus2023-03-101-2/+2
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-1/+1
* Python: remove outdated pyls install toolbar earlierDavid Schulz2023-01-201-1/+1
* ExtraCompiler: Expose TaskItem for compile taskJarek Kobus2023-01-111-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-1/+1
* Remove unused variablesJarek Kobus2022-12-091-1/+0
* Don't call non-const methods on temporary QListJarek Kobus2022-12-081-1/+1
* Remove unused includes of QGridLayoutJarek Kobus2022-11-181-1/+0
* Python: use consistent pyls naming in settingsDavid Schulz2022-09-051-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Python: Convert to Tr::trhjk2022-07-211-8/+11
* Python: prevent setting local env to remote pylsDavid Schulz2022-06-271-6/+14
* Python: remove static cast of client interface in client constructorDavid Schulz2022-06-201-2/+2
* Python: remove python specific language client settingsDavid Schulz2022-06-101-261/+47
* Python: globalize Python language server settingsDavid Schulz2022-06-101-203/+15
* LanguageClient: fix todoDavid Schulz2022-06-071-2/+1
* Python: support python 3 mime type in language clientDavid Schulz2022-06-021-2/+6
* Python: add pyside uic extra compilerDavid Schulz2022-06-021-23/+115
* LanguageClient: pimpl Client and cleanup includesDavid Schulz2022-05-231-0/+1
* LanguageServerProtocol: remove IContentDavid Schulz2022-05-201-1/+1
* Python: Split complex callhjk2022-05-091-2/+2
* Python: Apply 'static' pattern for singleton membershjk2022-04-271-3/+3
* Promote previously python-specific InterpreterAspecthjk2022-04-271-0/+1
* Python: extract pythonProjectForFile function to utilsDavid Schulz2022-03-281-12/+1
* Python: move python name cache to utilsDavid Schulz2022-03-281-19/+0
* Python: Use specialized document to check for pylspDavid Schulz2022-03-281-13/+0
* Python: remove unused variableDavid Schulz2022-03-231-1/+0
* Python: extract pip installation taskDavid Schulz2022-03-211-92/+14
* Python: ensure opened file is inside a workspaceDavid Schulz2022-03-211-4/+45
* LanguageClient: rename clientForSetting -> clientsForSettingDavid Schulz2022-03-211-4/+4
* LanguageClient: unify client containerDavid Schulz2022-03-211-1/+1
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-2/+2
* Python: add lsp configuration widgetDavid Schulz2022-02-091-0/+216
* Python: add python specific language client settingsDavid Schulz2022-01-181-4/+141
* InfoBar: Make adding more buttons possibleEike Ziller2022-01-181-6/+4
* Python: move language client functionality out of utilsDavid Schulz2022-01-181-0/+451