Custom Query (2449 matches)
Results (634 - 636 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #958 | Fixed | Search by name in torrent list | ||
| Description |
It would be quite handy to have a capability to search torrent list by name.
I see several approaches:
|
|||
| #1868 | Fixed | Search box into toolbar | ||
| 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. | ||
| 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. |
|||
