summaryrefslogtreecommitdiff
path: root/src/plugins/ios
Commit message (Expand)AuthorAgeFilesLines
...
* ProjectExplorer: Unify RunControl setup/teardownTobias Hunger2017-03-012-12/+2
* QMake: Simplify QmakeProject::creationIds use furtherhjk2017-02-281-5/+4
* QMake: Centralize determination of available creationIdshjk2017-02-281-5/+2
* Remove spaces in initializer listsTim Jenssen2017-02-228-19/+19
* qmake: move over from QmakeProjectNodes to QmakeParserNodesTobias Hunger2017-02-223-26/+23
* qmake: Unify TargetInformation and TargetParserInformation againTobias Hunger2017-02-221-1/+1
* iOS: Extend SimulatorControlVikas Pachdha2017-02-152-16/+235
* qmake: Use ProjectType enum consistentlyTobias Hunger2017-02-141-5/+4
* iOS: Extend the information cached for simulatorVikas Pachdha2017-02-143-93/+93
* Replace some more occurrences of QStringList() << patternChristian Stenger2017-02-081-10/+3
* Replace a few occurrences of QStringList() << ...hjk2017-02-082-4/+2
* iOS: Use command's exit code to check for failureVikas Pachdha2017-02-061-17/+16
* RunConfiguration: Introduce buildSystemTarget()Tobias Hunger2017-01-302-0/+7
* make BaseQtVersion::qtCorePaths() non-staticOswald Buddenhagen2017-01-231-1/+1
* iOS: Reverting Utils::TemporaryFile changesVikas Pachdha2017-01-231-8/+8
* ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-233-16/+20
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-202-13/+11
* Give the values of BuildStep::OutputFormat better namesChristian Kandeler2017-01-192-3/+3
* QtVersionManager: Rename QtVersionManager::unsortedVersions(...)Tobias Hunger2017-01-181-1/+1
* BaseQtVersion: Allow for a predicate when retrieving Qt versionsTobias Hunger2017-01-171-3/+5
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-01-171-0/+2
|\
| * Fixing warningThomas Hartmann2017-01-131-0/+2
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-01-115-53/+173
|\ \ | |/
| * Fix compile warningVikas Pachdha2017-01-101-2/+1
| * 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-103-43/+125
| * iOS: Find Xcode versionVikas Pachdha2017-01-042-0/+41
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-12-207-269/+59
|\ \ | |/
| * iOS: Remove the step to spawn the app before launch on iOSVikas Pachdha2016-12-207-269/+59
* | ToolChainKitInformation: Remove setToolChain(kit, language, toolchain)Tobias Hunger2016-12-131-2/+9
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-12-091-0/+4
|\ \ | |/
| * iOSSimulator: Try to avoid flakiness of starting in simulatorEike Ziller2016-12-081-0/+4
| * ios: Fix the default device iconsAlessandro Portale2016-12-072-8/+25
* | ProjectExplorer: Introduce IDeviceFactory::iconForId()Alessandro Portale2016-11-306-10/+33
* | Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-283-83/+143
|\ \ | |/
| * iOS: Add C toolchainVikas Pachdha2016-11-253-83/+143
| * iOS: Fix buildNikolai Kosjar2016-11-161-0/+2
| * iOS: Make iOS simulator usage asynchronousVikas Pachdha2016-11-163-332/+551
* | Ios: Do not pollute the global/Qt namespace with widgetsTobias Hunger2016-11-255-12/+9
* | iOS: Fix buildNikolai Kosjar2016-11-161-0/+2
* | iOS: Make iOS simulator usage asynchronousVikas Pachdha2016-11-163-332/+551
|/
* iOS: Don't initialize invalid ports with 0Ulf Hermann2016-11-031-1/+1
* iOS: Make updating available simulators asynchronousEike Ziller2016-11-011-9/+13
* iOS: Remove unused signalEike Ziller2016-11-012-5/+0
* iOS: Make runSimCtlCommand staticEike Ziller2016-10-281-15/+14
* iOS: also process stderr to look for QML debug portUlf Hermann2016-10-271-1/+3
* Merge remote-tracking branch 'origin/4.1' into 4.2Eike Ziller2016-10-181-0/+2
|\
| * iOS: Fix build with namespaced QtChristian Kandeler2016-10-181-0/+2
| * iOS: Replaced deprecated signal QProcess::error. Fixes compilation issues wit...Vikas Pachdha2016-10-171-4/+2
* | iOS: Fix invalid static_castChristian Stenger2016-10-181-2/+2