| Commit message (Expand) | Author | Age | Files | Lines |
| * | Python: use DataFromProcess to fetch python version output | David Schulz | 12 hours | 1 | -2/+2 |
| * | TaskTree: Switch to qt-ified QtTaskTree | Jarek Kobus | 2025-10-31 | 1 | -4/+4 |
| * | Python: fix crash when updating extra compilers in the pylsclientv18.0.0 | David Schulz | 2025-10-28 | 1 | -0/+1 |
| * | Python: Use mapped task tree runner in openDocument() | Jarek Kobus | 2025-09-09 | 1 | -27/+14 |
| * | Python: Use namespace TextEditor | Jarek Kobus | 2025-09-09 | 1 | -20/+20 |
| * | PipSupport: Replace PipInstallTask class with pipInstallerTask() getter | Jarek Kobus | 2025-09-09 | 1 | -11/+14 |
| * | LSP: mark some clients as not activatable | David Schulz | 2025-05-06 | 1 | -1/+0 |
| * | InfoBar: Unify code for hiding / suppressing info on button click | Eike Ziller | 2025-04-29 | 1 | -16/+23 |
| * | LanguageClient: have one LanguageClient per BuildConfig | hjk | 2025-04-29 | 1 | -16/+11 |
| * | Fix some compiler warnings | Christian Kandeler | 2025-04-17 | 1 | -1/+3 |
| * | Replace most expected_str by Utils::Result | hjk | 2025-04-11 | 1 | -1/+1 |
| * | Avoid potential detach of non-const Qt containers in range-loops 2/2 | Alessandro Portale | 2025-03-24 | 1 | -1/+1 |
| * | Python: Fix check for outdated pyls | David Schulz | 2025-02-10 | 1 | -33/+48 |
| * | Python: Fix assigning python documents to a pyls | David Schulz | 2025-02-10 | 1 | -3/+1 |
| * | Python: avoid accessing deleted extra compiler | David Schulz | 2025-01-21 | 1 | -10/+20 |
| * | ProjectExplorer: Add and make use of forwarding accessors in Project | Christian Kandeler | 2025-01-20 | 1 | -7/+5 |
| * | Utils: Rename FilePath::toString() into toUrlishString() | hjk | 2025-01-10 | 1 | -1/+1 |
| * | Utils: Add FilePath::isLocal() and use it instead of !needsDevice() | hjk | 2024-12-09 | 1 | -2/+2 |
| * | Python: fix crash on shutdown | David Schulz | 2024-11-15 | 1 | -1/+3 |
| * | CommandLine: Use more 1-arg c'tor | Jarek Kobus | 2024-05-16 | 1 | -1/+1 |
| * | Python: offer to install python-lsp-server updates | David Schulz | 2024-05-03 | 1 | -23/+83 |
| * | Utils: Fix build with MSVC with C++20 | Eike Ziller | 2024-02-28 | 1 | -1/+1 |
| * | Various plugins: Fix some more C++20 warnings about [=] captures | Jarek Kobus | 2024-02-06 | 1 | -7/+6 |
| * | Utils: Fix error prone default value of appendOrSet | Marcus Tillmanns | 2024-01-26 | 1 | -6/+2 |
| * | Use more std::chrono and std::chrono_literals namespaces | Jarek Kobus | 2024-01-23 | 1 | -1/+2 |
| * | Process: Get rid of setTimeoutS() | Jarek Kobus | 2024-01-22 | 1 | -2/+1 |
| * | Python: Simplify PyLSConfigureAssistant setup | hjk | 2024-01-16 | 1 | -23/+37 |
| * | Python: Move plugin class definition to .cpp | hjk | 2024-01-16 | 1 | -1/+1 |
| * | Python: install lsp into tempdir for remote interpreters | David Schulz | 2024-01-08 | 1 | -14/+16 |
| * | Work on lambdas C++20 compatibility | Serg Kryvonos | 2023-12-13 | 1 | -1/+1 |
| * | Python: Avoid polluting global or virtual environments with pylsp | David Schulz | 2023-12-13 | 1 | -49/+27 |
| * | Python: use kits page in python wizards | David Schulz | 2023-11-28 | 1 | -7/+17 |
| * | Python: use correct python language server after installation | David Schulz | 2023-10-30 | 1 | -11/+5 |
| * | Python: Fix debugger start | Artem Sokolovskii | 2023-08-29 | 1 | -2/+5 |
| * | Python: Centralize interpreter specific function in the aspect | hjk | 2023-07-07 | 1 | -2/+3 |
| * | Python: reduce the timeout of version check commands | David Schulz | 2023-07-04 | 1 | -0/+1 |
| * | Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h} | Jarek Kobus | 2023-05-04 | 1 | -1/+1 |
| * | Utils: Rename QtcProcess -> Process | Jarek Kobus | 2023-05-04 | 1 | -2/+2 |
| * | Utils: Rename asynctask.{cpp,h} -> async.{cpp,h} | Jarek Kobus | 2023-05-03 | 1 | -1/+1 |
| * | Python: Allow installing multiple pip packages in one task | David Schulz | 2023-04-06 | 1 | -1/+1 |
| * | Python: Use QtConcurrent invocation for async run | Jarek Kobus | 2023-03-10 | 1 | -2/+2 |
| * | ProjectExplorer: Move some not-fully-session related bits | hjk | 2023-03-01 | 1 | -1/+1 |
| * | Python: remove outdated pyls install toolbar earlier | David Schulz | 2023-01-20 | 1 | -1/+1 |
| * | ExtraCompiler: Expose TaskItem for compile task | Jarek Kobus | 2023-01-11 | 1 | -1/+1 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | LSP: Support remote LSP file paths | David Schulz | 2022-12-15 | 1 | -1/+1 |
| * | Remove unused variables | Jarek Kobus | 2022-12-09 | 1 | -1/+0 |
| * | Don't call non-const methods on temporary QList | Jarek Kobus | 2022-12-08 | 1 | -1/+1 |
| * | Remove unused includes of QGridLayout | Jarek Kobus | 2022-11-18 | 1 | -1/+0 |
| * | Python: use consistent pyls naming in settings | David Schulz | 2022-09-05 | 1 | -1/+1 |