aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/baremetal
Commit message (Expand)AuthorAgeFilesLines
* BareMetal: ModernizeAlessandro Portale2018-11-0617-54/+40
* ProjectExplorer: Use a data member for BuildStep::runInGuiThreadhjk2018-10-232-1/+1
* Handle IDeviceFactory restoring in base classhjk2018-10-162-9/+1
* Make IDeviceFactory use data membershjk2018-10-152-22/+4
* ProjectExplorer: Merge SimpleBuildStepWidget into BuildStepWidgethjk2018-10-121-1/+1
* ProjectExplorer: Move common bits of IDeviceFactory::canRestorehjk2018-10-052-6/+0
* Simplify IDeviceFactory usehjk2018-10-052-16/+9
* Add 'override' to IDeviceFactory derived classeshjk2018-10-051-6/+6
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-023-4/+4
* Enable Browse button in Baremetal run configurationUladzimir Bely2018-09-201-1/+1
* ProjectExplorer: Pass macro expander to ArgumentsAspect::argumentshjk2018-09-131-1/+1
* ProjectExplorer: Make WorkingDirectoryAspect less dependent on runconfighjk2018-09-101-1/+1
* ProjectExplorer: Compactify runconfiguration aspect creationhjk2018-09-042-8/+6
* Unify key names for various fields in stored RunConfigurationshjk2018-08-212-4/+4
* BareMetal: Fix default display nameRobert Loehning2018-07-131-1/+1
* BareMetal: Make better use of typed treemodelhjk2018-07-122-32/+16
* BareMetal: Remove unimplemented method from headerTobias Hunger2018-07-111-2/+0
* Finish merging Runnable and StandardRunnablehjk2018-05-233-10/+3
* RemoteLinux: BareMetal: Fix history completerChristian Stenger2018-05-031-0/+1
* BareMetal: Translate untranslated stringChristian Stenger2018-04-301-2/+1
* BareMetal: Split runconfigs into independent classeshjk2018-04-306-170/+44
* Pass id to RunConfiguration constructorhjk2018-04-254-6/+7
* Simplify runconfiguration aspect addTo... interfacehjk2018-04-242-4/+4
* Clean up options page category display name and icon set upEike Ziller2018-04-231-2/+0
* ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-122-25/+1
* BareMetal: Do not use QtOutputFormatterhjk2018-04-126-16/+1
* Utils: Purge asConstOrgad Shaneh2018-04-092-4/+2
* BareMetal: Some consolidation of RunConfiguration related classeshjk2018-04-0611-305/+87
* BareMetal: Use now-standard WorkingDirectoryAspecthjk2018-03-225-82/+11
* BareMetal: Fix run configuration display name setuphjk2018-03-224-37/+19
* BareMetalRunConfigurationFactory: remove availableCreators reimphjk2018-03-132-12/+1
* Rename IRunConfigurationFactory to RunConfigurationFactoryhjk2018-03-073-11/+7
* BareMetal: fix run configuration creationAlexander Drozdov2018-03-021-9/+1
* Introduce and use IRunConfiguration::addSupportedTargetDeviceTypehjk2018-02-231-2/+2
* ProjectExplorer: Show non-desktop device names in remote run config nameshjk2018-02-151-2/+2
* ProjectExplorer: Simplify collection of RunConfigurationCreationInfoshjk2018-02-152-3/+2
* IRunConfiguration: Remove BuildTargetInfo from the RC factory APIsTobias Hunger2018-02-062-15/+12
* BareMetal: Don't rely on global object pool anymorehjk2018-01-296-33/+40
* Do not construct settings/resource paths from QSettings objectEike Ziller2018-01-111-8/+2
* ProjectExplorer: Return BuildTargetInfo from availableBuildTarget()hjk2018-01-052-11/+9
* ProjectExplorer: Add a IRunConfigurationFactory::addFixedBuildTarget()hjk2018-01-032-13/+2
* BareMetal: Inline two functions into their only callershjk2018-01-033-17/+2
* Combine some SshConnectionParameter membershjk2017-12-191-4/+4
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-086-51/+12
* BareMetal: Remove BareMetalRunConfigurationFactory::canCreateHelperhjk2017-11-272-8/+0
* ProjectExplorer: Register createes' base id in RunConfigurationFactoryhjk2017-11-272-74/+20
* ProjectExplorer: Add a RunConfigurationFactory::canHandle(Target *)hjk2017-11-201-8/+2
* ProjectExplorer: Implement RunConfiguration::do{Clone,Restore} in basehjk2017-11-165-33/+4
* BareMetal: standardize RunConfiguration::initialize() signaturehjk2017-11-144-18/+24
* ProjectExplorer: Simplify IRunConfigurationFactory::clone() usehjk2017-11-142-21/+5