Bug 4010 - Make both druid TreeViews equal
Summary: Make both druid TreeViews equal
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 1632 4011
  Show dependency treegraph
 
Reported: 2007-02-08 20:06 UTC by Mike Cvet
Modified: 2007-02-22 15:20 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Cvet 2007-02-08 20:06:03 UTC
So that no information about a process is lost when moving them over to the 
right side for monitoring/debugging.
Comment 1 Mike Cvet 2007-02-22 15:20:29 UTC
Log message:
	frysk-gui/frysk/gui:
	2007-02-21  Mike Cvet  <mcvet@redhat.com>
	
	* druid/CreateFryskSessionDruid.java (addedProcsTreeView):
	Changed from a ListView to a ProcWiseTreeView. Fixes
	#4010.
	(procMap): Added. Keeps track of DebugProcesses belonging
	to certain GuiProcs.
	(addProcessParent): Add DebugProcess to procMap.
	(getProcessSelectionControls): Explicitly call
	ProcWiseTreeView.setFilter(). Initialize new addedProcsTreeView.
	Get DebugProcesses from procMap.
	(finishButton.buttonEvent): Clear procMap.
	(attachLinkedListsToWidgets): Remove call to watchGuiProcs for
	addedProcsTreeView.
	* gladedir/frysk_create_session_druid.glade: Resized treeviews.
	
	frysk-gui/frysk/gui/monitor:
	2007-02-21  Mike Cvet  <mcvet@redhat.com>
	
	* ProcWiseTreeView.java (ProcWiseTreeView): Remove explicit call to
	mountDataModel().
	(setFilter): Added. Fixes #4010. Calls mountDataModel().
	(getSelectedObjects): Explicitly convert the path to the model's
	child path.
	(getSelectedObject): Ditto.