summaryrefslogtreecommitdiff
path: root/src/plugins/ios/iostoolhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-2/+2
* Fix: Emit keyword being used with non-signalAlessandro Portale2019-01-151-1/+1
* Canonicalize some includesChristian Kandeler2019-01-101-2/+2
* iOS: ModernizeAlessandro Portale2018-11-131-5/+3
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* iOS: Use stdout of smctl commandsVikas Pachdha2018-05-231-2/+2
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-1/+0
* ios: Initialize membersRobert Loehning2017-12-131-2/+2
* iOS: Write "error" and "simulator" in lower case in messagesLeena Miettinen2017-07-281-6/+6
* Add Q_FALLTHROUGH for Qt < 5.8Christian Kandeler2017-07-171-3/+4
* Add unnecessary break to switch statements that don't fall throughThiago Macieira2017-06-121-0/+1
* iOS: Fix compileChristian Stenger2017-06-061-1/+1
* iOS: Fix isRunning state of the app running on SimulatorVikas Pachdha2017-06-021-108/+119
* iOS: Stop ios-tool gracefully before killingVikas Pachdha2017-05-101-2/+20
* iOS: Fix run without deploy on iOS simulatorVikas Pachdha2017-05-021-3/+2
* Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
* Replace a few occurrences of QStringList() << ...hjk2017-02-081-1/+1
* iOS: Reverting Utils::TemporaryFile changesVikas Pachdha2017-01-231-8/+8
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-11/+8
* Fixing warningThomas Hartmann2017-01-131-0/+2
* iOS: Use kill system call instead of shell commandVikas Pachdha2017-01-101-8/+6
* iOS: Capture console output of launched app on iOS simulatorVikas Pachdha2017-01-101-38/+108
* iOS: Remove the step to spawn the app before launch on iOSVikas Pachdha2016-12-201-100/+35
* iOS: Make iOS simulator usage asynchronousVikas Pachdha2016-11-161-97/+230
* iOS: Fix invalid static_castChristian Stenger2016-10-181-2/+2
* iOS: Replaces ios_sim tool with simctlVikas Pachdha2016-10-171-163/+261
* iOS: Fixes a random crash in Qt creator while closingVikas Pachdha2016-09-211-16/+31
* Ios: Use Qt5-style connectsOrgad Shaneh2016-06-301-7/+10
* Use Utils::Port where possibleUlf Hermann2016-04-201-6/+8
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Make iostool arguments closer to phonegap ios-deploy.Jake Petroules2015-10-201-11/+10
* Utils: Remove qPidToPid() adapter functionhjk2015-09-161-3/+3
* iOS: Fix detection of device information for older XcodeChristian Stenger2015-04-211-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* ios: fix kill when running on deviceFawzi Mohamed2014-12-031-1/+2
* iOS: fix simulator selectionFawzi Mohamed2014-11-251-30/+15
* Introduce and use FileName::exists()hjk2014-11-031-1/+1
* support xcode6.1Fawzi Mohamed2014-10-161-3/+10