Custom Query (2447 matches)
Results (421 - 423 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1210 | Fixed | Deluge does not correctly save the sort column and order in the files tab | ||
Description |
Deluge doesn't correctly save the sort column and order. Just try to select ascending sorting on the file name. Next time deluge is started, no column will be sorted. The problem is the incorrect check of the return values of set_sort_column_id(). A simple if is used, which evaluates 0 as False, but 0 is a valid column id _and_ sort order. |
|||
#1213 | Fixed | Torrents don't retry tracker after tracker error with lt 0.15.0 | ||
Description |
Deluge 1.2.3 - lt 0.15.0 When a torrent announces and receives an error back from tracker (Connection Reset by Peer, Unexpected EOF, etc.), it never starts a timer to retry the tracker. No timer shows in the gtkgui, and torrents never update. Works fine with lt 0.14.x, so I am not sure if the bug is with Deluge or lt. I can provide additional information or logs if needed. Just let me know what you need. |
|||
#1214 | Reorder priority menu items | |||
Description |
The current order of the priority menu items for files and directories is "Do not Download", "Normal", "High" and "Highest". Since it reflects the usual order of things, this order should be reversed, having "Highest" and "High" on top and "Do not Download" at the bottom. |