aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/iosdeploystep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* IDevice: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-7/+7
* iOS: Extract basic devicectl output processingEike Ziller2024-01-181-39/+15
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2024-01-151-1/+1
|\
| * iOS: Fix provisioning profile check for "newer" devicesEike Ziller2024-01-121-1/+1
* | iOS: Implement deployment via devicectlEike Ziller2024-01-151-1/+101
* | TaskTree: Rename TreeStorage<> -> Storage<>Jarek Kobus2023-11-201-1/+1
* | TaskTree: Unify TaskInterface::done(DoneResult) signalJarek Kobus2023-11-171-4/+4
|/
* TaskTree: Get rid of registration macrosJarek Kobus2023-08-171-5/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* BuildStep: Some cleanupJarek Kobus2023-07-271-2/+0
* IosDeployStep: Employ task tree for runningJarek Kobus2023-07-181-110/+21
* IosDeployStep: Add return value to checkProvisioningProfile()Jarek Kobus2023-07-181-21/+22
* IosDeployStep: Introduce IosTransferTaskJarek Kobus2023-07-181-0/+77
* IosDeviceToolHandlerPrivate: Replace QProcess with ProcessJarek Kobus2023-07-171-2/+2
* iOS: Proliferate FilePath a bithjk2023-06-081-6/+6
* iOS: Tr::trhjk2023-01-161-18/+12
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Android/iOS: Don't add markup to display names of build stepsAlessandro Portale2021-03-261-2/+0
* ProjectExplorer: Remove BuildStepConfigWidgethjk2020-10-061-3/+3
* ProjectExplorer: Move BuildStepWidget::summary etc to BuildStephjk2020-10-051-3/+3
* Consolidate build/deploystep default display name handlinghjk2020-10-021-2/+1
* ProjectExplorer: Introduce a ProjectConfiguration::kit() functionhjk2020-09-091-2/+2
* iOS: Use a constant from iosconstant.h as deploy step idhjk2020-08-191-6/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-3/+3
* iOS: Some IosDeployStep cosmeticshjk2020-02-251-9/+4
* iOS: De-Q_OBJECT-ify and hide IosDeployStep implementationhjk2020-02-201-16/+70
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-15/+9
* iOS: Remove unused code in IosDeployStephjk2020-01-141-11/+0
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-091-2/+2
* iOS: Remove no-op reimplementations of IosDeployStep::{from,to}Maphjk2019-12-041-11/+0
* Avoid warning on empty expressionshjk2019-07-231-3/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* iOS: More FileName::appendPath -> pathAppended changeshjk2019-05-171-9/+4
* iOS: Fix buildNikolai Kosjar2019-04-251-1/+0
* iOS: Simplify IosDeployStep config widget setuphjk2019-04-251-1/+11
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-2/+2
* ProjectExplorer: Rework the build step run interfaceChristian Kandeler2019-01-311-12/+7
* Use new DeployConfigurationFactory::addInitialStep in some caseshjk2019-01-211-3/+6
* ProjectExplorer: Simplify BuildStep::init() signaturehjk2019-01-181-2/+1
* iOS: ModernizeAlessandro Portale2018-11-131-2/+2
* ProjectExplorer: Use a data member for BuildStep::runInGuiThreadhjk2018-10-231-0/+1
* ProjectExplorer: Make BuildStep::immutable use a data memberhjk2018-10-231-0/+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/+0
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-2/+3
* Give the values of BuildStep::OutputFormat better namesChristian Kandeler2017-01-191-2/+2
* iOS: Replaces ios_sim tool with simctlVikas Pachdha2016-10-171-9/+12
* Ios: Use Qt5-style connectsOrgad Shaneh2016-06-301-12/+12