mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 10:37:06 -07:00
- Added a new tab for finished torrents (WIP, not used yet)
This commit is contained in:
parent
c832d91f79
commit
13aa2cfa6e
7 changed files with 138 additions and 10 deletions
8
TODO
8
TODO
|
@ -27,6 +27,7 @@
|
|||
- Allow to set upload limit for each torrent
|
||||
- Option to shutdown computer when downloads are finished
|
||||
- Add a torrent scheduler
|
||||
- Improve Ipfilter.dat parser (move to a thread ? - too slow to load qBT and more importantly options)
|
||||
|
||||
// in v0.10 (partial) - WIP
|
||||
- Download from RSS feeds (WIP by gtsoul, clean & finish rss.h, add a tab in mainWindow, debug)
|
||||
|
@ -36,11 +37,10 @@
|
|||
- Use a QListWidget to allow multiple input paths
|
||||
- Possibility to add url seeds
|
||||
- Add IPv6 support (at least start working on it, libtorrent seems to support it, we should limit our code to IPv4 anymore)
|
||||
- UPnP support (debug, sync with next aMule release, move to a thread?) : seems to be working!
|
||||
- Display Url seeds in torrent properties and allow to edit them
|
||||
- Improve Ipfilter.dat parser (move to a thread ? - too slow to load qBT and more importantly options)
|
||||
- Use tooltips to explain options
|
||||
- Use tooltips to explain options?
|
||||
- Display more info in log (UPnP)
|
||||
- Update to libtorrent SVN (0.13)
|
||||
- Use its UPnP/NAT-PMP built-in support instead of ours
|
||||
- Use its piece prioritization support
|
||||
- Use its piece prioritization support
|
||||
- Tab support in search (maybe a bit later)
|
Loading…
Add table
Add a link
Reference in a new issue