Bug 2886 - Custom Observer touchups
Summary: Custom Observer touchups
Status: REOPENED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Sami Wagiaalla
URL:
Keywords:
Depends on:
Blocks: 3399
  Show dependency treegraph
 
Reported: 2006-07-07 14:43 UTC by Sami Wagiaalla
Modified: 2006-11-21 18:08 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 Sami Wagiaalla 2006-07-07 14:43:03 UTC
Custom observers
---------------
Custom observers: remove the "(DEMO)" part.

you can do quite a lot here, but nobody knew!!!

Create custom observers: I personally found the names of the fields to
be not informative.

need to delete "stop generic actions, resume generic actions, log
generic actions" from right click menu.

"source of forking thread": that should have a verb, like "show
source of forking thread" or "display"

instead of blank actions and blank filters as default there should be
"no actions" and "no filters". 

Bug: Once you select an action or a filter you cannot go back to having no
action/filter selected.

Bug: click on the "-" (minus) will delete also the last line left and
leave an empty box.
Comment 1 Sami Wagiaalla 2006-07-10 22:07:35 UTC
2006-07-10  Sami Wagiaalla  <swagiaal@redhat.com>

	* glade/window.glade: Added scrollWindows to Filters and actions
	in EditObserverDialog. 

2006-07-10  Sami Wagiaalla  <swagiaal@redhat.com>

	* observers/TaskSyscallObserver.java (TaskSyscallObserver): Fixed names
	of actionPonts (part of fix for 2886).
	* observers/ObserverRoot.java: Removed name of GenericActionPoint.
	Added javadoc (part of fix for 2886).
	* actions/ShowSourceWin.java (ShowSourceWin): Fixed name of action (part of 
	fix for 2886).
	* actions/ActionManager.java: Removed stop/resume Actions (part of fix for 2886).
	* SimpleComboBox.java: Added support for default/no selection text (part of fix
for 2886).
	* ObserverItemsTable.java: Decremeted the row number when
	a row is removed (part of fix for 2886).
	* FilterRow.java: Added clearing of widgets when a row is
	unapplied (part of fix for 2886).
	* ObserverItemRow.java: Ditto.
	* EditObserverDialog.java: Removed the frame around the table.
	* LiaisonItem.java: Added javadoc.
	* Combo.java: Ditto.
	* actions/ActionPoint.java: Ditto.

Comment 2 Sami Wagiaalla 2006-07-11 17:53:15 UTC
- Check validation upon Edit as well as New observer.
- Fix EditObserverDialog so it displays Natulus like naming of copies
- Make observerManager deal with corrupt Observer xmls more gracefully