Custom Query (2447 matches)
Results (214 - 216 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#362 | Fixed | Use libtorrents session pause/resume instead of the current pause_all,resume_all | ||
#1972 | Fixed | Useless ui.UI class | ||
Description |
Whilst it would appear that the ui.py:UI class used to be intended for something it is only used in 2 places:
I can only imagine that this cross over came from old, removed code and is no longer needed. This code can simply be merged back into start_ui, if for no other reason that it's less confusing for people reading the code and distinguishing the difference between the _UI and UI classes. |
|||
#735 | Fixed | use keys of "name.utf-8" and "path.utf-8" of metadata | ||
Description |
I notice that new deluge 1.1.0 get torrent info from bencode(ui/common.py).In deluge 1.07, It is just from librorrent. In some torrent, if use keys of "name" and "path", only could get a MBCS encoding string, so under Linux, it maybe display wrong(with utf8 local). use keys of "name.utf-8" and "path.utf-8" for a UTF8 string:) |