aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/pythoneditor
Commit message (Expand)AuthorAgeFilesLines
* 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
* PythonEditor: Fix run config namesChristian Stenger2017-10-171-0/+1
* Python indenter: Skip past empty linesFriedemann Kleint2017-09-151-0/+29
* ProjectExplorer: Re-organize RunConfiguration constructorshjk2017-09-131-20/+26
* Python Editor: Introduce simple foldingFriedemann Kleint2017-09-132-0/+39
* Merge remote-tracking branch 'origin/4.4'Orgad Shaneh2017-08-301-1/+1
|\
| * Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* | RunConfiguration: Centralize enabled state handlingTobias Hunger2017-07-281-2/+0
* | ProjectExplorer: Introduce base class for enabled/disabled project configurationTobias Hunger2017-07-281-28/+3
* | Project: Move signalling of parsing state into ProjectTobias Hunger2017-07-261-1/+2
|/
* Plugins: Fix that mimetype definition was not valid JSONEike Ziller2017-07-251-15/+15
* ProjectExplorer: Simplify standard run control constructionhjk2017-06-201-25/+6