Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (577 - 579 of 2449)

Ticket Resolution Summary Owner Reporter
#2096 Fixed [win32] hicolor theme icons missing Calum
Description

Noticed this error in add file when debugging the create torrent dialog problem on Windows.

#2098 Fixed Modify 'Open Folder' option to highlight the torrent folder/file Calum Calum
Description

As discussed in two threads on the forum 1 2 with a lot of torrents in the download folder finding the actual file/folder can be tricky.

The open_file method in common could be modified but I think a new method called select_file would make more sense. Currently this would only work on Windows (explorer /select,) and OSX (open -R) as there is no such option for xdg-open. Although a call to Nautilus could be used on Linux as that supports highlighting a file (but not a folder).

#2099 Fixed console does not support monochrome terminals Calum Calum
Description

Forwarded from forum: http://forum.deluge-torrent.org/viewtopic.php?f=7&t=39827

    deluge-console
    Traceback (most recent call last):
      File "/usr/bin/deluge-console", line 9, in <module>
        load_entry_point('deluge==1.3.5', 'console_scripts', 'deluge-console')()
      File "/usr/lib/pymodules/python2.6/deluge/ui/console/main.py", line 74, in start
        Console().start()
      File "/usr/lib/pymodules/python2.6/deluge/ui/console/main.py", line 71, in start
        ConsoleUI(self.args)
      File "/usr/lib/pymodules/python2.6/deluge/ui/console/main.py", line 198, in __init__
        curses.wrapper(self.run)
      File "/usr/lib/python2.6/curses/wrapper.py", line 44, in wrapper
        return func(stdscr, *args, **kwds)
      File "/usr/lib/pymodules/python2.6/deluge/ui/console/main.py", line 220, in run
        colors.init_colors()
      File "/usr/lib/pymodules/python2.6/deluge/ui/console/colors.py", line 94, in init_colors
        curses.init_pair(counter, getattr(curses, fg), getattr(curses, bg))
    _curses.error: init_pair() returned ERR
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.