aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add pyproject.toml project testsJaime Resano2025-03-191-0/+7
* Add pyproject.toml support for Python projectsJaime Resano2025-03-111-3/+5
* Debugger: Remove unneeded debugger includesJarek Kobus2025-03-031-3/+0
* ProjectExplorer: Allow to retrieve project-specific kit issuesChristian Kandeler2025-02-171-2/+11
* Utils: Add a way to (shutdown-)guard pre-created objectshjk2025-01-141-1/+1
* Core: Provide settings categories centrallyChristian Kandeler2024-11-151-0/+5
* Python: Register highlighterMarcus Tillmanns2024-10-151-0/+48
* Python: Remove pluginInstance() and convert usershjk2024-02-051-21/+3
* Python: Use setup function for remaining plugin itemshjk2024-02-051-12/+3
* Python: Use setup functions for run related itemshjk2024-02-011-3/+3
* Python: Use setup function for build related factorieshjk2024-02-011-2/+3
* ProjectExplorer: Remove OutputFormatterFactory hierarchyhjk2024-02-011-1/+2
* Create RunConfiguration specific DebugWorkerFactoriesDominik Holland2024-01-171-1/+5
* Python: Use new plugin items setup pattern for PythonEditorhjk2024-01-161-1/+2
* Python: Move plugin class definition to .cpphjk2024-01-161-38/+52
* Python: use kits page in python wizardsDavid Schulz2023-11-281-4/+5
* Python: generate Python kits for new interpreterDavid Schulz2023-11-021-0/+5
* ProjectExplorer: Self-register JsonWizardPage related factorieshjk2023-08-181-1/+1
* Tasks: Show tool tips with information about the categoriesEike Ziller2023-07-131-1/+5
* Tasks: Create a container class for category dataEike Ziller2023-07-121-1/+1
* ProjectExplorer: Merge LocalEnvironmentAspect into EnvironmentAspecthjk2023-05-251-1/+0
* All Plugins: Use global future synchronizerJarek Kobus2023-04-251-8/+0
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-131-3/+12
|\
| * Python: Don't leak running futures on shutdownJarek Kobus2023-04-041-3/+12
* | Python: Tweak handling of python project filesChristian Stenger2023-03-221-0/+1
* | Python: add interpreter selector to the python project wizardDavid Schulz2023-03-141-1/+4
|/
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-6/+1
* ProjectExplorer: Introduce and use convenience factory classhjk2023-01-101-11/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Python: Initialize settings in the pimplhjk2022-11-181-2/+2
* Get rid of unneeded includes of RunControlJarek Kobus2022-10-251-1/+0
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-3/+2
* Python: Convert to Tr::trhjk2022-07-211-6/+0
* Code cosmeticshjk2022-06-241-2/+1
* Python: remove python specific language client settingsDavid Schulz2022-06-101-4/+0
* Python: add pyside build configurationDavid Schulz2022-05-031-0/+3
* Python: Use specialized document to check for pylspDavid Schulz2022-03-281-3/+0
* Python: add python specific language client settingsDavid Schulz2022-01-181-1/+6
* Python: move language client functionality out of utilsDavid Schulz2022-01-181-1/+1
* ProjectExplorer: Consolidate RunConfigurationFactory::idshjk2020-06-151-1/+1
* Python: Move PyLSConfigureAssistant connection to the pluginhjk2020-02-121-0/+4
* Python: close all info bars after language server setupDavid Schulz2019-10-251-0/+13
* Python: extract PythonRunConfiguration and PythonProjectDavid Schulz2019-09-171-779/+8
* Python: Simplify code based on Project::projectFileIsDirty signalTobias Hunger2019-08-161-2/+4
* Utils/all: Create an OutputFormatterFactoryhjk2019-08-131-2/+16
* ProjectExplorer: De-virtualize some more virtual methodsTobias Hunger2019-08-131-1/+2
* ProjectExplorer: Use RAII pattern for parsing start/stop signallingTobias Hunger2019-08-091-2/+2
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-1/+5
* ProjectExplorer: Add convenience Project::addTargetFor{Default,}Kithjk2019-08-011-4/+2