After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 105796 - UI review changes required for gmedia_format.
UI review changes required for gmedia_format.
Status: RESOLVED OBSOLETE
Product: Removable Media Manager
Classification: Deprecated
Component: gmedia-format
unspecified
Other Solaris
: Normal normal
: ---
Assigned To: Narayana Pattipati
Narayana Pattipati
Depends on:
Blocks:
 
 
Reported: 2003-02-11 10:45 UTC by Narayana Pattipati
Modified: 2005-04-16 15:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot comparing the Old and New UI for a ZIP drive. (87.78 KB, image/png)
2003-06-03 12:08 UTC, Narayana Pattipati
  Details
Screenshot comparing the Old and New UI for a floppy drive. (87.44 KB, image/png)
2003-06-03 12:09 UTC, Narayana Pattipati
  Details
Patch implements the UI review recommendations. (31.38 KB, patch)
2003-06-03 12:12 UTC, Narayana Pattipati
none Details | Review

Description Narayana Pattipati 2003-02-11 10:45:15 UTC
The following are the UI review recommendations for gmedia_format
application:

1. Use GTKWindow for the main application window instead of a dialog. Set
resizeable to FALSE for the GTKWindow.

2. Buttons(Help, Cancel/Stop, Format) should be spaced along the bottom
according to the HIG, not centered.  (Refer
http://developer.gnome.org/projects/gup/hig/draft_hig/windows.html#alert-button-order)

Note that this can be done done automatically if we create the dialog in
Glade. Use Glade to create the layout, and load the XML files into the
application at run time using libglade.

3. Use a window title consistent with GNOME. Window title should be
"<device-path> Format Media".

4. Format information text "Formatting is a two stage process involving a
Low...." from the top of the gmedia_format window to be removed.

5. The WARNING message ("WARNING : THE PROCESS IS NOT REVERSIBLE") to be
placed at the top of the  application window.

6. Disable all the buttons when format is in progress(even the window
manager X button, as well).

7. Replace "Long Format" with "Format" in the Format dialog.

8. Use horizontal layout for the radio button groups for the 'Long Format'
and 'Quick Format' options, instead of the current vertical radio buttion
layout.

9. For floppies: get rid of "Low Level Format Type :", since it does not
have one such option. (Talk to CDE experts before doing this???)

10. For floppies: there should be no 'Slice Editor' button, since slicing
cannot be performed on floppies.

11. All failures must have error message popups. Do a code scan to figure
out all possible failure cases and show up appropriate error/warning
messages.

12. 'Slice Editor' button should have a mnemonic.(Mnemonic: _E)

13. "File System" and Format have the same mnemonic. File system should
have 'S' and Format 'F' as mnemonics.
Comment 1 Narayana Pattipati 2003-06-03 11:44:09 UTC
I have implemented the following UI recommendations. Other
recommendations will be implemented later.

1. Used GTKWindow for the main application window instead of a dialog.
2. Buttons(Help, Cancel/Stop, Format) are spaced along the bottom
according to the HIG, not centered.
3. Use a window title consistent with GNOME. Window title should be
"<device-path> Format Media". Implemented.
4. Format information text "Formatting is a two stage process
involving a Low...." from the top of the gmedia_format window has been
removed.
5. The WARNING message ("WARNING : THE PROCESS IS NOT REVERSIBLE") is
placed at the top of the  application window. 
6. Used horizontal layout for the radio button groups for the 'Long
Format' and 'Quick Format' options, instead of the current vertical
radio buttion layout.
7. 'Slice Editor' button is given a mnemonic(Mnemonic: _E)
8. "File System" and Format had the same mnemonic. File system is
given 'S' and Format is given 'F' as mnemonics.

To be implemented:

1. Did not set resizeable to FALSE as I am not very clear on this.
2. Replace "Long Format" with "Format" in the Format dialog.
3. For floppies: get rid of "Low Level Format Type :", since it does
not have one such option. (Talk to CDE experts before doing this???)
4. For floppies: there should be no 'Slice Editor' button, since
slicing cannot be performed on floppies.
5. All failures must have error message popups. Do a code scan to
figure out all possible failure cases and show up appropriate
error/warning  messages
6. Disabled all the buttons when format is in progress.

I will upload a patch and screenshots showing new and old UI.
Comment 2 Narayana Pattipati 2003-06-03 12:08:16 UTC
Created attachment 17092 [details]
Screenshot comparing the Old and New UI for a ZIP drive.
Comment 3 Narayana Pattipati 2003-06-03 12:09:08 UTC
Created attachment 17093 [details]
Screenshot comparing the Old and New UI for a floppy drive.
Comment 4 Narayana Pattipati 2003-06-03 12:12:19 UTC
Created attachment 17094 [details] [review]
Patch implements the UI review recommendations.
Comment 5 Kjartan Maraas 2005-04-16 15:01:03 UTC
Is this going anywhere?
Comment 6 Kjartan Maraas 2005-04-16 15:25:16 UTC
These aren't shipped by sun any more. Closing.