Bug 2790 - can't figure out that the new session needs a name
Summary: can't figure out that the new session needs a name
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks: 3398
  Show dependency treegraph
 
Reported: 2006-06-16 15:28 UTC by Andrew Cagney
Modified: 2006-10-19 18:40 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 Andrew Cagney 2006-06-16 15:28:20 UTC
The first window of the "new session" assistant requires both:
- a session name
- processes of interest
before forward can be clicked.  Both Mike and I didn't realise that forward was
disabled because we hadn't given the session a name.
Comment 1 Mike Cvet 2006-06-19 19:21:00 UTC
Maybe the assistant could provide a by-default-selected dummy name, a la "session1"
Comment 2 Phil Muldoon 2006-08-24 00:00:18 UTC
Catching up. Druid now sugggests a default name. Sets the edit block tag on the
name for easy editing. Adds a warning icon and element if user attempts to
change name to something that already exists.

2006-07-06  Phil Muldoon  <pmuldoon@redhat.com>

        * druid/CreateFryskSessionDruid.java: Apply GNU Format.
        (setEditSessionMode): Set default message.
        (setInitialName): Added.

        * druid/CreateFryskSessionDruid.java (getProcessSelectionControls):
        Make Info message dual purpose. Allow setting of markup.
        Allow setting of text. Allow icon change.
        * glade/frysk_create_session.glade: Remove old warning error message.
        Fix labels to be non-temporal and in-line with review.

        * glade/frysk_session_manager.glade: Remove Window hint Dialog.

        * SessionManagerGui.java : Apply GNU Format.
        (toggleControls): Fix button sensitivity modes.
        (setButtonStates): Ditto.