aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonlanguageclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* CommandLine: Use more 1-arg c'torJarek Kobus2024-05-161-1/+1
* Python: offer to install python-lsp-server updatesDavid Schulz2024-05-031-23/+83
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Various plugins: Fix some more C++20 warnings about [=] capturesJarek Kobus2024-02-061-7/+6
* Utils: Fix error prone default value of appendOrSetMarcus Tillmanns2024-01-261-6/+2
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Get rid of setTimeoutS()Jarek Kobus2024-01-221-2/+1
* Python: Simplify PyLSConfigureAssistant setuphjk2024-01-161-23/+37
* Python: Move plugin class definition to .cpphjk2024-01-161-1/+1
* Python: install lsp into tempdir for remote interpretersDavid Schulz2024-01-081-14/+16
* Work on lambdas C++20 compatibilitySerg Kryvonos2023-12-131-1/+1
* Python: Avoid polluting global or virtual environments with pylspDavid Schulz2023-12-131-49/+27
* Python: use kits page in python wizardsDavid Schulz2023-11-281-7/+17
* Python: use correct python language server after installationDavid Schulz2023-10-301-11/+5
* Python: Fix debugger startArtem Sokolovskii2023-08-291-2/+5
* Python: Centralize interpreter specific function in the aspecthjk2023-07-071-2/+3
* Python: reduce the timeout of version check commandsDavid Schulz2023-07-041-0/+1
* 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