summaryrefslogtreecommitdiff
path: root/src/plugins/pythoneditor
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Remove IRunConfigurationAspect::runConfigurationhjk2018-09-131-3/+3
* ProjectExplorer: Pass macro expander to ArgumentsAspect::argumentshjk2018-09-131-2/+3
* ProjectExplorer: Compactify runconfiguration aspect creationhjk2018-09-041-7/+5
* ProjectExplorer: Remove RunConfiguration::fillConfigurationLayouthjk2018-09-041-9/+0
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-2/+3
* Unify key names for various fields in stored RunConfigurationshjk2018-08-211-2/+2
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-06-191-1/+0
|\
| * Fix that bookmarks couldn't be added to .pro files with mouseEike Ziller2018-06-191-1/+0
* | Remove ApplicationLauncher::Modehjk2018-06-051-1/+0
* | PythonEditor: Use new convenience function to set up run workershjk2018-05-301-6/+1
|/
* Finish merging Runnable and StandardRunnablehjk2018-05-231-2/+1
* PythonEditor: Fix history completer for interpreterChristian Stenger2018-05-091-0/+1
* ProjectExplorer: Add and use addNestedNode(...) that takes unique_ptrTobias Hunger2018-05-021-1/+2
* ProjectExplorer: Use unique_ptr for Project::setRootProjectNodeTobias Hunger2018-05-021-2/+2
* Python: Code cosmeticshjk2018-04-301-9/+1
* Python: More RunConfiguration aspect usehjk2018-04-301-94/+56
* Python: Plugin code cosmeticshjk2018-04-272-8/+8
* Pass id to RunConfiguration constructorhjk2018-04-251-7/+4
* Simplify runconfiguration aspect addTo... interfacehjk2018-04-241-2/+2
* ProjectExplorer: Hide build page for projects that do not buildTobias Hunger2018-04-191-0/+1
* ProjectExplorer: Streamline OutputFormatter creation a bithjk2018-04-131-7/+2
* ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-121-2/+2
* ProjectExplorer: Start unifing visual appearance of run config widgetshjk2018-04-101-2/+0
* Python: Move TaskList emptying to OutputFormatter constructorhjk2018-04-061-83/+84
* PythonEditor: Show python stack traces in the build issues paneFriedemann Kleint2018-04-041-0/+97
* PythonEditor: Simplify PythonRunConfigurationWidgethjk2018-03-231-30/+14
* Partially decouple local CMakeRunConfiguration from CMakeProjecthjk2018-03-131-1/+1
* Python: Fix warning about inconsistent use of overrideTobias Hunger2018-03-091-1/+1
* Project: Improve default implementation of Project::needsConfigurationTobias Hunger2018-03-091-0/+2
* Rename IRunConfigurationFactory to RunConfigurationFactoryhjk2018-03-071-3/+2
* PythonEditor: Model RunConfiguration according to RemoteLinux setuphjk2018-03-071-19/+26
* RunConfiguration: Add a more explicit way to transfer creation infohjk2018-03-071-11/+10
* ProjectExplorer: Simplify collection of RunConfigurationCreationInfoshjk2018-02-151-3/+1
* PythonEditor: Remove uses of global object poolhjk2018-02-062-10/+12
* IRunConfiguration: Remove BuildTargetInfo from the RC factory APIsTobias Hunger2018-02-061-5/+4
* PythonEditor: Fix run configurationhjk2018-01-111-2/+8
* ProjectExplorer: Return BuildTargetInfo from availableBuildTarget()hjk2018-01-051-4/+7
* Use project id uniformly as project contexthjk2017-12-201-2/+0
* ProjectExplorer: Use ids in RunConfigFactory:: setSupportedProjectTypehjk2017-12-191-1/+1
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-16/+3
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-2/+2
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-11-291-1/+1
|\
| * python scanner: fix "oct" and "chr" highlightNikolay Shalakin2017-11-271-1/+1
* | ProjectExplorer: Register createes' base id in RunConfigurationFactoryhjk2017-11-271-36/+5
* | ProjectExplorer: Add a RunConfigurationFactory::canHandle(Target *)hjk2017-11-201-3/+2
* | ProjectExplorer: Implement RunConfiguration::do{Clone,Restore} in basehjk2017-11-161-11/+1
* | ProjectExplorer: Simplify IRunConfigurationFactory::clone() usehjk2017-11-141-7/+1
|/
* ProjectExplorer: Fix copying of RunConfigurationAspectshjk2017-11-101-8/+0
* PythonEditor: Ensure project file is listed firstChristian Stenger2017-10-181-3/+5
* PythonEditor: Avoid creation of useless empty run configChristian Stenger2017-10-181-23/+6