Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 2447)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#2208 Fixed Open Folder not working after Complete download moved under Windows Albertina
Description

Deluge: 1.3.5

Operating System: Windows 7 64 bits with Service Pack 1

Steps involved to reproduce the bug:

Select a folder for Incomplete downloads
Select a folder for Completed downloads
Right click an incomplete download and select Open Folder (it will open)
Right click the same download after it's completed and select Open Folder (it won't open)

#1537 Fixed Editing trackers list, trackers have to be reselected Damien Churchill al.cadd9
Description

Every time a tracker it's selected and its tier changed, it loses the selection and have to be reselected. it's incredibly annoying.

#1493 Invalid [PATCH] GTKUI: add "Downloaded" and "Uploaded" colums to torrent view alderz
Description

[PATCH] GTKUI: add "Downloaded" and "Uploaded" colums to torrent view

---

deluge/ui/gtkui/torrentview.py | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/deluge/ui/gtkui/torrentview.py b/deluge/ui/gtkui/torrentview.py index 52590af..a12d474 100644 --- a/deluge/ui/gtkui/torrentview.py +++ b/deluge/ui/gtkui/torrentview.py @@ -211,6 +211,12 @@ def init(self):

self.add_func_column(_("Size"), listview.cell_data_size,

[gobject.TYPE_UINT64], status_field=total_wanted)

+ self.add_func_column(_("Downloaded"), listview.cell_data_size, + [gobject.TYPE_UINT64], + status_field=all_time_download) + self.add_func_column(_("Uploaded"), listview.cell_data_size, + [gobject.TYPE_UINT64], + status_field=all_time_uploaded)

self.add_progress_column(_("Progress"),

status_field=["progress", "state"], col_types=[float, str],

-- 1.7.3.5

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.