| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid including multiple Tr classes | Eike Ziller | 2025-09-26 | 1 | -2/+1 |
| * | ProjectExplorer: Introduce Project::setActiveBuildConfiguration() | Christian Kandeler | 2025-03-12 | 1 | -12/+5 |
| * | Add pyproject.toml support for Python projects | Jaime Resano | 2025-03-11 | 1 | -6/+6 |
| * | Python: Fix assigning python documents to a pyls | David Schulz | 2025-02-10 | 1 | -1/+1 |
| * | ProjectExplorer: Add and make use of forwarding accessors in Project | Christian Kandeler | 2025-01-20 | 1 | -2/+1 |
| * | Python: fix crash on shutdown | David Schulz | 2024-11-15 | 1 | -1/+2 |
| * | Python: offer to install pyside also in qml files | David Schulz | 2024-04-22 | 1 | -1/+1 |
| * | TextEditor: remove text editor action handler | David Schulz | 2024-04-09 | 1 | -5/+4 |
| * | Remove CommandButton | Eike Ziller | 2024-01-26 | 1 | -1/+0 |
| * | Python: Simplify PyLSConfigureAssistant setup | hjk | 2024-01-16 | 1 | -2/+2 |
| * | Python: Use new plugin items setup pattern for PythonEditor | hjk | 2024-01-16 | 1 | -23/+32 |
| * | Python: Move highlighter and indenter class definitions to .cpp | hjk | 2024-01-12 | 1 | -2/+2 |
| * | Python: use kits page in python wizards | David Schulz | 2023-11-28 | 1 | -124/+165 |
| * | Core: De-QObject-ify editor factories | hjk | 2023-08-18 | 1 | -1/+1 |
| * | Utils: Centralize style-related property names as constants | Alessandro Portale | 2023-05-10 | 1 | -2/+4 |
| * | Python: add create venv option to the wizard | David Schulz | 2023-03-27 | 1 | -5/+5 |
| * | Python: add create venv action | David Schulz | 2023-03-21 | 1 | -9/+28 |
| * | ProjectExplorer: Move some not-fully-session related bits | hjk | 2023-03-01 | 1 | -3/+3 |
| * | Translations: Merge "OpenWith::Editors" into "QtC::Core" | Alessandro Portale | 2023-02-20 | 1 | -2/+2 |
| * | Python: add interpreter selector to editor toolbar | David Schulz | 2023-01-20 | 1 | -27/+163 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | Merge remote-tracking branch 'origin/8.0' | Eike Ziller | 2022-08-19 | 1 | -4/+4 |
| |\ |
|
| | * | Python: Fix detecting python ls for reopened files | David Schulz | 2022-08-08 | 1 | -4/+4 |
| * | | Python: Convert to Tr::tr | hjk | 2022-07-21 | 1 | -23/+19 |
| |/ |
|
| * | Python: remove python specific language client settings | David Schulz | 2022-06-10 | 1 | -1/+13 |
| * | Python: Apply 'static' pattern for singleton members | hjk | 2022-04-27 | 1 | -2/+2 |
| * | Python: add PySide installation check on document open | David Schulz | 2022-03-28 | 1 | -0/+2 |
| * | Python: Use specialized document to check for pylsp | David Schulz | 2022-03-28 | 1 | -1/+20 |
| * | PythonEditor: Fix a leak of console process on shutdown | Jarek Kobus | 2022-01-20 | 1 | -2/+2 |
| * | Add tool tip to REPL button in python editor | Eike Ziller | 2021-01-11 | 1 | -0/+4 |
| * | Python editor: Add buttons & actions for opening REPL | Eike Ziller | 2020-03-19 | 1 | -0/+66 |
| * | Python: Move PyLSConfigureAssistant connection to the plugin | hjk | 2020-02-12 | 1 | -3/+0 |
| * | Python: close all info bars after language server setup | David Schulz | 2019-10-25 | 1 | -14/+1 |
| * | Python: Switch pyls on interpreter change | David Schulz | 2019-10-18 | 1 | -311/+4 |
| * | Python: remove unused static string | David Schulz | 2019-10-02 | 1 | -1/+0 |
| * | Python: add task for pyls installation | David Schulz | 2019-09-30 | 1 | -9/+26 |
| * | Python: make pyls install kill timer a member | David Schulz | 2019-09-30 | 1 | -4/+3 |
| * | Python: Add info bar to install python language server | David Schulz | 2019-09-30 | 1 | -3/+104 |
| * | Python: Check for Python language server after document was opened | David Schulz | 2019-09-26 | 1 | -11/+212 |
| * | rename PythonEditor plugin to Python | David Schulz | 2019-07-17 | 1 | -0/+65 |