summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/runconfiguration.h
Commit message (Expand)AuthorAgeFilesLines
* CustomExecutableRunConfiguration: Remove nested event loopDaniel Teske2014-08-041-1/+5
* Always pass Core::Id by value.Christian Kandeler2014-07-011-5/+5
* Allow the user to restrict rc creation to certain .proDaniel Teske2014-06-161-1/+2
* RunControl: Make icon(path) a value memberhjk2014-05-301-3/+4
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* ProjectExplorer/Analyzer: Merge RunConfigurationAspectshjk2013-08-161-16/+65
* RunConfigurationAspect: Streamline data serializationhjk2013-08-131-1/+1
* Analyzer: Cleanup settings handlinghjk2013-08-121-11/+27
* IRunControlFactory::displayName: Remove unused functionDaniel Teske2013-04-251-2/+0
* RunConfiguration: Add method to add individual RunConfigurationAspectsTobias Hunger2013-04-081-0/+1
* RunConfigurationAspects: Move method to create config widgetTobias Hunger2013-04-051-3/+2
* Move DebuggerRunConfigurationAspect into DebuggerTobias Hunger2013-04-051-59/+3
* Demote debuggerrunconfigurationaspectTobias Hunger2013-04-051-3/+0
* RunConfigurationFactory: Centralize much of the restore codeTobias Hunger2013-04-051-1/+2
* RunConfigurationAspect: Add RunConfiguration parameter to factory methodTobias Hunger2013-04-051-4/+10
* RunConfigurationAspect: Simplify cloneingTobias Hunger2013-03-281-2/+7
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-1/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\ \ | |/
| * Adjust license headershjk2012-10-051-21/+20
* | Change and Clone kit functionalityDaniel Teske2012-09-281-1/+3
* | Do not use QWeakPointer to track QObjects.Christian Kandeler2012-09-251-2/+2
|/
* Fix error handling for custom executables.Friedemann Kleint2012-09-181-0/+2
* Add error string to IRunControlFactory::createRunControlDaniel Teske2012-09-051-1/+1
* Fix debugger detection when attaching from output pane.Friedemann Kleint2012-09-031-0/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Profile introductionTobias Hunger2012-06-211-6/+6
* runconfig: consolidate createConfigurationWidget implementationshjk2012-06-191-1/+1
* Use Core::Id in project-related objectsTobias Hunger2012-04-251-6/+6
* RunConfig: Rename signal isEnabledChanged(bool)Tobias Hunger2012-03-291-1/+1
* debugger: prepare naive handling of multiple inferiorshjk2012-03-281-2/+6
* Run configuration: Make debugger aspect display more configurable.Christian Kandeler2012-02-241-0/+6
* debugger: make qml port spinbox supressable in debugger runconfig aspecthjk2012-02-241-0/+3
* Rename {Analyzer,Debugger}ProjectSettings to *RunConfigurationAspecthjk2012-02-231-6/+6
* Mac build fixEike Ziller2012-02-231-4/+1
* projectexplorer: remove useQmlDebugger from generic RunConfigurationhjk2012-02-231-9/+12
* runconfiguration: interface cleanuphjk2012-02-231-4/+0
* debugger: merge DebuggerLanguageChooser into DebuggerRunConfigWidgethjk2012-02-231-1/+2
* remove bool return value from IRunConfigurationAspect::fromMaphjk2012-02-221-2/+2
* projectexplorer: Make the debugger language chooser a (hardcoded) "aspect"hjk2012-02-211-28/+56
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Long live the king!hjk2012-01-261-1/+1
* ProjectExplorer: use enum instead of QString for run modehjk2012-01-111-5/+6
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* ProjectExplorer: Make RunConfiguration::fromMap() public.Christian Kandeler2011-09-071-2/+1
* Header cleanup in ProjectExplorer.Friedemann Kleint2011-08-181-4/+8
* Pass Abi when attaching debugger to application launched via 'Run'.Friedemann Kleint2011-08-171-0/+1
* ProjectExplorer: Fix enabling of buttons in the output pane.Friedemann Kleint2011-07-071-4/+11