aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios
Commit message (Expand)AuthorAgeFilesLines
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-071-1/+0
* Add final specifies to classesIgor Sidorov2020-02-052-2/+2
* Several SettingsPages: Code cosmeticshjk2020-01-301-1/+1
* De-Q_OBJECT-ify most DeviceFactorieshjk2020-01-234-14/+12
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-1/+1
* ProjectManager: Add convenience Task subclasseshjk2020-01-202-30/+18
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-201-12/+31
|\
| * iOS: Fix retrieving USB serial number with macOS 10.15 SDKEike Ziller2020-01-161-0/+10
| * iOS: Guard against failure to retrieve device UIDEike Ziller2020-01-151-12/+21
* | De-Q_OBJECT-ify some more settings pageshjk2020-01-173-4/+2
* | Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-154-5/+5
* | Core: Provide empty implementation for IOptionPageWidget::finish()hjk2020-01-151-1/+0
* | iOS: Remove unused code in IosDeployStephjk2020-01-142-13/+0
* | ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-096-9/+9
* | iOS: use new settings page conveniencehjk2020-01-074-33/+15
* | Ios: Use Utils::InfoLabel in IosBuildConfigurationAlessandro Portale2019-12-201-39/+7
* | ProjectExplorer: Replace RunConfiguration::doAdditionalSetuphjk2019-12-172-7/+0
* | iOS: Call deviceTypeAspect->update from any updatehjk2019-12-171-2/+2
* | iOS: Remove no-op reimplementations of IosDeployStep::{from,to}Maphjk2019-12-042-13/+0
* | iOS: Use new central RunConfiguration::updatehjk2019-12-042-15/+11
* | ProjectExplorer: Make enabled state updating part of runconfig updateshjk2019-12-041-1/+1
* | ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-192-11/+9
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-111-4/+4
|\|
| * Fix lupdate issuesEike Ziller2019-11-041-4/+4
* | LayoutBuilder: Allow for more compact code at calling sitesChristian Kandeler2019-11-071-2/+1
* | ProjectExlorer: Streamline creation of NamedWidgetshjk2019-11-011-3/+2
* | ProjectExplorer: Prepare more flexibility to aspect layoutinghjk2019-10-181-5/+6
|/
* Utils: Add a FilePath::isDir() convenience functionhjk2019-09-111-2/+2
* Remove unused QObject parent arguments on options pageshjk2019-09-114-9/+5
* iOS: Avoid one use of runconfiguration in IosRunnerhjk2019-09-052-3/+2
* iOS: Avoid use of RunControl::runConfiguration() in QmlProfiler supporthjk2019-09-031-8/+0
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* iOS: Remove unused IosRunConfiguratoin::profilePath() declarationhjk2019-09-021-1/+0
* Ios: Silence warnings about unnecessary ';'Tobias Hunger2019-09-021-2/+4
* Ios: Fix spelling in idTobias Hunger2019-08-301-1/+1
* iOS: Fix/add RunWorker idshjk2019-08-301-1/+5
* iOS: Avoid double-indirection between DeviceTypeAspect and run confighjk2019-08-301-2/+2
* ProjectExplorer: Standardize RunWorker creation logichjk2019-08-271-1/+1
* Let PortsGatherer produce full URLs instead of ports onlyhjk2019-08-261-2/+5
* iOS: Put common IosDevice constructor code into a functionhjk2019-08-192-10/+12
* ProjectExplorer: Base IDevice::osType on a data memberhjk2019-08-194-12/+3
* iOS: Remove unused qtsupport includeshjk2019-08-142-4/+0
* Drop connections to active target and build config changeshjk2019-08-132-19/+0
* Utils/all: Create an OutputFormatterFactoryhjk2019-08-131-3/+0
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-122-7/+18
|\
| * iOS: Share code for simulator display nameEike Ziller2019-08-121-3/+7
| * iOS: Fix simulator listing with Xcode 11Eike Ziller2019-08-091-4/+11
* | ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-6/+15
* | ProjectExplorer: Replace Project::projectConfigurationChangedhjk2019-08-022-10/+6
* | ProjectExplorer::IDevice: Add a default display nameChristian Kandeler2019-08-022-3/+4