aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/target.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Add an option for automatic generation of runconfigshjk2018-08-301-38/+44
* QmlDesigner: Do not require a qmake project for designer import pathsChristian Kandeler2018-08-201-0/+5
* ProjectExplorer: Modernize even moreTobias Hunger2018-07-241-2/+1
* Introduce static_container_castEike Ziller2018-05-291-3/+3
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-05-281-3/+3
|\
| * Remove some lambdas from Utils::transform callsEike Ziller2018-05-281-3/+3
* | ProjectExplorer: Use unique_ptr to hold targets in projectsTobias Hunger2018-05-241-4/+4
|/
* ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-121-5/+5
* Move Project::makeUnique to UtilsEike Ziller2018-04-111-4/+5
* ProjectExplorer: Simplify IBuildConfigurationFactory interfacehjk2018-04-041-7/+2
* ProjectExplorer: Simplify DeployConfigurationFactory interfacehjk2018-03-151-7/+2
* Partially decouple local CMakeRunConfiguration from CMakeProjecthjk2018-03-131-2/+2
* QbsRunConfiguration: Re-model based on RemoteLinux precedencehjk2018-03-121-1/+2
* RunConfigurationFactory: Simplify RunConfigFactory::create usehjk2018-03-091-19/+10
* Rename IRunConfigurationFactory to RunConfigurationFactoryhjk2018-03-071-2/+2
* ProjectExplorer: Use RunConfigCreationInfo struct for rc creationhjk2018-03-051-1/+1
* ProjectExplorer: Consolidate RunConfig creation codepathshjk2018-03-021-4/+1
* RunConfiguration: Avoid unneeded calls to availableCreators()hjk2018-02-231-17/+16
* ProjectExplorer: Simplify collection of RunConfigurationCreationInfoshjk2018-02-151-8/+13
* ProjectExplorer: Remove allDeployConfigurationFactories() accessorhjk2018-01-161-3/+0
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-8/+1
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-28/+31
* ProjectExplorer: Re-organize RunConfiguration constructorshjk2017-09-131-1/+2
* Project: Get rid of *EnabledChanged signals on Project and TargetTobias Hunger2017-08-021-33/+0
* Project: Get rid of builddirectoryChanged signalTobias Hunger2017-08-021-10/+0
* ProjectExplorer: Add subscribeSignal method to targets and projectsTobias Hunger2017-08-021-10/+0
* ProjectExplorer: Add ProjectConfiguration * to activeProjectConfigurationChangedTobias Hunger2017-08-021-3/+3
* ProjectConfiguration: Add isActive() methodTobias Hunger2017-08-021-0/+5
* ProjectExplorer: Simplify *ConfigurationModelsTobias Hunger2017-08-011-0/+9
* Target/Project: Add generic signals for changes in the project configuration ...Tobias Hunger2017-07-311-8/+23
* Use const'ref in theses methodsMontel Laurent2017-04-211-1/+1
* ProjectExplorer: Enable tooltips in MiniProjectTargetSelectorTobias Hunger2017-03-081-29/+17
* KitManager: Get rid of KitMatcher classTobias Hunger2017-01-181-1/+1
* RunConfiguration: Simplify adding of ExtraAspectsTobias Hunger2017-01-051-1/+0
* ProjectExplorer: Introduce a small device status iconAlessandro Portale2016-11-031-3/+3
* ProjectExplorer: Themable device status indicator overlayAlessandro Portale2016-09-271-27/+15
* Target: Clean up names to follow form used almost everywhere elseTobias Hunger2016-05-031-43/+43
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-8/+8
* ProjectExplorer: Handle imperfect build systemsTobias Hunger2016-04-071-26/+24
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Target: Make sure the kit pointer does not changeTobias Hunger2015-11-231-20/+12
* Target: Use Qt5-style connectsTobias Hunger2015-11-171-15/+14
* Project: Add a option to synchronize kits and build/deploy across projectsDaniel Teske2015-09-151-4/+6
* Update LicenseEike Ziller2015-01-161-6/+6
* Set up hierarchy of ProjectConfiguration macro expanders.hjk2014-11-051-12/+5
* Provide %{buildDir} macro expansion again.hjk2014-11-051-0/+23
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Algorithms: Introduce helper Utils::equalDaniel Teske2014-07-161-3/+1
* | Even more algorithm usage in ProjectExplorerDaniel Teske2014-07-161-22/+12
|/