aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/iosrunconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* qmake: Unify TargetInformation and TargetParserInformation againTobias Hunger2017-02-221-1/+1
* iOS: Extend the information cached for simulatorVikas Pachdha2017-02-141-23/+36
* RunConfiguration: Introduce buildSystemTarget()Tobias Hunger2017-01-301-0/+5
* Merge remote-tracking branch 'origin/4.1' into 4.2Eike Ziller2016-10-171-2/+3
|\
| * iOS: Replaces ios_sim tool with simctlVikas Pachdha2016-10-171-2/+3
* | Ios: Fix translatable string contextOrgad Shaneh2016-08-231-1/+1
|/
* ProjectExplorer: Add some more functions to buildsteplistTobias Hunger2016-04-201-12/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Ios: use ArgumentsAspect in IosRunConfigurationhjk2016-01-191-59/+5
* Project: Add setRootProjectNode methodTobias Hunger2016-01-111-2/+2
* Ios: Use plain C++ for IosRunConfigurationWidgethjk2015-12-231-42/+60
* ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-031-1/+1
* Introduce Profile build modeUlf Hermann2015-10-201-0/+1
* ProjectExplorer: Use FileName for Node::pathOrgad Shaneh2015-02-131-4/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | IOS: Remove unneeded qualificationsOrgad Shaneh2015-02-051-6/+6
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-1/+3
|/
* iOS: do not set simulator type before initial setupFawzi Mohamed2014-12-021-3/+5
* iOS: fix simulator selectionFawzi Mohamed2014-11-251-28/+63
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
|/
* ios: convert to new logging infrastructureFawzi Mohamed2014-07-071-3/+4
* De-noise RunConfigurationsOrgad Shaneh2014-05-281-9/+8
* iosrunconfiguration: use more descriptive method/variables namesFawzi Mohamed2014-05-081-7/+7
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-1/+1
* iosrunconfiguration: always update dev type switcherFawzi Mohamed2014-04-011-8/+8
* ios: make simulator device selection more robust vs corrupted settingsFawzi Mohamed2014-03-311-0/+4
* ios: fix update of executable path in the UIFawzi Mohamed2014-03-311-2/+4
* ios: make device simulated configurable in runconfigurationFawzi Mohamed2014-03-311-3/+48
* ios: correctly update run configuration namesFawzi Mohamed2014-03-271-3/+7