summaryrefslogtreecommitdiff
path: root/src/plugins/ios
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* ProjectExplorer: Rename worker dependencies to "startDependencies"Ulf Hermann2017-08-081-3/+3
* iOS: Add punctuation to end of messagesLeena Miettinen2017-07-311-2/+2
* iOS: Write "error" and "simulator" in lower case in messagesLeena Miettinen2017-07-281-6/+6
* iOS: Add space before start bracket in UI textLeena Miettinen2017-07-281-3/+3
* iOS: Fix invalid device asserts during automatic kit updateVikas Pachdha2017-07-281-1/+4
* iOS: Skip simulator rename for empty inputVikas Pachdha2017-07-251-0/+2
* iOS: Remove unneeded abortDebugger callhjk2017-07-172-6/+0
* iOS: Dissolve IosRunControlFactoryhjk2017-07-174-68/+37
* Add Q_FALLTHROUGH for Qt < 5.8Christian Kandeler2017-07-171-3/+4
* Debugger: Use a somewhat less intrusive hack for 'start at main'hjk2017-07-121-1/+0
* iOS: Enable sorting for simulator listingVikas Pachdha2017-07-103-4/+20
* ProjectExplorer: Remove Connection as concepthjk2017-07-071-1/+1
* Remove code noiseVikas Pachdha2017-07-053-56/+55
* iOS: Add UI for simulator device managementVikas Pachdha2017-07-0517-65/+1386
* ProjectExplorer: Introduce a Utils::OsType IDevice::osType() functionhjk2017-06-284-0/+12
* Ios: Re-enable QmlProfilerhjk2017-06-273-37/+28
* iOS: Fix standalone QML debuggingVikas Pachdha2017-06-262-39/+45
* Debugger: Remove remote setup sub-statemachineryhjk2017-06-221-19/+6
* Debugger, QmlProfiler et al: Replace AnalyzerStartParameterhjk2017-06-162-5/+1
* iOS: Fix compile with Qt5.6Christian Stenger2017-06-131-1/+1
* Mobile platforms: Do not use QLatin1String in BuildStepsTobias Hunger2017-06-132-26/+26
* Add unnecessary break to switch statements that don't fall throughThiago Macieira2017-06-121-0/+1
* Ios: Convert to RunWorkershjk2017-06-1212-708/+413
* Refactor iOS toolchain handlingJake Petroules2017-06-073-386/+203
* iOS: Fix stack overflow issueVikas Pachdha2017-06-071-1/+3
* iOS: Fix compileChristian Stenger2017-06-061-1/+1
* iOS: Fix isRunning state of the app running on SimulatorVikas Pachdha2017-06-023-118/+121
* Ios: Simplify codeTobias Hunger2017-05-312-4/+2
* ProjectExplorer: Split Target and ToolRunners into smaller taskshjk2017-05-153-7/+4
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-151-2/+20
|\
| * iOS: Stop ios-tool gracefully before killingVikas Pachdha2017-05-101-2/+20
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-043-7/+43
|\ \ | |/
| * iOS: Fix run without deploy on iOS simulatorVikas Pachdha2017-05-023-7/+43
* | Debugger: Remove DebuggerRunControlhjk2017-04-282-24/+16
* | Debugger: Reduce explicit DebuggerRunControl usehjk2017-04-271-1/+1
* | Debugger et al: Move code from DebuggerRunControl to DebuggerRunToolhjk2017-04-241-5/+5
* | ProjectExplorer: Merge AnalyzerRunControl into RunControlhjk2017-04-053-17/+2
* | iOS: Adapt to introduction of ProjectExplorer::ToolRunnerhjk2017-03-308-93/+86
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-03-282-5/+8
|\ \ | |/
| * iOS: De-slotOrgad Shaneh2017-03-221-5/+3
| * ios: Fix qbs buildChristian Kandeler2017-03-221-0/+5
* | ProjectExplorer: Run RunControl::{start,stop} always asynchronouslyhjk2017-03-243-5/+3
|/
* iOS: Fix compilation on WindowsRobert Loehning2017-03-161-1/+2
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-03-169-9/+1068
|\
| * iOS: Fix compilationOrgad Shaneh2017-03-142-2/+4
| * iOS: Let user specify developer team and provisioning profileVikas Pachdha2017-03-147-3/+785
| * iOS: Add API's to get provisioning dataVikas Pachdha2017-03-142-6/+281
* | iOS: Do not boot a simulator in Booted stateVikas Pachdha2017-03-162-2/+3
|/
* ProjectExplorer: Merge ApplicationLauncher and DeviceApplicationRunnerhjk2017-03-101-1/+0