aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded includes of QProcessJarek Kobus2021-11-031-1/+0
* Remove unneeded includes of QProcess from cpp filesJarek Kobus2021-11-013-4/+1
* iOS: Fix retrieval of developer teams with Qt 6Eike Ziller2021-10-261-5/+11
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-202-4/+7
* iOS/CMake: Fix running non-Xcode targets and targets in subdirectoriesVladimir Serdyuk2021-09-102-21/+77
* iOS: Use QtcProcessArtem Sokolovskii2021-08-301-4/+4
* Remove unused declarations of QProcessJarek Kobus2021-08-201-4/+0
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-1/+1
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-233-3/+3
* Utils: Simplify FilePath::toFileInfo().lastModified() callshjk2021-06-221-2/+2
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-06-071-1/+0
|\
| * iOS: Don't run event loop while executing xcode-selectEike Ziller2021-06-041-1/+1
* | Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-023-3/+3
* | iOS: Make SimulatorControl staticEike Ziller2021-05-257-173/+155
* | Use Utils::FutureSynchronizer in IosSimulatorToolHandlerPrivateJarek Kobus2021-05-251-16/+13
* | Utils: Join SynchronousProcess::run and runBlocking implementationshjk2021-05-251-1/+2
* | Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-193-5/+6
* | Utils: Make process results accessible through QtcProcess objecthjk2021-05-143-10/+10
* | Do QFutureWatcher::setFuture() after connecting to watcher's signalsJarek Kobus2021-05-121-1/+1
* | Use Utils::FutureSynchronizer instead of QFutureSynchronizerJarek Kobus2021-05-124-12/+14
* | Utils: Move process arguments class out of QtcProcesshjk2021-05-113-9/+9
* | Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-104-9/+14
* | ProjectExplorer: Pass device to ToolChain::autodetecthjk2021-04-282-2/+6
* | 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
* | Android/iOS: Don't add markup to display names of build stepsAlessandro Portale2021-03-261-2/+0
|/
* Utils: Consolidate more aspect functionalityhjk2021-02-181-0/+2
* Remove unused includes of mutex classesJarek Kobus2021-02-181-1/+0
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Add signing options to CMake/iOS build configurationEike Ziller2021-02-166-51/+165
* iOS: Rename signing settings widget and make independent from qmakeEike Ziller2021-02-092-36/+55
* remove pointless process state checkingOswald Buddenhagen2021-02-081-1/+1
* iOS: Do not restrict deploy step to qmakeEike Ziller2021-02-011-1/+0
* iOS: Provide more information when things go wrong with the SimulatorEike Ziller2021-02-011-15/+21
* Debugger: Rename 'AttachExternal' to 'AttachToLocalProcess'hjk2021-01-071-1/+1
* Don't access static functions/fields via instanceAlessandro Portale2020-11-271-1/+1
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-251-1/+1
|\
| * Don't declare override when final is declaredJarek Kobus2020-11-231-1/+1
* | Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-193-8/+3
|\|
| * Fix a warning about calling virtual method from d'torJarek Kobus2020-11-192-7/+1
| * iOS: Fix persistence of signing settingsEike Ziller2020-11-181-1/+2
* | Decorate some classes and methods with final keywordJarek Kobus2020-11-191-1/+1
* | Add missing "final" to unexported/unshared classesAlessandro Portale2020-11-182-2/+2
|/
* Fix a build with Qt 6Jarek Kobus2020-11-054-22/+23
* ProjectExplorer: Remove BuildStepConfigWidgethjk2020-10-064-9/+9
* iOS: Remove unnecessary check in IosBuildStep::init()hjk2020-10-051-5/+1
* ProjectExplorer: Move BuildStepWidget::summary etc to BuildStephjk2020-10-053-7/+7
* Consolidate build/deploystep default display name handlinghjk2020-10-022-4/+1
* Utils: Consolidate LayoutBuilder interface a bithjk2020-09-241-1/+1