Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (523 - 525 of 2449)

Ticket Resolution Summary Owner Reporter
#2441 WorksForMe Deluge isn't sorting torrents properly Nuudules
Description

If you tried to sort all your torrents by name, or progress, etc. , it isn't sorting properly. For example, if I wanted to sort by name, it would be out of order. I do not have auto-manged torrents on any of the torrents, nor did I enable Queue new torrents top of the list.

#2437 Duplicate Deluge (OS X) forgets columns on quit using ⌘Q exchgr
Description

When I add/subtract/move/resize columns in Deluge, then quit using ⌘Q, Deluge forgets the changes. However, if I "quit" by closing the window using the red "x" button, it will remember the changes.

#2435 Fixed Edit Tracker dialog only relies on current selection to modify an entry eeppeliteloop
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:

  1. select an existing tracker
  2. click on Edit
  3. behind the Edit Tracker dialog, select another tracker entry
  4. click on OK in the Edit Tracker dialog

The current selected tracker is modified, not the original one.

More important bug:

  1. select an existing tracker
  2. click on Edit
  3. behind the Edit Tracker dialog, remove all tracker entries so there's no current selection
  4. click on OK in the Edit Tracker dialog

You get:

    self.edit_tracker_entry.hide()
TypeError: iter must be a GtkTreeIter

So either:

  • remember the original tracker name and only modify it if it still exists in the list after pressing OK in Edit Tracker dialog; or
  • make Edit Tracker modal (easier)
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.