aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/iosrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* iOS: Fix some missing full stopsEike Ziller2024-02-261-1/+1
* IDevice: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-10/+10
* iOS 17: Print messages for starting and stoppingEike Ziller2024-02-021-3/+15
* iOS: Move launch result from devicectl to a functionEike Ziller2024-02-021-11/+4
* iOS: Move process id gathering from devicectl to a functionEike Ziller2024-02-021-9/+4
* iOS: Move app URL gathering from devicectl to a functionEike Ziller2024-01-301-11/+4
* Create a RunWorker for running apps on iOS 17 devicesEike Ziller2024-01-181-3/+330
* Debugger: Move plugin class definition to .cpphjk2024-01-151-1/+0
* Debugger: Rename debuggerkitinformation.{cpp,h}hjk2023-08-161-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* IosRunner: Do some cleanupJarek Kobus2023-07-041-24/+10
* iOS: Proliferate FilePath a bithjk2023-06-081-10/+10
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* iOS: Tr::trhjk2023-01-161-23/+19
* iOS: use dedicated classes to create run workershjk2023-01-111-14/+133
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Ios: Don't call mutable expressions inside QTC_ASSERTJarek Kobus2022-12-141-4/+6
* Get rid of unneeded includes of RunControlJarek Kobus2022-10-251-2/+0
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Dissolve a few uses of Runnablehjk2022-05-301-2/+2
* Ios: Move runControl's runConfiguration calls further uphjk2022-04-271-8/+11
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-1/+1
* Utils: Simplify FilePath::toFileInfo().lastModified() callshjk2021-06-221-2/+2
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-1/+1
* Debugger: Rename 'AttachExternal' to 'AttachToLocalProcess'hjk2021-01-071-1/+1
* Fix a warning about calling virtual method from d'torJarek Kobus2020-11-191-5/+0
* ProjectExplorer: Introduce a ProjectConfiguration::kit() functionhjk2020-09-091-1/+1
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-101-21/+19
|\
| * iOS: Fix slow debugger startup on devicesEike Ziller2020-07-131-21/+19
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* | Help:iOS: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-131-9/+9
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
|/
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-15/+9
* Utils: Add a FilePath::isDir() convenience functionhjk2019-09-111-2/+2
* iOS: Avoid one use of runconfiguration in IosRunnerhjk2019-09-051-2/+2
* iOS: Avoid use of RunControl::runConfiguration() in QmlProfiler supporthjk2019-09-031-8/+0
* Ios: Silence warnings about unnecessary ';'Tobias Hunger2019-09-021-2/+4
* Ios: Fix spelling in idTobias Hunger2019-08-301-1/+1
* iOS: Fix/add RunWorker idshjk2019-08-301-1/+5
* ProjectExplorer: Standardize RunWorker creation logichjk2019-08-271-1/+1
* Let PortsGatherer produce full URLs instead of ports onlyhjk2019-08-261-2/+5
* iOS: Remove unused qtsupport includeshjk2019-08-141-2/+0
* Avoid warning on empty expressionshjk2019-07-231-5/+5
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* iOS: More FileName::appendPath -> pathAppended changeshjk2019-05-171-3/+3
* Avoid some visible uses of RunControl::runConfiguration()hjk2019-03-121-8/+5
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-2/+2
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-2/+2
* ProjectExplorer: Pass macro expander to ArgumentsAspect::argumentshjk2018-09-131-2/+3