1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00
qBittorrent/TODO

39 lines
1.3 KiB
Plaintext
Raw Normal View History

// Easy
- Write documentation
- Translations into as many languages as possible
- Improve man page
- Add more keyboard shortcuts
- Improve torrent creation tool (look & features)
// Intermediate
- Port on MacOS, Windows (and create an installer for Windows) - Progressing
- Allow to prioritize files within a torrent
- Allow to prioritize torrents
- Optimize code to use less memory/cpu
- Add some transparency (menus,...)
2006-12-05 02:42:01 +00:00
- Add a column seeds/leechs
- Add upnp port forwarding support
// Harder
- Allow user to organize the downloads into categories/folders
- Display new searches in new tabs
- Display a progress bar that really display the pieces we have (like in eMule)
// Unsure
- Move Speed/ratio to a status bar ?
- Azureus spoofing to prevent ban from trackers?
- Download from RSS?
- Encryption support (waiting for libtorrent)
- Split kernel from GUI? (would be a lot better but require some deep changes)
- Web interface?
2006-11-08 18:20:54 +00:00
- Use downloader class to download search plugin updates
2006-10-29 10:21:51 +00:00
// In v0.9.0
2006-10-18 20:57:44 +00:00
- Add Visit qBittorrent website menu entry
- Add Report a bug in qBittorrent menu entry
2006-11-12 17:35:35 +00:00
- Allow to set upload limit for each torrent
- Optimize code to use less memory/cpu
2006-12-17 10:45:36 +00:00
- Check space left on hard drive and pause all torrents before there is no space left
2006-11-12 17:35:35 +00:00
- Option to shutdown computer when downloads are finished
- Some GUI redesign