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 sessions/WatchLi ...


CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	ajocksch@sourceware.org	2007-07-19 18:15:21

Modified files:
	frysk/gui      : ChangeLog 
	frysk/gui/sessions: WatchList.java WatchListListener.java 
	frysk/gui/srcwin: ChangeLog SourceBuffer.java SourceView.java 
	                  SourceWindow.java VariableWatchView.java 

Log message:
	frysk-gui/frysk/gui:
	2007-07-19  Adam Jocksch  <ajocksch@redhat.com>
	
	* sessions/WatchListListener.java: Reformatted.
	(variableWatchAdded): New method.
	(variableWatchDeleted): New method.
	(variableWatchChanged): Now takes a display instead of a value.
	* sessions/WatchList.java: Reformatted.
	(addVariable): Now takes a display.
	(removeVariable): Ditto.
	(clearVariables): Now notifies observers of the individual deletions.
	(save): Refactored to reflect that we are now storing displays.
	(notifyListenersAdded): New method.
	(nofityListenersRemoved): Ditto.
	(notifyListenersUpdated): Renamed from notifyListeners.
	
	frysk-gui/frysk/gui/srcwin:
	2007-07-19  Adam Jocksch  <ajocksch@redhat.com>
	
	* SourceBuffer.java: Reformatted.
	(refreshVars): Removed.
	* SourceView.java: Reformatted.
	(refreshVars): Removed.
	* SourceWindow.java (addVariableTrace): Now creates a display
	object and then passes that to the watch list.
	(removeVariableTrace): Now converts the value into a display.
	(removeDisplay): Added.
	(populateStackBrowser): Removed code for updating variable watches.
	* VariableWatchView.java (WatchViewListener): Now passes a
	display instead of a value.
	(handleClick): Now casts to a display.
	(variableWatchAdded): New function, adds a display to the watched
	list.
	(variableWatchChanged): Now only takes the display that was updated and
	updates it in place.
	(variableWatchDeleted): New function, takes the display to remove
	from the list.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/ChangeLog.diff?cvsroot=frysk&r1=1.537&r2=1.538
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/sessions/WatchList.java.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/sessions/WatchListListener.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.501&r2=1.502
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.132&r2=1.133
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceView.java.diff?cvsroot=frysk&r1=1.60&r2=1.61
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.272&r2=1.273
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/VariableWatchView.java.diff?cvsroot=frysk&r1=1.15&r2=1.16


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