Custom Query (2447 matches)
Results (439 - 441 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#445 | Invalid | GTK UI Doesn't categorize errored torrents. | ||
Description |
I ran deluged -d because my GTK UI was acting weird, and come to find out that a good majority of my torrents were recieving errors from the trackers, but Deluge -u GTK wasn't showing the errors anywhere. They are still categorized under "Seeding" and not "Error". Tracker Status shows "Announce Sent" and stays like that on all the error'd torrents, but according to deluged, the trackers have returned an error. |
|||
#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. |
|||
#447 | Fixed | Unify features and code used in the file listings in the files tab and the add torrent tialog | ||
Description |
In my humble opinion, I think that in order to ensure consistency, the code used by the two file listings should be unified. In the process, the features included in each one should be combined in order to form a single super-file-listing widget thing. In particular, the files tab can do sorting, and it can be used to set priorities other than just yes and no. The add torrent dialog can be used to set the priorities of all files in a directory, and can show the general status of its contents. I think these features should be merged. |