Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (634 - 636 of 2449)

Ticket Resolution Summary Owner Reporter
#958 Fixed Search by name in torrent list andar civmaniac@gmail.com
Description

It would be quite handy to have a capability to search torrent list by name. I see several approaches:

  • It could be a text entry in toolbar (like search in firefox).


  • Search bar with text entry invoked on Ctrl+F


  • Use default treeview search popup summoned by Ctrl+F
#1868 Fixed Search box into toolbar atommixz
Description

I have ~3 thousands torrents. I need this thing for quick navigation. It may look like http://code.google.com/p/transmission-remote-gtk/

Thanks

#2062 Fixed Screen.add_line.get_line_chunks() discards everything before first colour string. eirikba
Description

Screen.add_line.get_line_chunks() (in deluge/ui/console/Screen.py) will discard all the data before the first occurrence of '{!'.

Patch attached that fixes this issue, but also changes the chunking of '{!1!}1{!2'. The old version would return [('{!1!}', '1'), ('{', '!2')]. The new version returns [('{!1!}', '1'), ('{!2', )]. I'm not sure that is correct, but I don't think it is worse :)

On the other hand, both the new and the old chunks '{!a!}a{!}other' to [('{!a!}', 'a'), ('{!}', 'other')]. I don't know if that's correct either.

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