This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

frysk-gui/frysk gui/ChangeLog proc/TestFindPro ...


CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	mcvet@sourceware.org	2006-11-23 23:55:10

Modified files:
	frysk/gui      : ChangeLog 
	frysk/proc     : TestFindProc.java ChangeLog 
	frysk/gui/srcwin: SourceWindow.java ChangeLog 
	frysk/gui/register: RegisterWindow.java 
	frysk/gui/memory: MemoryWindow.java 
	frysk/gui/disassembler: DisassemblyWindow.java 

Log message:
	frysk-gui/frysk/gui:
	2006-11-23  Mike Cvet  <mcvet@redhat.com>
	
	* register/RegisterWindow.java (closed): Added.
	(buttonEvent): Set closed to true if close button is clicked.
	(resetTask): Added. Sets a new task for the window and updates the
	window information without having to touch columns and such.
	Fixes #3302.
	(getClosed): Added.
	(setClosed): Added.
	
	* memory/MemoryWindow.java (setTask): Moved column initialization code here.
	(closed): Added.
	(resetTask): Added. Sets a new task for the window and updates the
	window information without having to touch columns and such.
	Fixes #3302.
	(handleFromSpin): Exit if the model's first TreeIter is null.
	(handleToSpin): Ditto.
	(getClosed): Added.
	(setClosed): Added.
	
	* disassembler/DisassemblyWindow.java (closed): Added.
	(buttonEvent): Set closed to true if close button is clicked.
	(resetTask): Added. Sets a new task for the window and updates the
	window information without having to touch columns and such.
	Fixes #3302.
	(handleFromSpin): Exit if the model's first TreeIter is null.
	(handleToSpin): Ditto.
	(getClosed): Added.
	(setClosed): Added.
	
	2006-11-23  Mike Cvet  <mcvet@redhat.com>
	
	* SourceWindow.java (currentStackChanged): If the Task that the incoming StackFrame belongs
	to has also changed from the last StackFrame's, then update the
	Register, Memory, and Disassembly windows with the new Task information
	if they have been initialized and are open. Fixes #3302.
	(toggleRegisterWindow): Set RegisterWindow closed boolean to false.
	(toggleMemoryWindow): Set MemoryWindow closed boolean to false.
	(toggleDisassemblyWindow): Set DisassemblyWindow closed boolean to false.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/ChangeLog.diff?cvsroot=frysk&r1=1.411&r2=1.412
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/TestFindProc.java.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/proc/ChangeLog.diff?cvsroot=frysk&r1=1.513&r2=1.514
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.145&r2=1.146
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.339&r2=1.340
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/register/RegisterWindow.java.diff?cvsroot=frysk&r1=1.30&r2=1.31
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/memory/MemoryWindow.java.diff?cvsroot=frysk&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/disassembler/DisassemblyWindow.java.diff?cvsroot=frysk&r1=1.8&r2=1.9


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]