public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* frysk-gui/frysk/gui ChangeLog monitor/ActionPo ...
@ 2005-09-29 22:37 swagiaal
  0 siblings, 0 replies; 2+ messages in thread
From: swagiaal @ 2005-09-29 22:37 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	swagiaal@sourceware.org	2005-09-29 22:37:32

Modified files:
	frysk/gui      : ChangeLog 
	frysk/gui/monitor: ActionPool.java AllProcWidget.java ChangeLog 
	                   GuiData.java InfoWidget.java 
	                   ObserverRoot.java ProcData.java 
	                   ProcDataModel.java 
Added files:
	frysk/gui/common/dialogs: Dialog.java DialogManager.java 
	                          WarnDialog.java 
	frysk/gui/monitor: TaskExitingObserver.java 

Log message:
	New dialogs;taskExeced taskExiting observer now work

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/ChangeLog.diff?cvsroot=frysk&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/common/dialogs/Dialog.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/common/dialogs/DialogManager.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/common/dialogs/WarnDialog.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/TaskExitingObserver.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/ActionPool.java.diff?cvsroot=frysk&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/AllProcWidget.java.diff?cvsroot=frysk&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/ChangeLog.diff?cvsroot=frysk&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/GuiData.java.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/InfoWidget.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/ObserverRoot.java.diff?cvsroot=frysk&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/ProcData.java.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/ProcDataModel.java.diff?cvsroot=frysk&r1=1.9&r2=1.10


^ permalink raw reply	[flat|nested] 2+ messages in thread

* frysk-gui/frysk/gui ChangeLog monitor/ActionPo ...
@ 2005-10-13 13:01 swagiaal
  0 siblings, 0 replies; 2+ messages in thread
From: swagiaal @ 2005-10-13 13:01 UTC (permalink / raw)
  To: frysk-cvs

CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	swagiaal@sourceware.org	2005-10-13 13:01:55

Modified files:
	frysk/gui      : ChangeLog 
	frysk/gui/monitor: ActionPool.java ChangeLog MainWindow.java 
	                   ObserversMenu.java StatusWidget.java 
	                   TaskData.java ThreadMenu.java WatchMenu.java 

Log message:
	* glade/procpop.glade: Added refresh period label and seperator.
	
	* ThreadMenu.java, WatchMenu.java: added calls for dynamically
	instanciating the appropriate ObserverMenu.
	
	* TaskData.java (add): new function for adding SyscallObserver.
	
	* StatusWidget.java: Minor eye candy; replace procName lable by frame,
	removed always show scrol bars around textbox and treeview.
	
	* ObserversMenu.java: Removed Singleton instanciation. ObserversMenu
	now takes items linked list as an argument, and is instanciated by
	parent menu.
	
	* MainWindow.java: Minor modifications to drag and drop code ( only
	testing features).
	
	* ActionPool.java: Added threadObservers linked list.
	Added AddSyscallObserver Action.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/ChangeLog.diff?cvsroot=frysk&r1=1.29&r2=1.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/ActionPool.java.diff?cvsroot=frysk&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/ChangeLog.diff?cvsroot=frysk&r1=1.34&r2=1.35
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/MainWindow.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/ObserversMenu.java.diff?cvsroot=frysk&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/StatusWidget.java.diff?cvsroot=frysk&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/TaskData.java.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/ThreadMenu.java.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/monitor/WatchMenu.java.diff?cvsroot=frysk&r1=1.2&r2=1.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-10-13 13:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-29 22:37 frysk-gui/frysk/gui ChangeLog monitor/ActionPo swagiaal
2005-10-13 13:01 swagiaal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).