aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/iosdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Remove cloned DeviceManagerMarcus Tillmanns11 days1-12/+13
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* iOS: Add environment variable for forcing use of polling runnerEike Ziller2025-04-081-0/+4
* iOS: Fix running on device with Xcode 15.4Eike Ziller2025-03-191-1/+3
* iOS: Fix QML Profiling on devices with iOS <= 16Jarek Kobus2025-01-271-11/+27
* ExtensionSystem: Move shutdownGuard to Utilshjk2025-01-131-3/+2
* iOS: Retrieve devicectl versionEike Ziller2025-01-091-1/+38
* ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+1
* Ios: Fix a possible crash on shutdownJarek Kobus2024-09-181-2/+4
* ProjectExplorer: Paddle back on IDevice aspect exposurehjk2024-08-061-3/+3
* Project: Base IDevice on AspectContainerhjk2024-08-021-3/+3
* ProjectExplorer: Change IDevice::toMap signaturehjk2024-08-011-6/+8
* iOS: Fix slow debugging with recent Xcode and iOS < 17Eike Ziller2024-06-131-1/+8
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Merge remote-tracking branch 'origin/12.0' into 13.0Eike Ziller2024-02-051-20/+28
|\
| * Ios: Only ever show a single dialog for developer modeEike Ziller2024-01-301-20/+28
* | Ios: Use setup functions for a few factorieshjk2024-02-051-29/+37
* | IDevice: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-9/+9
* | iOS: Move info parsing from devicectl to a functionEike Ziller2024-01-301-37/+8
* | iOS: Fix small issues when connecting/disconnecting devicesEike Ziller2024-01-161-3/+14
* | iOS: Add a "handler" property for the tool that is used for device opsEike Ziller2024-01-151-8/+22
* | iOS: Use layout builder for details in device preference widgetEike Ziller2024-01-151-10/+11
* | iOS: Avoid iostool for info gathering if possibleEike Ziller2024-01-111-20/+75
|/
* ProjectExplorer: Remove IDevice::setDisplayNameMarcus Tillmanns2023-09-111-3/+3
* Utils: Introduce variantFromStore and storeFromVarianthjk2023-08-281-2/+2
* Plugins: And more Store and Keyhjk2023-08-251-10/+10
* Utils: Rename the new Storage to Storehjk2023-08-241-1/+1
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-3/+2
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Devices: Unify Port Gathering methodMarcus Tillmanns2023-04-061-6/+0
* iOS: Tr::trhjk2023-01-161-24/+26
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* IDevice: Provide default implementation for signalOperation()Jarek Kobus2022-11-291-5/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ios: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-021-2/+2
* Ios: Fix compiler warningsEike Ziller2022-05-131-16/+19
* Add missing "final" to unexported/unshared classesAlessandro Portale2020-11-181-1/+1
* iOS Device: Show some more information in device optionsEike Ziller2020-07-131-12/+48
* iOS: Fix slow debugger startup on devicesEike Ziller2020-07-131-0/+5
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-12/+12
* De-Q_OBJECT-ify most DeviceFactorieshjk2020-01-231-3/+1
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-201-12/+31
|\
| * iOS: Fix retrieving USB serial number with macOS 10.15 SDKEike Ziller2020-01-161-0/+10
| * iOS: Guard against failure to retrieve device UIDEike Ziller2020-01-151-12/+21
* | Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
|/
* iOS: Put common IosDevice constructor code into a functionhjk2019-08-191-10/+9
* ProjectExplorer: Base IDevice::osType on a data memberhjk2019-08-191-5/+2
* ProjectExplorer::IDevice: Add a default display nameChristian Kandeler2019-08-021-2/+2
* Compile fix with recent Qt devhjk2019-07-291-12/+5