Custom Query (2447 matches)
Results (487 - 489 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2259 | Fixed | Small (but significant) speed optimizations to the torrentview in GTKUI | ||
Description |
The speed optimizations in http://dev.deluge-torrent.org/ticket/2184 were considered to massive to be committed to the 1.3 branch, with good reason. Therefore I've made a small patch that simply cannot be introducing any new bugs (I hope). https://github.com/bendikro/deluge/commits/1.3-stable-tiny-gtkui-speedups |
|||
#2285 | Fixed | Speed optimizations to sessionproxy | ||
Description |
These changes reduces the CPU time of sessionproxy by a little more than 50%. https://github.com/bendikro/deluge/commits/master-sessionproxy-optimization |
|||
#2312 | Fixed | New file path chooser + List of saved path values | ||
Description |
I've implemented a file path chooser that can be used on both local and remote daemons. Features:
Current commit replaces the current chooser in addtorrentdialog.py and menubar.py (move storage). Did not yet implement for Downloads section in Preferences. https://github.com/bendikro/deluge/tree/master-path-chooser |