aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/iosrunconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-2/+2
* Layouting: Make aspects operate on parent items, not LayoutBuilderhjk2023-05-031-2/+2
* Utils: Flatten LayoutBuilder related hierarchieshjk2023-01-201-1/+1
* iOS: Tr::trhjk2023-01-161-13/+15
* iOS: use dedicated classes to create run workershjk2023-01-111-5/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Remove unused includes of QFormLayoutJarek Kobus2022-11-181-1/+0
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: Android, IOS & WASM: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-06-021-1/+1
|\
| * ProjectExplorer: Make target device for executable aspect explicithjk2022-06-021-1/+1
* | ios: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-021-1/+2
|/
* Utils: Pass MacroExpander to ArgumentsAspect constructorhjk2022-05-201-1/+1
* ProjectExplorer: Shift full FilePath creation into Executable aspecthjk2022-05-181-2/+2
* Ios: Move runControl's runConfiguration calls further uphjk2022-04-271-26/+19
* 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