aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/iostoolhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ios: Simplify gotServerPorts() and gotInferiorPid() signaturesJarek Kobus2025-04-251-12/+9
* Ios: Fix done result of IosToolTaskJarek Kobus2025-04-251-1/+11
* Ios: Drop passing IosToolHandler as an argumentJarek Kobus2025-04-241-8/+8
* Ios: Simplify IosToolHandler::appOutput()Jarek Kobus2025-04-241-4/+2
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-2/+2
* iOS: Simplify tail process setup to read log fileshjk2024-12-021-5/+5
* iOS: Use decoding capability of Utils::Process for tail outputhjk2024-11-291-2/+2
* iOS: Fix unintentional fall-throughEike Ziller2024-10-231-0/+1
* iOS: Do not post message on fallback transfer as errorEike Ziller2024-10-221-1/+7
* IosToolTaskAdapter: Don't leak the IosToolHandler on destructionJarek Kobus2024-07-121-4/+4
* IosToolHandler: Don't call stop() from the other threadJarek Kobus2024-06-141-16/+19
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Various plugins: Fix some more C++20 warnings about [=] capturesJarek Kobus2024-02-061-1/+2
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Change signature of setReaperTimeout()Jarek Kobus2024-01-221-1/+1
* iOS: Avoid iostool for info gathering if possibleEike Ziller2024-01-111-0/+22
* IOS: Unify error handlingMarcus Tillmanns2023-11-031-27/+26
* Ios: Finish deploy on failureMarcus Tillmanns2023-10-301-0/+2
* IosToolHandler: Avoid 3 arg connectJarek Kobus2023-10-061-3/+3
* LogTailFiles: Replace QProcess with ProcessJarek Kobus2023-07-171-14/+7
* IosDeviceToolHandlerPrivate: Replace QProcess with ProcessJarek Kobus2023-07-171-106/+53
* iOS: Proliferate FilePath a bithjk2023-06-081-35/+33
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* FutureSynchronizer: Change the default value of cancelOnWait to trueJarek Kobus2023-04-261-1/+0
* RunExtensions: Move onResultReady and onFinished into asynctask.hJarek Kobus2023-04-171-1/+0
* onResultReady: Provide a context object for all usagesJarek Kobus2023-04-121-15/+10
* Ios: Use QtConcurrent invocation for async runJarek Kobus2023-03-141-11/+12
* iOS: Fix freeze when stopping applicationEike Ziller2023-03-131-5/+3
* iOS: Tr::trhjk2023-01-161-16/+16
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Ios: Pass context object to lambda connectionsJarek Kobus2023-01-061-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: Android, IOS & WASM: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* iostool: Cleanup and improve debug outputMarcus Tillmanns2022-06-241-1/+1
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-06-171-1/+6
|\
| * iostool: Improve deployment speed using delta deployMarcus Tillmanns2022-06-171-1/+6
* | ios: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-021-1/+2
|/
* iOS: Make SimulatorControl staticEike Ziller2021-05-251-18/+18
* Use Utils::FutureSynchronizer in IosSimulatorToolHandlerPrivateJarek Kobus2021-05-251-16/+13
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-3/+5
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-1/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-2/+1
* Decorate some classes and methods with final keywordJarek Kobus2020-11-191-1/+1
* Fix a build with Qt 6Jarek Kobus2020-11-051-5/+5
* Fix Qt 6 build of ProjectExplorer and targets & build systemsEike Ziller2020-09-211-3/+3
* Avoid warning on empty expressionshjk2019-07-231-6/+6
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* iOS: Remove remaining FileName::appendPath useshjk2019-05-241-12/+8
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1