| Commit message (Expand) | Author | Age | Files | Lines |
| * | Python: Use TaskTree for checkForPySide() | Jarek Kobus | 2025-08-22 | 1 | -2/+0 |
| * | Add pyproject.toml project tests | Jaime Resano | 2025-03-19 | 1 | -0/+7 |
| * | Add pyproject.toml support for Python projects | Jaime Resano | 2025-03-11 | 1 | -3/+5 |
| * | Debugger: Remove unneeded debugger includes | Jarek Kobus | 2025-03-03 | 1 | -3/+0 |
| * | ProjectExplorer: Allow to retrieve project-specific kit issues | Christian Kandeler | 2025-02-17 | 1 | -2/+11 |
| * | Utils: Add a way to (shutdown-)guard pre-created objects | hjk | 2025-01-14 | 1 | -1/+1 |
| * | Core: Provide settings categories centrally | Christian Kandeler | 2024-11-15 | 1 | -0/+5 |
| * | Python: Register highlighter | Marcus Tillmanns | 2024-10-15 | 1 | -0/+48 |
| * | Python: Remove pluginInstance() and convert users | hjk | 2024-02-05 | 1 | -21/+3 |
| * | Python: Use setup function for remaining plugin items | hjk | 2024-02-05 | 1 | -12/+3 |
| * | Python: Use setup functions for run related items | hjk | 2024-02-01 | 1 | -3/+3 |
| * | Python: Use setup function for build related factories | hjk | 2024-02-01 | 1 | -2/+3 |
| * | ProjectExplorer: Remove OutputFormatterFactory hierarchy | hjk | 2024-02-01 | 1 | -1/+2 |
| * | Create RunConfiguration specific DebugWorkerFactories | Dominik Holland | 2024-01-17 | 1 | -1/+5 |
| * | Python: Use new plugin items setup pattern for PythonEditor | hjk | 2024-01-16 | 1 | -1/+2 |
| * | Python: Move plugin class definition to .cpp | hjk | 2024-01-16 | 1 | -38/+52 |
| * | Python: use kits page in python wizards | David Schulz | 2023-11-28 | 1 | -4/+5 |
| * | Python: generate Python kits for new interpreter | David Schulz | 2023-11-02 | 1 | -0/+5 |
| * | ProjectExplorer: Self-register JsonWizardPage related factories | hjk | 2023-08-18 | 1 | -1/+1 |
| * | Tasks: Show tool tips with information about the categories | Eike Ziller | 2023-07-13 | 1 | -1/+5 |
| * | Tasks: Create a container class for category data | Eike Ziller | 2023-07-12 | 1 | -1/+1 |
| * | ProjectExplorer: Merge LocalEnvironmentAspect into EnvironmentAspect | hjk | 2023-05-25 | 1 | -1/+0 |
| * | All Plugins: Use global future synchronizer | Jarek Kobus | 2023-04-25 | 1 | -8/+0 |
| * | Merge remote-tracking branch 'origin/10.0' | Eike Ziller | 2023-04-13 | 1 | -3/+12 |
| |\ |
|
| | * | Python: Don't leak running futures on shutdown | Jarek Kobus | 2023-04-04 | 1 | -3/+12 |
| * | | Python: Tweak handling of python project files | Christian Stenger | 2023-03-22 | 1 | -0/+1 |
| * | | Python: add interpreter selector to the python project wizard | David Schulz | 2023-03-14 | 1 | -1/+4 |
| |/ |
|
| * | Use simpler Plugin::initialize() when feasible | hjk | 2023-01-20 | 1 | -6/+1 |
| * | ProjectExplorer: Introduce and use convenience factory class | hjk | 2023-01-10 | 1 | -11/+3 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | Python: Initialize settings in the pimpl | hjk | 2022-11-18 | 1 | -2/+2 |
| * | Get rid of unneeded includes of RunControl | Jarek Kobus | 2022-10-25 | 1 | -1/+0 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | filesystem: Add QFSEngine for filepaths | Marcus Tillmanns | 2022-07-21 | 1 | -3/+2 |
| * | Python: Convert to Tr::tr | hjk | 2022-07-21 | 1 | -6/+0 |
| * | Code cosmetics | hjk | 2022-06-24 | 1 | -2/+1 |
| * | Python: remove python specific language client settings | David Schulz | 2022-06-10 | 1 | -4/+0 |
| * | Python: add pyside build configuration | David Schulz | 2022-05-03 | 1 | -0/+3 |
| * | Python: Use specialized document to check for pylsp | David Schulz | 2022-03-28 | 1 | -3/+0 |
| * | Python: add python specific language client settings | David Schulz | 2022-01-18 | 1 | -1/+6 |
| * | Python: move language client functionality out of utils | David Schulz | 2022-01-18 | 1 | -1/+1 |
| * | ProjectExplorer: Consolidate RunConfigurationFactory::ids | hjk | 2020-06-15 | 1 | -1/+1 |
| * | Python: Move PyLSConfigureAssistant connection to the plugin | hjk | 2020-02-12 | 1 | -0/+4 |
| * | Python: close all info bars after language server setup | David Schulz | 2019-10-25 | 1 | -0/+13 |
| * | Python: extract PythonRunConfiguration and PythonProject | David Schulz | 2019-09-17 | 1 | -779/+8 |
| * | Python: Simplify code based on Project::projectFileIsDirty signal | Tobias Hunger | 2019-08-16 | 1 | -2/+4 |
| * | Utils/all: Create an OutputFormatterFactory | hjk | 2019-08-13 | 1 | -2/+16 |
| * | ProjectExplorer: De-virtualize some more virtual methods | Tobias Hunger | 2019-08-13 | 1 | -1/+2 |
| * | ProjectExplorer: Use RAII pattern for parsing start/stop signalling | Tobias Hunger | 2019-08-09 | 1 | -2/+2 |
| * | ProjectExplorer: Re-work setup runworker factories | hjk | 2019-08-09 | 1 | -1/+5 |