aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonrunconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Python: Fix setting current interpreterhjk2021-06-231-3/+7
* Python: fix opening repl for project filesDavid Schulz2021-06-101-1/+1
* Utils: Pass settings key to BaseAspect::saveToMaphjk2021-03-121-1/+1
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Aspects: Remove some more default valuesOrgad Shaneh2020-11-101-1/+1
* Utils: Consolidate LayoutBuilder interface a bithjk2020-09-241-1/+1
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-2/+3
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-171-3/+1
|\
| * Python: Fix loading working directoryDavid Schulz2020-09-171-3/+1
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* | ProjectExplorer: Rename Base*Aspect to *Aspecthjk2020-08-141-4/+4
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
|/
* More QRegularExpression and include for Qt 6hjk2020-06-251-2/+2
* ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-141-3/+3
* QtSupport: Add QtTestParser to the list of output formattersChristian Kandeler2020-04-281-3/+3
* Merge output formatters and output parsersChristian Kandeler2020-04-231-6/+0
* OutputFormatter factories: Handle the "no target" caseChristian Kandeler2020-04-221-1/+1
* Utils: Split up OutputFormatter classChristian Kandeler2020-04-141-5/+5
* OutputFormatter: Do all formatting centrallyChristian Kandeler2020-04-141-11/+4
* Remove the limitation that output formatters have to be exclusiveChristian Kandeler2020-03-201-6/+14
* OutputFormatter: Do the newline handling centrallyChristian Kandeler2020-03-191-36/+40
* Utils: Remove the *SameLine OutputFormat enumsChristian Kandeler2020-03-181-2/+1
* Move some code from OutputWindow to OutputFormatterChristian Kandeler2020-03-171-3/+3
* Remove duplicated codeMiklós Márton2020-02-051-10/+0
* Python: Add option to disable buffered outputDavid Schulz2020-02-031-2/+11
* ProjectExplorer: Replace RunConfiguration::doAdditionalSetuphjk2019-12-171-5/+0
* Python: use new runconfiguration aspect update mechanismhjk2019-11-271-11/+9
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-211-1/+5
|\
| * Python: Use native separator in user visible pathDavid Schulz2019-11-151-1/+1
| * Python: Fix python run configurationDavid Schulz2019-11-151-0/+4
* | ProjectExplorer: Introduce and use a Target::buildSystemUpdated signalhjk2019-11-211-3/+2
* | ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-1/+1
* | LayoutBuilder: Allow for more compact code at calling sitesChristian Kandeler2019-11-071-3/+1
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-011-2/+4
|\|
| * Python: detect virtual environments for documents and projectsDavid Schulz2019-10-301-2/+4
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-10-281-14/+1
|\|
| * Python: close all info bars after language server setupDavid Schulz2019-10-251-14/+1
* | ProjectExplorer: Prepare more flexibility to aspect layoutinghjk2019-10-181-10/+7
|/
* Python: Switch pyls on interpreter changeDavid Schulz2019-10-181-1/+36
* Python: extract PythonRunConfiguration and PythonProjectDavid Schulz2019-09-171-0/+332