aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/runconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* ClangStaticAnalyzer: Avoid use of DummyRunConfigurationshjk2017-09-261-0/+2
* ProjectExplorer: Allow user stopping ill-behaved RunControlhjk2017-09-131-0/+43
* ProjectExplorer: Re-organize RunConfiguration constructorshjk2017-09-131-45/+45
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-08-231-2/+22
|\
| * ProjectExplorer: Workaround for displaying startup failureshjk2017-08-181-2/+22
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-08-151-95/+206
|\|
| * ProjectExplorer: Introduce RunWorker::reportDone()hjk2017-08-091-0/+27
| * ProjectExplorer: Introduce an "essential" flag for RunWorkerUlf Hermann2017-08-091-0/+15
| * ProjectExplorer: Allow RunWorker::Starting -> Stoppinghjk2017-08-091-1/+4
| * ProjectExplorer: If a worker fails while we're stopping, continueUlf Hermann2017-08-091-1/+4
| * ProjectExplorer: Remove RunWorkerState::Failedhjk2017-08-091-25/+5
| * ProjectExplorer: Kill dependent RunWorkers if dependencies go awayUlf Hermann2017-08-081-0/+16
| * ProjectExplorer: Add stop dependencies for RunWorkersUlf Hermann2017-08-081-67/+65
| * ProjectExplorer: Rename worker dependencies to "startDependencies"Ulf Hermann2017-08-081-4/+4
| * ProjectExplorer: Add some basic RunWorker documentationhjk2017-08-071-1/+70
* | ProjectConfiguration: Add isActive() methodTobias Hunger2017-08-021-0/+5
* | ProjectConfiguration: Add project() memberTim Jenssen2017-07-311-0/+5
* | ProjectExplorer: Introduce base class for enabled/disabled project configurationTobias Hunger2017-07-281-26/+41
|/
* ProjectExplorer: Add punctuation to ends of messagesLeena Miettinen2017-07-281-4/+4
* ProjectExplorer: Fix crashes on shutdownhjk2017-07-201-3/+2
* ProjectExplorer: Initiate proper ramp down if a RunWorker failshjk2017-07-201-1/+1
* ProjectExplorer: Do not change state of sibling RunWorkershjk2017-07-201-6/+3
* ProjectExplorer: Take run mode *really* into accounthjk2017-07-181-1/+1
* ProjectExplorer: Move RunWorker priority handling to worker selectionhjk2017-07-181-72/+16
* ProjectExplorer: Remove RunControl::bringApplicationToForegroundhjk2017-07-171-14/+3
* ProjectExplorer: Add and use a RunConfiguration::registerAspect<>hjk2017-07-171-20/+6
* ProjectExplorer: Use a real 'finishing' phase for RunControlshjk2017-07-171-26/+150
* ProjectExplorer: Heed RunControlFactory priorities againhjk2017-07-171-7/+17
* Make ApplicationLauncher report QStrings, not QByteArrayhjk2017-07-141-4/+4
* ProjectExplorer: Rename RunControl::finished to stoppedhjk2017-07-121-1/+1
* ProjectExplorer: Remove unused RunWorker functionshjk2017-07-121-5/+0
* Debugger: Streamline error string handlinghjk2017-07-111-1/+6
* Remove the last usage of deprecated Carbon APIs from Qt CreatorJake Petroules2017-07-101-24/+1
* ProjectExplorer: Move re-runnable decision to RunWorkershjk2017-07-101-12/+99
* ProjectExplorer: Remove RunControl::worker<Type>()hjk2017-07-071-5/+0
* RunConfig: Do not log debug messages to output paneOrgad Shaneh2017-07-071-2/+0
* ProjectExplorer: Remove Connection as concepthjk2017-07-071-16/+0
* ProjectExplorer: Fix recent indeterministic state of stop buttonhjk2017-07-051-0/+5
* Merge remote-tracking branch 'origin/master' into 4.4Eike Ziller2017-07-041-0/+15
|\
| * Debugger: Move startupRunConfiguration to RunConfigurationhjk2017-07-041-0/+15
* | Valgrind: Simplify RunControlFactory setuphjk2017-07-031-5/+15
|/
* ProjectExplorer: Remove virtual RunControl start/stop trampolinhjk2017-06-301-10/+0
* Merge remote-tracking branch 'origin/4.3' into 4.4Eike Ziller2017-06-301-0/+13
|\
| * ProjectExplorer: Introduce priorities for RunControlFactoriesv4.3.1hjk2017-06-281-0/+13
* | Android: Re-enable QmlProfilerhjk2017-06-291-1/+2
* | ProjectExplorer: Rename RunWorker::displayName to Idhjk2017-06-271-30/+28
* | ProjectExplorer: Simplify standard run control constructionhjk2017-06-201-1/+45
* | RemoteLinux: Re-enable QmlProfilerhjk2017-06-151-9/+14
* | ProjectExplorer: Remove various RunControl::report* functionshjk2017-06-131-16/+0
* | ProjectExplorer: Fix debugger shut downhjk2017-05-291-15/+39