Custom Query (2447 matches)
Results (523 - 525 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2435 | Fixed | Edit Tracker dialog only relies on current selection to modify an entry | ||
Description |
When editing a single tracker (in the Edit Trackers dialog), the tracker to be modified is the current selection. However it is possible to modify this selection in background since the Edit Tracker dialog (with a single text entry) is not modal. Here are possible bugs:
The current selected tracker is modified, not the original one. More important bug:
You get: self.edit_tracker_entry.hide() TypeError: iter must be a GtkTreeIter So either:
|
|||
#2434 | Fixed | Double-click on tracker entry to edit it | ||
Description |
In the Edit trackers dialog, make double-clicking on a tracker item show the edit dialog. Currently, the only way to edit a tracker is to select it and then click on the Edit button. Link to commit: https://github.com/eepp/deluge/commit/a55f42b65453f83387a37068578f08f123a00afe |
|||
#2431 | Fixed | deluged doesn't shutdown cleanly with hundreds of torrents | ||
Description |
This happened once a couple months ago, and again today.
Issuing a [INFO ] 11:39:25 daemon:187 Waiting for components to shutdown.. This is after a few weeks of deluged running non-stop, with hundreds of files. |