aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/iosrunconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* iOS/CMake: Fix running non-Xcode targets and targets in subdirectoriesVladimir Serdyuk2021-09-101-21/+76
* Utils: Consolidate LayoutBuilder interface a bithjk2020-09-241-1/+1
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-2/+3
* ProjectExplorer: Introduce a ProjectConfiguration::kit() functionhjk2020-09-091-8/+7
* ProjectExplorer: Rename Base*Aspect to *Aspecthjk2020-08-141-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-4/+4
* Utils: Introduce FilePath::operator/(const QString &)hjk2020-04-091-1/+1
* ProjectExplorer: Replace RunConfiguration::doAdditionalSetuphjk2019-12-171-5/+0
* iOS: Call deviceTypeAspect->update from any updatehjk2019-12-171-2/+2
* iOS: Use new central RunConfiguration::updatehjk2019-12-041-13/+11
* ProjectExplorer: Make enabled state updating part of runconfig updateshjk2019-12-041-1/+1
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-10/+8
* LayoutBuilder: Allow for more compact code at calling sitesChristian Kandeler2019-11-071-2/+1
* ProjectExplorer: Prepare more flexibility to aspect layoutinghjk2019-10-181-5/+6
* iOS: Avoid double-indirection between DeviceTypeAspect and run confighjk2019-08-301-2/+2
* iOS: Remove unused qtsupport includeshjk2019-08-141-2/+0
* Utils/all: Create an OutputFormatterFactoryhjk2019-08-131-3/+0
* iOS: Share code for simulator display nameEike Ziller2019-08-121-3/+7
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* iOS: More FileName::appendPath -> pathAppended changeshjk2019-05-171-9/+8
* Ios: Remove direct compile time dependency of IosRunConfig on qmakehjk2019-05-061-17/+7
* ProjectExplorer: Remove RunConfiguration::canRunForNode()hjk2019-02-261-5/+0
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-7/+7
* QmakeProjectManager et al: Reduce use of qmake specific logichjk2018-12-141-18/+5
* iOS: ModernizeAlessandro Portale2018-11-131-1/+1
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-1/+1
* iOS: Remove unused IosRunConfiguration::deployStephjk2018-09-261-7/+1
* iOS: Move towards more aspect usehjk2018-09-261-49/+51
* iOS: Use an aspect for the executablehjk2018-09-111-8/+6
* ProjectExplorer: Compactify runconfiguration aspect creationhjk2018-09-041-1/+1
* Unify key names for various fields in stored RunConfigurationshjk2018-08-211-1/+1
* iOS: Fix incorrect device type in run configurationVikas Pachdha2018-05-161-8/+16
* iOS: Use run arguments more directlyhjk2018-05-081-6/+0
* iOS: Remove RunConfigWidget base from IosRunConfigurationWidgethjk2018-05-081-7/+1
* iOS: Remove dependency on QmakeBuildConfiguration in run confighjk2018-05-081-8/+6
* Pass id to RunConfiguration constructorhjk2018-04-251-3/+17
* Simplify runconfiguration aspect addTo... interfacehjk2018-04-241-1/+1
* ProjectExplorer: Streamline OutputFormatter creation a bithjk2018-04-131-5/+1
* ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-121-20/+2
* iOS: Use base method to list run configurationshjk2018-03-271-0/+5
* ProjectExplorer: Let RunConfiguration declare what nodes it belongs tohjk2018-03-161-0/+5
* Use the .pro file path as buildSystemTarget in qmake based RunConfigshjk2018-01-121-1/+1
* Ios: Use device types as restrictions on project configurationshjk2017-12-191-1/+0
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-17/+14
* Ios: standardize IosRunConfiguration::initialize() signaturehjk2017-11-151-2/+11
* ProjectExplorer: Fix copying of RunConfigurationAspectshjk2017-11-101-9/+0
* ProjectExplorer: Re-organize RunConfiguration constructorshjk2017-09-131-14/+18
* ProjectExplorer: Introduce base class for enabled/disabled project configurationTobias Hunger2017-07-281-51/+16
* qmake: move over from QmakeProjectNodes to QmakeParserNodesTobias Hunger2017-02-221-17/+16