aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios
Commit message (Expand)AuthorAgeFilesLines
* Ios: Improve an error messageEike Ziller11 days1-2/+2
* Merge remote-tracking branch 'origin/16.0' into 17.0Eike Ziller2025-04-301-1/+1
|\
| * macOS: Fix configuration issues with CMake 4 and laterEike Ziller2025-04-301-1/+1
* | Ios: Glue debug workers into one recipeJarek Kobus2025-04-281-34/+64
* | Ios: Add deviceCtlKicker()Jarek Kobus2025-04-281-6/+17
* | Merge remote-tracking branch 'origin/16.0' into 17.0Eike Ziller2025-04-281-1/+1
|\|
| * iOS: Fix QML Profiling on Simulator and iOS < 17 devicesEike Ziller2025-04-281-0/+1
* | RunWorker: Merge RecipeRunner with RunWorkerJarek Kobus2025-04-281-6/+6
* | Ios: Add iosToolKicker()Jarek Kobus2025-04-281-12/+23
* | Ios: Transform IosRunner into RecipeRunnerJarek Kobus2025-04-281-139/+136
* | Ios: Simplify gotServerPorts() and gotInferiorPid() signaturesJarek Kobus2025-04-253-39/+15
* | Ios: Fix done result of IosToolTaskJarek Kobus2025-04-252-1/+12
* | Ios: Get rid of IosRunner::isAppRunning() getterJarek Kobus2025-04-251-9/+2
* | Ios: Get rid of gdbServerPort() getterJarek Kobus2025-04-251-23/+16
* | ProjectExplorer: Make some DeviceManager functions statichjk2025-04-253-24/+18
* | ProjectExplorer: Remove cloned DeviceManagerMarcus Tillmanns2025-04-243-14/+18
* | Ios: Replace QTC_CHECK with QTC_ASSERTJarek Kobus2025-04-241-10/+10
* | Ios: Make createWorker() a bit more readableJarek Kobus2025-04-241-27/+22
* | Ios: Drop passing IosToolHandler as an argumentJarek Kobus2025-04-244-47/+34
* | Ios: Simplify IosToolHandler::appOutput()Jarek Kobus2025-04-243-14/+4
* | Ios: Introduce DebugInfo and pass it to IosRunner's c'torJarek Kobus2025-04-231-27/+19
* | Ios: Transform DeviceCtlPollingRunner into recipeJarek Kobus2025-04-231-215/+144
* | Ios: Transform DeviceCtlRunner into recipeJarek Kobus2025-04-231-95/+95
* | Debugger: Get rid of DebuggerRunToolJarek Kobus2025-04-171-2/+2
* | Debugger: Introduce createDebuggerWorker and reuse itJarek Kobus2025-04-171-17/+12
* | Replace most expected_str by Utils::Resulthjk2025-04-117-37/+37
* | iOS: Add environment variable for forcing use of polling runnerEike Ziller2025-04-081-0/+4
* | Ios: Add more data into AppInfo structJarek Kobus2025-04-071-32/+47
* | Ios: Get rid of m_arguments fieldJarek Kobus2025-04-071-25/+24
* | Ios: Fix retrieving the right deviceJarek Kobus2025-04-071-1/+1
* | Ios: Move subtask creators out of runner classJarek Kobus2025-04-071-24/+25
* | Ios: Move m_processIdentifier from base class into subclassJarek Kobus2025-04-041-3/+2
* | Ios: Inline private gettersJarek Kobus2025-04-041-40/+8
* | Ios: Get rid of IosRunner::qmlServerPort()Jarek Kobus2025-04-041-13/+5
* | Ios: Cleanup startDebugger() implementationJarek Kobus2025-04-041-13/+6
* | Debugger: Use QUrl for DebuggerRunParameters::m_remoteChannelhjk2025-04-041-1/+5
* | Ios: Move part of debugger init code into construction phaseJarek Kobus2025-03-311-30/+28
* | Ios: Get rid of public pid() methodJarek Kobus2025-03-281-9/+1
* | Ios: Dismantle IosQmlProfilerSupportJarek Kobus2025-03-281-39/+8
* | Ios: Get rid of DeviceCtlRunnerBase::processIdentifier()Jarek Kobus2025-03-271-9/+6
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-03-242-2/+4
|\|
| * iOS: Fix running on device with Xcode 15.4Eike Ziller2025-03-192-2/+4
* | RunControl: Make attachPid a global property of runControlJarek Kobus2025-03-141-2/+2
* | ProjectExplorer: Introduce & make use of BuildConfiguration::kitChangedChristian Kandeler2025-03-113-5/+3
* | ProjectExplorer: Use Kit instead of Target in ExecutableAspectChristian Kandeler2025-03-111-1/+1
* | Project managers: Replace various uses of ProjectConfiguration::target()Christian Kandeler2025-03-111-65/+62
* | ProjectExplorer: Replace uses of Target signals and member functionsChristian Kandeler2025-03-061-2/+2
* | ProjectExplorer: Make run configurations per build configurationChristian Kandeler2025-03-063-7/+5
* | Android: Remove the usage of QmlOutputParserJarek Kobus2025-03-051-2/+0
* | TaskTree: Introduce SimpleCustomTask helperJarek Kobus2025-02-271-10/+1