aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonlanguageclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* LSP: mark some clients as not activatableDavid Schulz2025-05-061-1/+0
* InfoBar: Unify code for hiding / suppressing info on button clickEike Ziller2025-04-291-16/+23
* LanguageClient: have one LanguageClient per BuildConfighjk2025-04-291-16/+11
* Fix some compiler warningsChristian Kandeler2025-04-171-1/+3
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-241-1/+1
* Python: Fix check for outdated pylsDavid Schulz2025-02-101-33/+48
* Python: Fix assigning python documents to a pylsDavid Schulz2025-02-101-3/+1
* Python: avoid accessing deleted extra compilerDavid Schulz2025-01-211-10/+20
* ProjectExplorer: Add and make use of forwarding accessors in ProjectChristian Kandeler2025-01-201-7/+5
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-2/+2
* Python: fix crash on shutdownDavid Schulz2024-11-151-1/+3
* 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