Custom Query (2447 matches)
Results (535 - 537 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#446 | Fixed | "Delete at ratio" and the ratio spinner are not grayed out when "stop at ratio" is unchecked in the options tab | ||
Description |
In the torrent options tab, the "delete at ratio" checkbox and the entry spinner for the "stop at ratio" checkbox should be grayed out when stop at ratio is unchecked, like they are in the preferences dialog. I tried to fix this in a general way like it's handled in the prefs dialog, but my Python and GTK+ experience is just slightly too nonexistent for it to be possible. If possible, I think the best way to fix this and at the same time ensure consistency into the future would be to unify the code used by the prefs dialog, the options tab, and the add torrent dialog. They all have slightly different requirements though, so I'm not sure this is possible. |
|||
#1063 | Fixed | Delete copy of torrent files patch | ||
Description |
A patch to allow the user to delete the torrent files automatically made by "copy torrent files to" preferences. |
|||
#892 | Duplicate | Delete key no longer deletes torrents | ||
Description |
After recently upgrading my operating system and deluge, I noticed that the ability to delete torrents by pressing the delete key was no longer working. Deluge 1.1.6 is terrific - this is the only small problem/annoyance I have with it. I wrote a small patch to ui/gtkui/torrentview.py to fix this. |