Some work about adaptive color scheme for Web UI (PR #19901)
http://[316:c51a:62a3:8b9::4]/d4708/qBittorrent/src/branch/adaptive-webui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
118 lines
5.1 KiB
118 lines
5.1 KiB
// Easy |
|
- Translations into as many languages as possible |
|
- Use Launchpad/Rosetta for translations once it supports TS files |
|
|
|
// Intermediate |
|
- Port on MacOS, Windows (and create an installer for Windows) - Slow progress |
|
- Add some transparency (menus,...), improve look / usabilty |
|
- Skins support? (contact Mateusz) |
|
|
|
// Harder |
|
- Display a progress bar that really represents the pieces we have (like in eMule) |
|
- Torrent scheduler ala µtorrent/Bitcomet |
|
|
|
// Waiting for libtorrent |
|
- File selection in a torrent in compact mode |
|
- Allow to prioritize torrents (may code this in qBittorrent?) |
|
|
|
// Unsure |
|
- Display the peers we are connected to for each torrent with infos (like flag, dl/up speeds, ...) |
|
- Azureus spoofing to prevent ban from trackers? |
|
- Option to shutdown computer when downloads are finished |
|
- Display hard drive space left? |
|
- Make use of dbus on Linux for the single instance instead of socket communication? |
|
(http://techbase.kde.org/Development/Tutorials/D-Bus/Accessing_Interfaces) |
|
- When favicon can't be downloaded, try to parse the webpage for: |
|
<link rel="icon" href="http://example.com/favicon.ico" type="image/vnd.microsoft.icon"> |
|
* Be carefull, the link can be relative |
|
|
|
// in v1.2.0 |
|
- Allow user to organize the downloads into categories/folders? |
|
|
|
// in v1.1.0 |
|
- Tabs support in search |
|
- Allow to hide columns? |
|
- Allow to scan multiple directories? (useful?) |
|
- Web interface (turbogears? php? python?) |
|
* Webserver? Try to write a webserver as a plugin for qBittorrent in Python |
|
* http://fragments.turtlemeat.com/pythonwebserver.php |
|
- improve and test tracker authentication code (remember login/pass) (need a tracker to test this) |
|
- support zipped torrents? (useful?) |
|
- Allow to limit the number of downloading torrents simultaneously (other are paused until a download finishes) |
|
- Improve search plugin install (choose in a list taken from plugins.qbittorrent.org) |
|
- Display the number of DHT node if possible |
|
- Allow to change action on double-click |
|
-> in download list |
|
-> in seeding list |
|
|
|
// in v1.0.0 (partial) - WIP |
|
- Fix all (or almost all) opened bugs in bug tracker |
|
- Keep documention up to date |
|
- Windows port (Chris - Peerkoel) |
|
* beta 7 |
|
- update doc for plugins (and add screenies) |
|
- update doc for options |
|
- Review torrent content selection |
|
* check the one in ktorrent |
|
- Translations update (IN PROGRESS) |
|
- Wait that http://pastebin.ca/690649 is fixed |
|
|
|
LANGUAGES UPDATED: |
|
- French *BETA6* |
|
- English *BETA6* |
|
- Japanese *BETA6* |
|
- Swedish *BETA6* |
|
- Slovak *BETA6* |
|
- Ukrainian *BETA6* |
|
- Chinese (simplified) *BETA4* |
|
- Hungarian *BETA6* |
|
- Italian *BETA6* |
|
- Polish *BETA6* |
|
- Portuguese *BETA5* |
|
- Brazilian *BETA5* |
|
- Spanish *BETA6* |
|
- German *BETA6* |
|
- Russian *BETA6* |
|
- Korean *BETA6* |
|
- Greek *BETA6* |
|
- Dutch *BETA5* |
|
- Romanian *BETA5* |
|
- Bulgarian *BETA6* |
|
|
|
beta6->beta7 changelog: |
|
- FEATURE: Made search engine plugin install more reliable |
|
- FEATURE: Allow to drag'n drop plugin to list for install/update |
|
- FEATURE: Added some search plugins to http://plugins.qbittorrent.org |
|
- FEATURE: Added zip support in search plugins manager (can put .py & .png inside) |
|
- FEATURE: Redesigned torrent creation dialog |
|
- FEATURE: Allow to set piece size when creating a torrent |
|
- FEATURE: Added an option to force full disk allocation for all torrents |
|
- FEATURE: Added an option to add torrents in paused state |
|
- FEATURE: Allow to disable UPnP/NAT-PMP/LSD |
|
- FEATURE: Added an option to set the max number of connections per torrent |
|
- FEATURE: Added an option to set the max number of uploads per torrent |
|
- FEATURE: Added an option to automatically delete torrents when they reach a given ratio (>= 1.0) |
|
- FEATURE: Added an option to display current transfer speeds in title bar |
|
- FEATURE: Added "Mark all as read" function for RSS feeds |
|
- FEATURE: Added some RSS settings in program preferences |
|
- FEATURE: Display RSS article date and author if available |
|
- FEATURE: Articles in a RSS feed are now ordered by date (newer at the top) |
|
- FEATURE: Read articles in a feed are not resetted when the feed is refreshed anymore |
|
- FEATURE: Allow to install plugins from their url |
|
- BUGFIX: In torrent content, it is now easier to filter all torrents using right click menu |
|
- BUGFIX: Updated man page / README / INSTALL |
|
- BUGFIX: Paused torrents could be displayed as connected for a sec after checking |
|
- BUGFIX: 'Unknown' is now displayed in search results columns where value is -1 |
|
- BUGFIX: Improved search engine core a little |
|
- BUGFIX: Forgot to remove *.pyc files when uninstalling a search plugin |
|
- BUGFIX: Fixed drag'n drop on non-KDE systems |
|
- BUGFIX: Fixed log context menu position |
|
- BUGFIX: Made pause/resume all function affect both (dl/up) tabs when window is hidden |
|
- BUGFIX: Fixed torrent create (can only one file or one folder) |
|
- BUGFIX: the function that set the rows color doesn't handle hidden columns anymore |
|
- BUGFIX: improved search engine plugin manager code and fixed bugs |
|
- BUGFIX: Dropped Qt4.2 support, becomes too difficult to maintain |
|
- BUGFIX: Fixed deprecation warning with latest libtorrent svn |
|
- COSMETIC: Improved some icons |
|
- COSMETIC: Totally redesigned program preferences |
|
- COSMETIC: Improved systray tooltip style |