mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 10:37:06 -07:00
- Implemented files prioritizing in a torrent (Part I: Torrent Properties), still need to work on torrent addition dialog
This commit is contained in:
parent
66201a2853
commit
ff3575c7ac
7 changed files with 134 additions and 194 deletions
6
TODO
6
TODO
|
@ -29,7 +29,7 @@
|
|||
- Add a torrent scheduler
|
||||
- Improve Ipfilter.dat parser (move to a thread ? - too slow to load qBT and more importantly options)
|
||||
|
||||
// in v0.11
|
||||
// in v1.1.0
|
||||
- Tabs support in search
|
||||
|
||||
// in v1.0.0 (partial) - WIP
|
||||
|
@ -41,8 +41,8 @@
|
|||
- Use tooltips to explain options?
|
||||
- Display more info in log (UPnP)
|
||||
- Update to libtorrent SVN (0.13) - DONE
|
||||
- Use its UPnP/NAT-PMP built-in support instead of ours ALMOST
|
||||
- Use its piece prioritization support
|
||||
- Use its UPnP/NAT-PMP built-in support instead of ours DONE (enabled as a default)
|
||||
- Use its piece prioritization support (debug)
|
||||
- Get upload/download limit per torrent (uncomment some code) ALMOST
|
||||
- Improve ratio display / calculation / saving / per torrent...
|
||||
- Display the sum of the size of the selected files in the torrent instead of the whole torrent size in download list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue