summaryrefslogtreecommitdiff
path: root/src/tools/iostool/iosdevicemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* iostool: Cleanup and improve debug outputMarcus Tillmanns2022-06-241-347/+435
* iostool: Improve deployment speed using delta deployMarcus Tillmanns2022-06-171-65/+164
* iostool: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-301-3/+5
* Add missing includesKnud Dollereder2021-05-201-0/+2
* iOS: Create single instance of mobile device library wrapperVikas Pachdha2021-03-161-62/+64
* iOS: Fix iOS 14 application launchVikas Pachdha2021-03-161-56/+91
* iOS: Refactor the ios toolVikas Pachdha2021-03-161-488/+22
* Fix Qt 6 build of ProjectExplorer and targets & build systemsEike Ziller2020-09-211-1/+1
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-101-52/+39
|\
| * iOS Device: Show some more information in device optionsEike Ziller2020-07-131-65/+39
| * iOS: Fix slow debugger startup on devicesEike Ziller2020-07-131-0/+13
* | Tools: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-151-5/+6
|/
* Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-10-161-51/+26
|\
| * iOS: Fix failure to run an app on iOS version 13 onwardsVikas Pachdha2019-10-141-51/+26
* | Avoid warning on empty expressionshjk2019-07-231-2/+2
|/
* iOS: Work around mismatch of USB serial and iOS device idEike Ziller2018-10-231-6/+11
* iOS: Fix incorrect bitwise operator usageVikas Pachdha2017-11-141-1/+1
* iOS: Fix run issue on iOS with xcode 8.3Vikas Pachdha2017-06-151-71/+102
* Use correct AMDError constant name in iostoolJake Petroules2017-03-081-3/+3
* iOS: Fix developer disk mount fail errorVikas Pachdha2017-03-031-4/+7
* IosTool: Use Qt5-style connectsOrgad Shaneh2016-07-151-1/+1
* iostool: Print ALL error messages recognized by MobileDevice framework.Jake Petroules2016-06-011-300/+67
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-271-187/+263
|\
| * iostool: Print ALL error messages recognized by MobileDevice framework.Jake Petroules2016-05-271-187/+263
* | Ignoring wifi interfaces as debugging over wifi is not supportedVikas Pachdha2016-04-291-0/+36
* | Use secure apis and mount developer disk image on deviceVikas Pachdha2016-04-291-120/+364
|/
* iOSTool: fix breakage with startServiceEike Ziller2016-04-251-1/+1
* iOS: Better error messages for starting service and transferring app.Eike Ziller2016-04-191-218/+218
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+13
* Improve error messages in iOS deployment tool.Jake Petroules2015-10-021-3/+224
* iostool: add missing overridesEike Ziller2015-10-021-5/+5
* Use built-in QString/CFString converters available since Qt 5.2.Jake Petroules2015-09-281-48/+13
* iostool: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-041-3/+3
* Update LicenseEike Ziller2015-01-161-6/+6
* ios: fix kill when running on deviceFawzi Mohamed2014-12-031-5/+32
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-251-3/+3
* | Remove Qt version checks.Christian Kandeler2014-09-081-4/+0
|/
* iostool: Fix compilation with C++<11Orgad Shaneh2014-03-251-3/+0
* iostool: support for qml debug and remote port forwardingFawzi Mohamed2014-03-241-10/+87
* ios: speed up device debuggingFawzi Mohamed2014-01-081-0/+27
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* ios: wait 5s after sucessful deployFawzi Mohamed2013-12-041-0/+2
* iostool: avoid deploying when just running, improve app lookupFawzi Mohamed2013-12-041-5/+16
* ios: fix running/debugging with new version of MobileDevice.frameworkFawzi Mohamed2013-11-291-1/+1
* ios: device debuggingFawzi Mohamed2013-10-311-6/+9