Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (424 - 426 of 2447)

Ticket Resolution Summary Owner Reporter
#1217 Fixed [win32] Installer should close Deluge fukt
Description

When there's a new version of Deluge available I can to go to the website and download the installer. However when launched, it tries to uninstall Deluge while it's still running which of course fails. I know I could just close it manually before starting the installation but if the installer would offer to do it for the user it would just look and feel better :)

#1218 Fixed Improper callLater() usage in tracker_icons.py ETZel
Description

reactor.callLater(0, callback, filename) call here source:deluge/ui/tracker_icons.py#L163 is incompatible with Qt4Reactor, because all timers in Qt4Reactor must be started from the reactor thread.

There's a better suited function which doesn't mess with timers: reactor.callFromThread(callback, filename).

#1219 Duplicate create torrents from folder with non-ascii name doesn't work maxx.h
Description

Create Torrent - Folder: select folder with non-ascii name like "üöäü", press open - the 'choose a folder' window is still visible. and the folder gets added, but it shows "0.0 KiB", so it didn't work

used Windows XP

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.