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 171694 - Nautilus progress dialogs do not follow the HIG guidelines
Nautilus progress dialogs do not follow the HIG guidelines
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Visual Design
2.10.x
Other All
: Normal enhancement
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-26 01:58 UTC by Michiel Sikkes
Modified: 2005-03-30 18:52 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Proposal dialog (18.59 KB, image/png)
2005-03-26 01:59 UTC, Michiel Sikkes
  Details
Patch to HIGify progress dialogs. (12.07 KB, patch)
2005-03-26 16:02 UTC, Michiel Sikkes
none Details | Review

Description Michiel Sikkes 2005-03-26 01:58:49 UTC
Please describe the problem:
The progress dialogs do not follow the HIG guidelines. For example, the HIG
suggets that there should be a Primary Text in a progress dialog and that the
text inside the progressbar should show the progress.

I've created a dialog in for 'emptying trash' progress in trashapplet. Maybe we
could discuss this issue and come up with a consistent, HIGified dialog?

I'll attach my proposal.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Michiel Sikkes 2005-03-26 01:59:26 UTC
Created attachment 39268 [details]
Proposal dialog
Comment 2 Michiel Sikkes 2005-03-26 16:02:10 UTC
Created attachment 39285 [details] [review]
Patch to HIGify progress dialogs.
Comment 3 Martin Wehner 2005-03-30 18:52:02 UTC
2005-03-30  Martin Wehner  <martin.wehner@gmail.com>

        * libnautilus-private/nautilus-file-operations-progress.c:
        (nautilus_file_operations_progress_update),
        (nautilus_file_operations_progress_destroy),
        (nautilus_file_operations_progress_init),
        (time_remaining_callback), (nautilus_file_operations_progress_new),
        (nautilus_file_operations_progress_set_operation_string),
        (nautilus_file_operations_progress_new_file):
        * libnautilus-private/nautilus-file-operations.c:
        (progress_dialog_set_to_from_item_text):
        Change layout of the progress dialog to be more HIG compliant.

        Patch from Michiel Sikkes <michiel@eyesopened.nl>