Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (610 - 612 of 2449)

Ticket Resolution Summary Owner Reporter
#2760 WontFix [win32] Use winsound instead of pygame for notification sound Calum
Description

Having pygame dependency for just playing sounds seems rather over the top and searching around found that on windows we can use a standard winsound module. Will still need an elegant solution for linux and osx.

http://stackoverflow.com/a/311634/175584

#2762 Fixed torrentview.py TypeError: value is of the wrong type for this column Calum
Description

From Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1219582

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/torrentview.py", line 457, in update_view
    self.liststore.set(row.iter, *to_update)
TypeError: value is of the wrong type for this column

Looks as though a stricter checking is highlighting that Down Speed and Up Speed columns should be int...

#2763 Fixed UnboundLocalError: local variable 'info_hash' referenced before assignment Calum
Description

From Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1223058

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/queuedtorrents.py", line 180, in on_button_add_clicked
    self.liststore.foreach(add_torrent, None)
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/queuedtorrents.py", line 178, in add_torrent
    process_args([torrent_path])
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/ipcinterface.py", line 205, in process_args
    component.get("AddTorrentDialog").add_from_magnets([arg])
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 258, in add_from_magnets
    if info_hash in self.infos:
UnboundLocalError: local variable 'info_hash' referenced before assignment
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.