aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/iostoolhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Remove logging wrapper code for Qt 4 compatibilityhjk2014-08-271-9/+7
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
|/
* ios: convert to new logging infrastructureFawzi Mohamed2014-07-071-23/+18
* ios: make device simulated configurable in runconfigurationFawzi Mohamed2014-03-311-15/+16
* ios: qml debug supportFawzi Mohamed2014-03-241-11/+16
* ios: simulator support for Xcode 5.1Fawzi Mohamed2014-03-141-0/+6
* ios: fix handling of command characters in runFawzi Mohamed2014-01-211-4/+14
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix build failureJan Kundrát2013-12-051-1/+1
* ios: cleaner kill of subprocess of iostoolhandlerFawzi Mohamed2013-12-041-2/+22