hjk 
							
						 
					 
					
						
						
							
						
						f0314d0f66 
					 
					
						
						
							
							debugger: add runToLine and jumpToLine actions to editor context menu in debug mode  
						
						 
						
						
						
						
					 
					
						2010-02-08 13:02:25 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						18445dc9c6 
					 
					
						
						
							
							debugger: make handling multiple core files a bit more convenient  
						
						 
						
						
						
						
					 
					
						2010-02-03 08:37:48 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Oswald Buddenhagen 
							
						 
					 
					
						
						
							
						
						75b42f18d8 
					 
					
						
						
							
							Merge remote branch 'origin/1.3'  
						
						 
						
						... 
						
						
						
						Trailing whitespace removal re-applied manually. 
						
						
					 
					
						2010-01-29 22:50:23 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Oswald Buddenhagen 
							
						 
					 
					
						
						
							
						
						a6ca348636 
					 
					
						
						
							
							remove trailing whitespace  
						
						 
						
						... 
						
						
						
						doing it in 1.3 as well to avoid possible later conflicts 
						
						
					 
					
						2010-01-29 21:33:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						1b77161e71 
					 
					
						
						
							
							debugger: clean up verbosity settings in trk adapter  
						
						 
						
						
						
						
					 
					
						2010-01-15 12:07:45 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								con 
							
						 
					 
					
						
						
							
						
						a24738ffab 
					 
					
						
						
							
							Fixes: Diff editors don't get correct name.  
						
						 
						
						... 
						
						
						
						They were no longer showing e.g. the file name of the diffed file.
Also separate editor id and editor context a bit. 
						
						
					 
					
						2010-01-11 16:54:30 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tobias Hunger 
							
						 
					 
					
						
						
							
						
						a6ad773722 
					 
					
						
						
							
							Make method naming more consistent.  
						
						 
						
						... 
						
						
						
						* 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 
						
						
					 
					
						2010-01-07 18:17:24 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								con 
							
						 
					 
					
						
						
							
						
						0de840cb43 
					 
					
						
						
							
							debugger: make watchdog timeout configurable  
						
						 
						
						... 
						
						
						
						(cherry picked from commit bf077800b8 )
Conflicts:
	src/plugins/debugger/debuggerplugin.cpp
	src/plugins/debugger/gdb/gdboptionspage.ui 
						
						
					 
					
						2010-01-06 15:57:10 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						ca637fdc33 
					 
					
						
						
							
							debugger: make use of full source file list optional  
						
						 
						
						... 
						
						
						
						(cherry picked from commit 8c52f5720c ) 
						
						
					 
					
						2010-01-06 15:57:10 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								con 
							
						 
					 
					
						
						
							
						
						1906319940 
					 
					
						
						
							
							debugger: make the option to write timestamps to the log persistent  
						
						 
						
						... 
						
						
						
						(cherry picked from commit a5c5cfc42e )
Conflicts:
	src/plugins/debugger/debuggerplugin.cpp 
						
						
					 
					
						2010-01-06 15:57:10 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						bd8d2b0b8a 
					 
					
						
						
							
							Debugger: Enable attaching with -client option.  
						
						 
						
						... 
						
						
						
						Make it possible to trigger a debug-attach in a running instance
of Qt Creator by means of -client, use that in qtcdebugger, thus
enabling it to attaching to crashing executables in run mode
(Windows/CDB).
Modify IPlugin and application so that the complete command line is
serialized and transmitted to a running instance via QtSingleApplication
if -client is specified. Introduce IPlugin::remoteArgument and use that
in core for opening files and in the debugger for attaching.
Use -client in qtcdebugger with some logic to keep it alive as long as
the debuggee, make CDB break in that case as the events are not replayed
correctly in case the debugger is not spawned by the registered handler.
Rubber-stamped-by: con <qtc-committer@nokia.com > 
						
						
					 
					
						2009-12-14 18:01:39 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mae 
							
						 
					 
					
						
						
							
						
						43515f1cf6 
					 
					
						
						
							
							Add a minimize/maximize action to the output pane  
						
						 
						
						... 
						
						
						
						This is part of a bigger change to get rid of the output mode.
Reviewed-by: con 
						
						
					 
					
						2009-12-14 14:26:49 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						0821f6fa51 
					 
					
						
						
							
							debugger: make 'Add to watch' available in the editor context menu in debug mode  
						
						 
						
						
						
						
					 
					
						2009-12-11 18:19:51 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						abdd3d9d5b 
					 
					
						
						
							
							debugger: make Add to Watchwindow menu entry work again  
						
						 
						
						
						
						
					 
					
						2009-12-11 18:00:36 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ck 
							
						 
					 
					
						
						
							
						
						b5abd7b9a6 
					 
					
						
						
							
							Remote Debugging Dialog: Make it possible to choose the debugger.  
						
						 
						
						... 
						
						
						
						Reviewed-by: hjk 
						
						
					 
					
						2009-12-11 11:49:32 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						57634ab2d1 
					 
					
						
						
							
							debugger: add a line edit to specify the local executable for gdb remote  
						
						 
						
						... 
						
						
						
						debugging
Long term that would probably better as a run configuration. 
						
						
					 
					
						2009-12-10 16:58:54 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						b3154e1b30 
					 
					
						
						
							
							debugger: make remote gdb architecture user editable  
						
						 
						
						
						
						
					 
					
						2009-12-10 16:58:54 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						bf077800b8 
					 
					
						
						
							
							debugger: make watchdog timeout configurable  
						
						 
						
						
						
						
					 
					
						2009-12-09 17:41:59 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						fd73952e9a 
					 
					
						
						
							
							debugger: avoid unpleasant line break in warning  
						
						 
						
						
						
						
					 
					
						2009-12-09 13:53:57 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						8c52f5720c 
					 
					
						
						
							
							debugger: make use of full source file list optional  
						
						 
						
						
						
						
					 
					
						2009-12-09 13:52:12 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						a5c5cfc42e 
					 
					
						
						
							
							debugger: make the option to write timestamps to the log persistent  
						
						 
						
						
						
						
					 
					
						2009-12-08 17:46:52 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						a8ac34c347 
					 
					
						
						
							
							Options: Sort by category, id.  
						
						 
						
						... 
						
						
						
						Separate category and trCategory and introduce sorting characters
to the categories. Same for id/name. 
						
						
					 
					
						2009-11-27 16:12:12 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						f2392ffbc0 
					 
					
						
						
							
							debugger: allow the user to hide the std:: and Qt's namespace  
						
						 
						
						
						
						
					 
					
						2009-11-25 13:46:33 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						65e11062bb 
					 
					
						
						
							
							Polish the settings dialog.  
						
						 
						
						... 
						
						
						
						Add a title label to the pages. Use QGroupBoxes throughout.
Extend SavedAction to work with checkable QGroupBoxes. Polish UI files,
use common layout for VCS plugins. Performance: Apply only visited
settings pages. Add search keywords.
Task-number: QTCREATOR-26 
						
						
					 
					
						2009-11-24 15:05:02 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dt 
							
						 
					 
					
						
						
							
						
						10a0647ddf 
					 
					
						
						
							
							Remove QSharedPointer<> for RunConfiguration  
						
						 
						
						
						
						
					 
					
						2009-11-19 16:35:18 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						b8bd20dd42 
					 
					
						
						
							
							Revert "Debugger: Disable "Start debugging" when attaching/starting remote"  
						
						 
						
						... 
						
						
						
						This reverts commit c069cd588a . 
						
						
					 
					
						2009-11-02 12:57:25 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						c069cd588a 
					 
					
						
						
							
							Debugger: Disable "Start debugging" when attaching/starting remote  
						
						 
						
						... 
						
						
						
						Directly enable project explorer actions.
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com > 
						
						
					 
					
						2009-11-02 12:47:47 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								con 
							
						 
					 
					
						
						
							
						
						be3fafc311 
					 
					
						
						
							
							Merge commit '2be0845c7492ad991f23ce5c90c322df788b62b5'  
						
						 
						
						... 
						
						
						
						Conflicts:
	src/plugins/projectexplorer/projectexplorer.h
	src/plugins/qt4projectmanager/qt4projectconfigwidget.cpp
	src/plugins/qt4projectmanager/qt4runconfiguration.cpp
	src/plugins/qt4projectmanager/qtversionmanager.cpp 
						
						
					 
					
						2009-10-29 18:54:17 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Oswald Buddenhagen 
							
						 
					 
					
						
						
							
						
						3945b967ad 
					 
					
						
						
							
							improve termination confirmation dialog  
						
						 
						
						... 
						
						
						
						- default to yes
- better message
- give it a parent 
						
						
					 
					
						2009-10-27 20:21:59 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								con 
							
						 
					 
					
						
						
							
						
						68f193a189 
					 
					
						
						
							
							Merge commit 'origin/1.3'  
						
						 
						
						... 
						
						
						
						Conflicts:
	src/plugins/debugger/gdb/gdbengine.cpp
Needed changes:
        src/plugins/qt4projectmanager/qtversionmanager.cpp 
						
						
					 
					
						2009-10-27 18:23:58 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						3fd1e5b23f 
					 
					
						
						
							
							Debugger: Fix exit crash, dump QVariantList with gdb  
						
						 
						
						... 
						
						
						
						Handle QVariantList within dumpers, as gdb does not resolve
typedefs. Disconnect the gdb process on exit, one more round
of event loop when quitting. 
						
						
					 
					
						2009-10-27 09:51:14 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						9dc11c5d73 
					 
					
						
						
							
							Debugger: Handle core shutdown, prompt user to terminate debugging.  
						
						 
						
						... 
						
						
						
						Add a corelistener and trigger on shutdown. Notify about critical
states.
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com > 
						
						
					 
					
						2009-10-26 18:05:22 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dt 
							
						 
					 
					
						
						
							
						
						e57bcafc0d 
					 
					
						
						
							
							Fix startExternal, attachExternal &more to not use a RunConfiguration  
						
						 
						
						... 
						
						
						
						Removes around 50 lines of code, one completly unecessary class and
makes the code paths easier to understand. 
						
						
					 
					
						2009-10-21 13:50:31 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Oswald Buddenhagen 
							
						 
					 
					
						
						
							
						
						c9f9310bb1 
					 
					
						
						
							
							Merge remote branch 'origin/1.3'  
						
						 
						
						... 
						
						
						
						Conflicts:
	src/plugins/cpptools/cppcodecompletion.cpp
	src/plugins/debugger/gdb/remotegdbadapter.cpp 
						
						
					 
					
						2009-10-20 20:09:00 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ck 
							
						 
					 
					
						
						
							
						
						6a49395e33 
					 
					
						
						
							
							Add experimental Maemo support.  
						
						 
						
						... 
						
						
						
						Includes Maemo tool chain, run configuration, run control,
manager, etc.
Adds the DebuggerManager to the object pool. This is ugly, but
nobody came up with anything better on short notice. To be
refactored.
Co-Authored-By: kh1 
						
						
					 
					
						2009-10-16 18:01:07 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ck 
							
						 
					 
					
						
						
							
						
						46c4f84a04 
					 
					
						
						
							
							Add support for "set sysroot" for remote debugging.  
						
						 
						
						
						
						
					 
					
						2009-10-16 18:01:07 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						25ee70bb24 
					 
					
						
						
							
							Debugger: Use the code model to detect unitialized variables.  
						
						 
						
						... 
						
						
						
						This should save debugger round trips and crashes in the debugging
helpers.
Add respective option to debugging helper option page, defaulting to
true.On this occasion, make CDB detect shadowed variables correctly
and display them as "<shadowed n>" as does the Gdb engine by
reversing the direction in which
CdbSymbolGroupContext::populateINameIndexMap works.
Rubber-stamped-by: hjk <qtc-committer@nokia.com > 
						
						
					 
					
						2009-10-16 16:26:28 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Oswald Buddenhagen 
							
						 
					 
					
						
						
							
						
						ba47987e67 
					 
					
						
						
							
							purge TCF agent cra^Wstuff  
						
						 
						
						... 
						
						
						
						it's dead code 
						
						
					 
					
						2009-10-08 12:18:03 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						d130588469 
					 
					
						
						
							
							debugger: add option to automatically derefence pointers in locals&watchers  
						
						 
						
						
						
						
					 
					
						2009-10-06 10:54:08 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						5948e284bb 
					 
					
						
						
							
							Rename namespace Core::Utils into Utils  
						
						 
						
						... 
						
						
						
						Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor. 
						
						
					 
					
						2009-10-05 11:06:05 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						aff42fec75 
					 
					
						
						
							
							debugger: re-enable "data drill down on mouse hover"  
						
						 
						
						
						
						
					 
					
						2009-10-01 18:01:53 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						74a3828f19 
					 
					
						
						
							
							Purge out include files in exported headers  
						
						 
						
						
						
						
					 
					
						2009-10-01 16:38:08 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						ccd37a6655 
					 
					
						
						
							
							debugger: make 'address column' in stack and breakpoint view optional  
						
						 
						
						
						
						
					 
					
						2009-10-01 11:42:04 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						3b280a3ad3 
					 
					
						
						
							
							debugger: fix 'Detach debugger' action  
						
						 
						
						
						
						
					 
					
						2009-09-30 13:07:14 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						93902e5d0a 
					 
					
						
						
							
							debugger: make 'qtcreator -debug <corefile>' work  
						
						 
						
						
						
						
					 
					
						2009-09-30 12:27:44 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						c27d8b7280 
					 
					
						
						
							
							debugger: move DisassemblerViewAgent from plugin to manager  
						
						 
						
						
						
						
					 
					
						2009-09-29 16:32:54 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hjk 
							
						 
					 
					
						
						
							
						
						573ca3ad85 
					 
					
						
						
							
							debugger: rename StepByInstruction into OperateByInstruction  
						
						 
						
						
						
						
					 
					
						2009-09-29 14:47:27 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						ad294f8467 
					 
					
						
						
							
							Project explorer: Make public headers compile with NO_CAST_FROM_ASCII  
						
						 
						
						... 
						
						
						
						.. and purge unneeded includes. 
						
						
					 
					
						2009-09-29 11:39:55 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						90470771fd 
					 
					
						
						
							
							Debugger: Export DebuggerManager and DebuggerStartParameters.  
						
						 
						
						... 
						
						
						
						For device debugging. Move both from namespace
Debugger::Internal to Debugger, export them, give
DebuggerManager a static instance(). 
						
						
					 
					
						2009-09-25 16:01:28 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Friedemann Kleint 
							
						 
					 
					
						
						
							
						
						ec7c77ca23 
					 
					
						
						
							
							Debugger: Work towards exporting DebuggerManager: Introduce d.  
						
						 
						
						... 
						
						
						
						Clean out header. 
						
						
					 
					
						2009-09-25 15:02:16 +02:00