summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/applicationrunconfiguration.h
Commit message (Collapse)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
|
* License headers.con2010-12-171-7/+11
|
* Move ProjectExplorer::Environment to Utils::EnvironmentTobias Hunger2010-09-231-3/+5
| | | | Reviewed-by: dt
* Debugger: Refactor run control termination.Friedemann Kleint2010-08-201-1/+1
| | | | | | | | | | | | | | | | Fix breakage introduced by the new asynchronous stop() methods of the debugger run controls. Allow for RunControl::stop() to be asynchronous by introducing a return enumeration indicating that. Introduce additional method aboutToStop() asking user to quit (tie that to the RunControl instead of having to hack the behaviour elsewhere). If asynchronous stop is detected, terminate the ProjectExplorer asynchronously. This makes the behaviour consistent across switching sessions/ closing outputwindow tabs and quitting Qt Creator. Reviewed-by: dt Rubber-stamped-by: hjk
* Add a runMode method to the RunControldt2010-05-031-1/+1
| | | | | | | | And use it to implement changing the run icon in the application output. That implementation does only support the two run modes run and debug for now. Further abstraction for more run modes to be done once needed. Task-Nr: QTCREATORBUG-1232
* Fixed compilation on windows.Daniel Molkentin2010-04-191-1/+1
| | | | Reviewed-by: Erik Verbruggen
* Separated child-process stdout/stderr, and seperated "our" output/errors.Erik Verbruggen2010-04-191-2/+2
| | | | | So now the "Applciation Output" can distinguish between these four, and handle them appropriately.
* Some documentation comment formatting and a renameThorbjørn Lindeijer2010-04-161-1/+1
| | | | | | | Renamed RunConfiguration::configurationWidget to createConfigurationWidget. Reviewed-by: dt
* Long live the king!hjk2010-03-051-1/+1
|
* Integrate target supportTobias Hunger2010-02-091-2/+2
| | | | | | | | | | * Ease cross device development by introducing 'targets' which group build- and runsettings that are valid for this one target Most of the kudos for the code review go to dt. Con, thorbjorn, ckandler and others did also review parts of this patch. Reviewed-by: dt
* Make use of ProjectConfiguration in RunConfigurationsTobias Hunger2010-02-011-4/+3
| | | | Reviewed-by: dt
* Make method naming more consistent.Tobias Hunger2010-01-071-1/+1
| | | | | | | | | | | | * Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
* Remove QSharedPointer<> for RunConfigurationdt2009-11-191-5/+7
|
* Rename IRunConfigurationRunner -> IRunControlFactory...Friedemann Kleint2009-09-251-12/+12
| | | | | | | | | and ApplicationRunConfiguration to LocalApplicationRunConfiguration, preparing remote debugging. Change the interface canRun() to be const, run() to create() (since it does not run anything), use references to the QSharedPointer<Foo>. Introduce d-Pointer and remove unneeded headers from ProjectExplorerPlugin and add missing includes everywhere.
* long live the kinghjk2009-08-141-1/+1
|
* Mention possible locations of the debugging helper in the error dialogdt2009-07-151-0/+1
| | | | Requires a lot of trivial forwarding.
* Add a run configuration for winscw emulator.con2009-06-241-1/+1
| | | | | The runner uses the applicationlauncher internally, which is now exported from the projectexplorer plugin for that reason.
* Add a toolChainType() method to the ApplicationRunConfiguration.dt2009-06-171-0/+3
| | | | | | | Best effort only though. This can make detection in the debugger which engine should be used easier. Task-Nr: 256161
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Change the way the debugging library is build and found, yet again.dt2009-03-251-0/+1
| | | | | | | | | | | | | We used to build a helper library as part of the project. First with the qmake -after SOURCES= stuff and after until now with the gdbmacrosbuildstep. Now, the all new and fancy integretation directtly into the qt version dialog. You build the debugger library once for each qt version and then it's there ready to be loaded into each project build against that qt version. Saves a lot of time. And makes it possible to also load that library into while debuggign a cmake project. (Need to hook that up now.) Unfourtanetly this breaks the custom dumpers if you use a custom run executable.
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
|
* more code cosmeticshjk2008-12-021-0/+1
|
* off-by-one in headershjk2008-12-021-1/+0
|
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
|
* Initial importcon2008-12-021-0/+100