summaryrefslogtreecommitdiff
path: root/src/plugins/winrt
Commit message (Expand)AuthorAgeFilesLines
* winrt: Fix potential race condition when filling mapping file contentOliver Wolff2019-01-301-2/+2
* winrt: Add categorized logging to device parserOliver Wolff2018-11-141-5/+41
* winrt: Remove --install from winrtrunner's default run argumentsOliver Wolff2018-11-011-1/+1
* winrt: Code cleanupOliver Wolff2018-11-018-16/+14
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-4/+4
* winrt: Remove superfluous isEmpty checkOliver Wolff2018-09-211-2/+1
* winrt: Add possibility to use loopbackExemption from CreatorOliver Wolff2018-09-144-0/+60
* ProjectExplorer: Remove IRunConfigurationAspect::runConfigurationhjk2018-09-132-3/+3
* ProjectExplorer: Pass macro expander to ArgumentsAspect::argumentshjk2018-09-131-1/+1
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-09-071-1/+8
|\
| * winrt: Use full path when running windeployqtOliver Wolff2018-09-041-1/+8
* | WinRT: Standardize RunConfiguration displayhjk2018-09-072-23/+0
* | WinRT: Use new auto aspect layout handling to simplify codehjk2018-09-071-7/+1
* | ProjectExplorer: Compactify runconfiguration aspect creationhjk2018-09-041-2/+2
* | Unify key names for various fields in stored RunConfigurationshjk2018-08-211-1/+1
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-07-121-0/+1
|\ \ | |/
| * WinRT: set symbol file before debugging winrt packagesDavid Schulz2018-07-101-0/+1
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-07-051-0/+3
|\ \ | |/
| * WinRt: restrict WinRt deployment steps to WinRt devicesDavid Schulz2018-06-271-0/+3
* | Centralize retrieving the "parent" build configurationEike Ziller2018-05-221-1/+1
|/
* WinRT: Remove Qmake dependencyhjk2018-05-074-84/+20
* WinRt: Remove one more reference to proFilePathhjk2018-05-041-6/+7
* WinRt: Generalize executable extraction in WinRtRunnerHelperhjk2018-05-031-3/+6
* Make DeployConfigurationFactory more similar to RunConfigFactorieshjk2018-05-021-13/+9
* Pass id to RunConfiguration constructorhjk2018-04-258-99/+22
* Simplify runconfiguration aspect addTo... interfacehjk2018-04-241-2/+2
* WinRT: Introduce a custom UninstallAfterStopAspecthjk2018-04-176-151/+39
* ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-122-21/+4
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-1/+0
* WinRtRunConfigFactory: Use base method to list run configshjk2018-03-195-29/+8
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-131-1/+2
|\
| * RunConfigurationFactories: Fix crash opening non-qmake based projectsTobias Hunger2018-03-071-1/+2
* | Rename IRunConfigurationFactory to RunConfigurationFactoryhjk2018-03-071-1/+1
* | Fix warning about unused lambda captureTobias Hunger2018-03-061-1/+1
* | Introduce and use IRunConfiguration::addSupportedTargetDeviceTypehjk2018-02-231-3/+3
* | ProjectExplorer: Simplify collection of RunConfigurationCreationInfoshjk2018-02-152-5/+6
* | IRunConfiguration: Remove BuildTargetInfo from the RC factory APIsTobias Hunger2018-02-062-7/+5
* | WinRt: Avoid use of global object poolhjk2018-02-052-20/+25
|/
* Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-241-1/+2
* Use the .pro file path as buildSystemTarget in qmake based RunConfigshjk2018-01-121-2/+1
* QmakeProject: Make availableBuildTargets return a BuildTargetInfo listhjk2018-01-111-4/+2
* ProjectExplorer: Return BuildTargetInfo from availableBuildTarget()hjk2018-01-052-10/+11
* ProjectExplorer: Use ids in RunConfigFactory:: setSupportedProjectTypehjk2017-12-191-3/+3
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-12-122-8/+6
|\
| * WinRT: fix saving changed deployment stepsDavid Schulz2017-12-082-8/+6
* | ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-089-163/+60
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-12-072-0/+45
|\ \ | |/
| * winrt: Add runnable to run configurationOliver Wolff2017-11-292-0/+45
* | ProjectExplorer: Register createes' base id in RunConfigurationFactoryhjk2017-11-272-31/+10
* | ProjectExplorer: Add a RunConfigurationFactory::canHandle(Target *)hjk2017-11-202-24/+4