aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios
Commit message (Expand)AuthorAgeFilesLines
* iOS Device: Show some more information in device optionsEike Ziller2020-07-132-12/+50
* iOS: Fix slow debugger startup on devicesEike Ziller2020-07-133-21/+25
* Core/Utils: Migrate further to Utils::Idhjk2020-07-0615-42/+42
* Fix clang warnings about copies in range-for constructsChristian Kandeler2020-06-151-1/+1
* ProjectExplorer: Consolidate RunConfigurationFactory::idshjk2020-06-151-3/+3
* Various places: performance-for-range-copyAlessandro Portale2020-06-151-1/+1
* Remove unused members from some classesChristian Kandeler2020-04-231-1/+0
* Merge output formatters and output parsersChristian Kandeler2020-04-233-7/+17
* QtVersion: Make sure BaseQtVersion environment is set consistentlyTobias Hunger2020-04-162-8/+0
* Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-091-3/+3
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-092-6/+3
* Utils: Introduce FilePath::operator/(const QString &)hjk2020-04-091-1/+1
* Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-072-2/+2
* ProjectExplorer: De-QObject-ify ToolChainFactoryhjk2020-02-271-2/+0
* iOS: Some IosDeployStep cosmeticshjk2020-02-251-9/+4
* iOS: De-Q_OBJECT-ify IosBuildStephjk2020-02-212-47/+33
* ProjectExplorer: Remove Task::buildConfigurationMissingTask()hjk2020-02-211-2/+0
* iOS: De-Q_OBJECT-ify and hide IosDeployStep implementationhjk2020-02-203-79/+73
* ProjectExplorer: Introduce some BuildStep convenience accessorshjk2020-02-192-18/+11
* ProjectExplorer: Introduce ToolChainKitAspect::{c,cxx}ToolChainhjk2020-02-192-4/+4
* 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