GNOME Bugzilla – Bug 171694
Nautilus progress dialogs do not follow the HIG guidelines
Last modified: 2005-03-30 18:52:02 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:
Created attachment 39268 [details] Proposal dialog
Created attachment 39285 [details] [review] Patch to HIGify progress dialogs.
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>