2006-10-01 00:02:39 +08:00
|
|
|
// Easy
|
|
|
|
- Translations into as many languages as possible
|
2007-08-09 13:03:06 +08:00
|
|
|
- Use Launchpad/Rosetta for translations once it supports TS files
|
2006-10-01 00:02:39 +08:00
|
|
|
|
|
|
|
// Intermediate
|
2007-09-01 18:23:39 +08:00
|
|
|
- Port on MacOS, Windows (and create an installer for Windows) - Slow progress
|
|
|
|
- Add some transparency (menus,...), improve look / usabilty
|
|
|
|
- Skins support? (contact Mateusz)
|
2006-10-01 00:02:39 +08:00
|
|
|
|
|
|
|
// Harder
|
2007-09-01 18:23:39 +08:00
|
|
|
- Display a progress bar that really represents the pieces we have (like in eMule)
|
2006-12-27 11:19:38 +08:00
|
|
|
|
|
|
|
// Waiting for libtorrent
|
|
|
|
- File selection in a torrent in compact mode
|
2007-09-01 18:23:39 +08:00
|
|
|
- Allow to prioritize torrents (may code this in qBittorrent?)
|
2006-10-01 00:02:39 +08:00
|
|
|
|
|
|
|
// Unsure
|
|
|
|
- Azureus spoofing to prevent ban from trackers?
|
2007-03-05 21:55:23 +08:00
|
|
|
- Option to shutdown computer when downloads are finished
|
2007-09-02 20:12:51 +08:00
|
|
|
- Display hard drive space left?
|
2007-07-12 21:38:40 +08:00
|
|
|
- Make use of dbus on Linux for the single instance instead of socket communication?
|
|
|
|
(http://techbase.kde.org/Development/Tutorials/D-Bus/Accessing_Interfaces)
|
2007-09-02 20:12:51 +08:00
|
|
|
- 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
|
2006-10-01 00:02:39 +08:00
|
|
|
|
2007-08-17 12:10:23 +08:00
|
|
|
// in v1.2.0
|
2007-09-01 18:23:39 +08:00
|
|
|
- Allow user to organize the downloads into categories/folders?
|
2007-08-17 12:10:23 +08:00
|
|
|
|
2007-04-13 03:51:39 +08:00
|
|
|
// in v1.1.0
|
2007-04-05 23:55:05 +08:00
|
|
|
- Tabs support in search
|
2007-07-27 21:58:12 +08:00
|
|
|
- Allow to hide columns?
|
2007-08-17 12:10:23 +08:00
|
|
|
- Allow to scan multiple directories? (useful?)
|
2007-09-01 18:23:39 +08:00
|
|
|
- Web interface (turbogears? php? python?)
|
|
|
|
* Webserver? Try to write a webserver as a plugin for qBittorrent in Python
|
2007-09-01 20:24:40 +08:00
|
|
|
* http://fragments.turtlemeat.com/pythonwebserver.php
|
2007-08-17 12:10:23 +08:00
|
|
|
- improve and test tracker authentication code (remember login/pass) (need a tracker to test this)
|
|
|
|
- support zipped torrents? (useful?)
|
2007-08-04 19:32:19 +08:00
|
|
|
- Add option for RSS customization (refresh interval, max news per RSS...)
|
2007-08-17 12:10:23 +08:00
|
|
|
- Allow to disable UPnP/NAT-PMP/LSD in options?
|
|
|
|
- Allow to automatically delete torrents when they reach a given ratio (in options) : easy
|
2007-08-18 13:56:59 +08:00
|
|
|
- Allow to limit the number of downloading torrents simultaneously (other are paused until a download finishes)
|
2007-08-29 17:22:21 +08:00
|
|
|
- Add "Mark all as read" feature for RSS
|
2007-08-29 23:13:20 +08:00
|
|
|
- Allow to customize lists refreshing interval (in options)
|
2007-09-02 20:12:51 +08:00
|
|
|
- Improve search plugin install (download drom url, choose in a list taken from plugins.qbittorrent.org)
|
2007-04-05 23:55:05 +08:00
|
|
|
|
2007-04-11 04:57:35 +08:00
|
|
|
// in v1.0.0 (partial) - WIP
|
2007-04-05 02:55:38 +08:00
|
|
|
- Check storage st creation + hasher in torrent creation
|
2007-06-17 20:15:04 +08:00
|
|
|
- Fix all (or almost all) opened bugs in bug tracker
|
2007-07-12 21:38:40 +08:00
|
|
|
- update sorting when a new torrent is added?
|
2007-08-04 19:32:19 +08:00
|
|
|
- Keep documention up to date
|
2007-07-29 23:40:11 +08:00
|
|
|
- Windows port (Chris - Peerkoel)
|
2007-09-01 18:23:39 +08:00
|
|
|
- write patches for libtorrent for file_priority(int index), actual_size() ?
|
2007-08-29 03:37:30 +08:00
|
|
|
- valgrind --tool=memcheck --leak-check=full src/qbittorrent (Looks ok)
|
2007-08-30 00:24:47 +08:00
|
|
|
- 128m 29m 16m S 4.8 2.9 0:02.28 qbittorrent
|
2007-09-01 18:23:39 +08:00
|
|
|
* beta 7
|
2007-07-31 17:41:47 +08:00
|
|
|
- Translations update (IN PROGRESS)
|
2007-07-20 22:05:39 +08:00
|
|
|
- Wait for some bug fixes in libtorrent :
|
2007-08-17 10:14:37 +08:00
|
|
|
- Number of seeds non null for finished torrent (Ticket #122)
|
2007-08-04 14:23:44 +08:00
|
|
|
|
2007-07-29 22:14:57 +08:00
|
|
|
LANGUAGES UPDATED:
|
2007-09-01 00:55:00 +08:00
|
|
|
- French *BETA6*
|
|
|
|
- English *BETA6*
|
2007-08-02 03:43:21 +08:00
|
|
|
- Japanese *BETA3*
|
2007-09-02 07:01:15 +08:00
|
|
|
- Swedish *BETA6*
|
2007-09-01 00:55:00 +08:00
|
|
|
- Slovak *BETA6*
|
2007-09-01 20:24:40 +08:00
|
|
|
- Ukrainian *BETA6*
|
2007-08-02 03:43:21 +08:00
|
|
|
- Chinese (simplified) *BETA4*
|
2007-08-04 02:20:01 +08:00
|
|
|
- Hungarian *BETA4*
|
2007-09-01 00:56:21 +08:00
|
|
|
- Italian *BETA6*
|
2007-09-02 07:05:56 +08:00
|
|
|
- Polish *BETA6*
|
2007-08-16 16:59:31 +08:00
|
|
|
- Portuguese *BETA5*
|
|
|
|
- Brazilian *BETA5*
|
2007-08-18 13:56:59 +08:00
|
|
|
- Spanish *BETA5*
|
2007-09-02 07:01:15 +08:00
|
|
|
- German *BETA6*
|
2007-09-01 05:32:30 +08:00
|
|
|
- Russian *BETA6*
|
2007-08-22 11:58:05 +08:00
|
|
|
- Korean *BETA5*
|
2007-09-01 00:55:00 +08:00
|
|
|
- Greek *BETA5*
|
|
|
|
- Dutch *BETA5*
|
|
|
|
- Romanian *BETA5*
|
2007-08-04 02:20:01 +08:00
|
|
|
|
2007-09-01 18:23:39 +08:00
|
|
|
beta6->beta7 changelog:
|
|
|
|
- FEATURE: Made search engine plugin install more reliable
|
2007-09-02 17:01:22 +08:00
|
|
|
- FEATURE: Allow to drag'n drop plugin to list for install/update
|
2007-09-01 18:23:39 +08:00
|
|
|
- BUGFIX: Updated man page / README / INSTALL
|
2007-09-02 06:57:50 +08:00
|
|
|
- BUGFIX: Paused torrents could be displayed as connected for a sec after checking
|
2007-09-02 15:58:25 +08:00
|
|
|
- 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
|