#41 closed bug (Fixed)
A redesign for the "remove torrent" modal dialog window is needed
Reported by: | anonymous | Owned by: | andar |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | GTK UI | Version: | 0.6.0svn |
Keywords: | Cc: |
Description
The "remove torrent" modal dialog window is a good example for really bad design. It doesn't conform to GNOME Human Interface Guidelines. But screw that, they're just guidelines, right? No. Get a UI designer on your team. This isn't meant as an attack. I'm giving you valuable insight here. Deluge is a good application overall.
Currently this is what it looks like:
Text (not sure, translating on the fly, using Polish version): Do you really want to remove the torrent/torrents?
Tickboxes:
- Delete files
- Delete .torrent files
Buttons:
Yes, No.
How should it look like?
Text: Remove %n torrent(s)? (Please enable proper plural forms support, this (s) is just a sad hack)
Buttons:
Remove from list only
Remove and delete .torrent files
Remove and delete downloaded files
Remove and delete all associated files
If you think the labels on buttons will be too long, don't worry, they won't be. It's all about usability, readability, interface standardization (I was really stumped by this dialog and didn't know what to do at first) and not trying to mimmick a clumsy Windows-like interface. Avoid modal dialogs like the plague, but if you really need them (like here), again, avoid "Yes" and "No" button labels at all costs. I dare you show me one GNOME application in svn.gnome.org having such labels on any button. That would be a sign of downright bad design.
Look at this bug to see a mockup of what am I on about here https://bugs.launchpad.net/mintinstall/+bug/174548
I hope you consider this proposal for a future version.
Attachments (1)
Change History (11)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
I will consider modifying the dialog in 0.6.. It already is non-modal.
Please drop the attitude next time, it's unproductive.
comment:3 by , 17 years ago
Component: | 0.5.x → gtkui |
---|---|
Owner: | changed from | to
Version: | 0.5.8.3 → 0.6.0svn |
0.5 development is over, so no, i wont redesign the remove dialog in it. changing version to 0.6 and letting andar decide if he wants to keep this ticket or not
comment:4 by , 17 years ago
Milestone: | → 0.6.0 |
---|---|
Status: | new → assigned |
comment:5 by , 17 years ago
I'm sorry for the attitude. I'm just hell-bent on GNOME HIG, otherwise I wouldn't have submitted the report :]
comment:6 by , 17 years ago
I would like to follow the GNOME HIG a lot more than we do, but my time is divided among more parts than the gtkui alone. If you have any other suggestions please feel free to add more ticket, but I will only be considering these changes for 0.6 which already has quite a bit of UI changes since 0.5.
by , 17 years ago
Attachment: | Screenshot-Deluge-removetorrent.png added |
---|
Possible remove torrent menu
comment:8 by , 17 years ago
It's me again. Yes, that looks good. Never seen the entry text designed like this, but this should do. :]
comment:9 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This has been implemented in 2822.
On second thought, you could do away with the modal dialog altogether. Use the button labels as menu entries in a submenu leading from the "Remove" entry in the right-click torrent menu.