2006-09-30 20:02:39 +04:00
|
|
|
// Easy
|
|
|
|
- Translations into as many languages as possible
|
2007-08-09 09:03:06 +04:00
|
|
|
- Use Launchpad/Rosetta for translations once it supports TS files
|
2006-09-30 20:02:39 +04:00
|
|
|
|
|
|
|
// Intermediate
|
2007-09-01 14:23:39 +04: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-09-30 20:02:39 +04:00
|
|
|
|
|
|
|
// Harder
|
2007-09-01 14:23:39 +04:00
|
|
|
- Display a progress bar that really represents the pieces we have (like in eMule)
|
2007-09-04 02:33:37 +04:00
|
|
|
- Torrent scheduler ala µtorrent/Bitcomet
|
2006-12-27 06:19:38 +03:00
|
|
|
|
|
|
|
// Waiting for libtorrent
|
|
|
|
- File selection in a torrent in compact mode
|
2007-09-01 14:23:39 +04:00
|
|
|
- Allow to prioritize torrents (may code this in qBittorrent?)
|
2006-09-30 20:02:39 +04:00
|
|
|
|
|
|
|
// Unsure
|
2007-09-04 02:33:37 +04:00
|
|
|
- Display the peers we are connected to for each torrent with infos (like flag, dl/up speeds, ...)
|
2006-09-30 20:02:39 +04:00
|
|
|
- Azureus spoofing to prevent ban from trackers?
|
2007-03-05 16:55:23 +03:00
|
|
|
- Option to shutdown computer when downloads are finished
|
2007-09-02 16:12:51 +04:00
|
|
|
- Display hard drive space left?
|
2007-07-12 17:38:40 +04: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 16:12:51 +04: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-09-30 20:02:39 +04:00
|
|
|
|
2007-08-17 08:10:23 +04:00
|
|
|
// in v1.2.0
|
2007-09-01 14:23:39 +04:00
|
|
|
- Allow user to organize the downloads into categories/folders?
|
2007-08-17 08:10:23 +04:00
|
|
|
|
2007-04-12 23:51:39 +04:00
|
|
|
// in v1.1.0
|
2007-04-05 19:55:05 +04:00
|
|
|
- Tabs support in search
|
2007-07-27 17:58:12 +04:00
|
|
|
- Allow to hide columns?
|
2007-08-17 08:10:23 +04:00
|
|
|
- Allow to scan multiple directories? (useful?)
|
2007-09-01 14:23:39 +04:00
|
|
|
- Web interface (turbogears? php? python?)
|
|
|
|
* Webserver? Try to write a webserver as a plugin for qBittorrent in Python
|
2007-09-01 16:24:40 +04:00
|
|
|
* http://fragments.turtlemeat.com/pythonwebserver.php
|
2007-08-17 08:10:23 +04:00
|
|
|
- improve and test tracker authentication code (remember login/pass) (need a tracker to test this)
|
|
|
|
- support zipped torrents? (useful?)
|
2007-08-04 15:32:19 +04:00
|
|
|
- Add option for RSS customization (refresh interval, max news per RSS...)
|
2007-08-17 08:10:23 +04: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 09:56:59 +04:00
|
|
|
- Allow to limit the number of downloading torrents simultaneously (other are paused until a download finishes)
|
2007-08-29 19:13:20 +04:00
|
|
|
- Allow to customize lists refreshing interval (in options)
|
2007-09-02 16:12:51 +04:00
|
|
|
- Improve search plugin install (download drom url, choose in a list taken from plugins.qbittorrent.org)
|
2007-09-04 02:33:37 +04:00
|
|
|
- Display the number of DHT node if possible
|
|
|
|
- Allow to change action on double-click
|
|
|
|
-> in download list
|
|
|
|
-> in seeding list
|
2007-04-05 19:55:05 +04:00
|
|
|
|
2007-04-11 00:57:35 +04:00
|
|
|
// in v1.0.0 (partial) - WIP
|
2007-06-17 16:15:04 +04:00
|
|
|
- Fix all (or almost all) opened bugs in bug tracker
|
2007-09-04 02:33:37 +04:00
|
|
|
- Add an option 'Automatically update search plugins'
|
|
|
|
- Add an option 'Display current speed in title bar'
|
|
|
|
- Improve systray tooltip
|
|
|
|
- Use tooltips in options to explain
|
2007-08-04 15:32:19 +04:00
|
|
|
- Keep documention up to date
|
2007-07-29 19:40:11 +04:00
|
|
|
- Windows port (Chris - Peerkoel)
|
2007-09-01 14:23:39 +04:00
|
|
|
- write patches for libtorrent for file_priority(int index), actual_size() ?
|
2007-08-28 23:37:30 +04:00
|
|
|
- valgrind --tool=memcheck --leak-check=full src/qbittorrent (Looks ok)
|
2007-08-29 20:24:47 +04:00
|
|
|
- 128m 29m 16m S 4.8 2.9 0:02.28 qbittorrent
|
2007-09-01 14:23:39 +04:00
|
|
|
* beta 7
|
2007-09-04 08:18:51 +04:00
|
|
|
- Add "Mark all as read" feature for RSS
|
2007-09-03 21:18:31 +04:00
|
|
|
- update doc for plugins (and add screenies)
|
|
|
|
- Redesign options (fully)
|
|
|
|
- Review torrent content selection
|
|
|
|
* check the one in ktorrent
|
2007-07-31 13:41:47 +04:00
|
|
|
- Translations update (IN PROGRESS)
|
2007-08-04 10:23:44 +04:00
|
|
|
|
2007-07-29 18:14:57 +04:00
|
|
|
LANGUAGES UPDATED:
|
2007-08-31 20:55:00 +04:00
|
|
|
- French *BETA6*
|
|
|
|
- English *BETA6*
|
2007-08-01 23:43:21 +04:00
|
|
|
- Japanese *BETA3*
|
2007-09-02 03:01:15 +04:00
|
|
|
- Swedish *BETA6*
|
2007-08-31 20:55:00 +04:00
|
|
|
- Slovak *BETA6*
|
2007-09-01 16:24:40 +04:00
|
|
|
- Ukrainian *BETA6*
|
2007-08-01 23:43:21 +04:00
|
|
|
- Chinese (simplified) *BETA4*
|
2007-09-04 02:05:40 +04:00
|
|
|
- Hungarian *BETA6*
|
2007-08-31 20:56:21 +04:00
|
|
|
- Italian *BETA6*
|
2007-09-02 03:05:56 +04:00
|
|
|
- Polish *BETA6*
|
2007-08-16 12:59:31 +04:00
|
|
|
- Portuguese *BETA5*
|
|
|
|
- Brazilian *BETA5*
|
2007-08-18 09:56:59 +04:00
|
|
|
- Spanish *BETA5*
|
2007-09-02 03:01:15 +04:00
|
|
|
- German *BETA6*
|
2007-09-01 01:32:30 +04:00
|
|
|
- Russian *BETA6*
|
2007-08-22 07:58:05 +04:00
|
|
|
- Korean *BETA5*
|
2007-09-03 21:18:31 +04:00
|
|
|
- Greek *BETA6*
|
2007-08-31 20:55:00 +04:00
|
|
|
- Dutch *BETA5*
|
|
|
|
- Romanian *BETA5*
|
2007-09-03 21:18:31 +04:00
|
|
|
- Bulgarian *BETA6*
|
2007-08-03 22:20:01 +04:00
|
|
|
|
2007-09-01 14:23:39 +04:00
|
|
|
beta6->beta7 changelog:
|
|
|
|
- FEATURE: Made search engine plugin install more reliable
|
2007-09-02 13:01:22 +04:00
|
|
|
- FEATURE: Allow to drag'n drop plugin to list for install/update
|
2007-09-03 21:18:31 +04:00
|
|
|
- FEATURE: Added some search plugins to http://plugins.qbittorrent.org
|
2007-09-04 02:05:40 +04:00
|
|
|
- FEATURE: Added zip support in search plugins manager (can put .py & .png inside)
|
2007-09-04 08:18:51 +04:00
|
|
|
- FEATURE: Redesigned torrent creation dialog
|
|
|
|
- FEATURE: Allow to set piece size when creating a torrent
|
2007-09-04 02:52:58 +04:00
|
|
|
- BUGFIX: In torrent content, it is now easier to filter all torrents using right click menu
|
2007-09-01 14:23:39 +04:00
|
|
|
- BUGFIX: Updated man page / README / INSTALL
|
2007-09-02 02:57:50 +04:00
|
|
|
- BUGFIX: Paused torrents could be displayed as connected for a sec after checking
|
2007-09-02 11:58:25 +04: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
|
2007-09-02 17:06:42 +04:00
|
|
|
- BUGFIX: Fixed drag'n drop on non-KDE systems
|
2007-09-02 18:42:09 +04:00
|
|
|
- BUGFIX: Fixed log context menu position
|
2007-09-02 18:57:07 +04:00
|
|
|
- BUGFIX: Made pause/resume all function affect both (dl/up) tabs when window is hidden
|
2007-09-02 21:03:33 +04:00
|
|
|
- BUGFIX: Fixed torrent create (can only one file or one folder)
|
2007-09-03 21:45:16 +04:00
|
|
|
- BUGFIX: the function that set the rows color doesn't handle hidden columns anymore
|
|
|
|
- BUGFIX: improved search engine plugin manager code and fixed bugs
|
2007-09-04 02:59:46 +04:00
|
|
|
- BUGFIX: Dropped Qt4.2 support, becomes too difficult to maintain
|
2007-09-04 08:18:51 +04:00
|
|
|
- BUGFIX: Fixed deprecation warning with latest libtorrent svn
|
2007-09-02 18:42:09 +04:00
|
|
|
- COSMETIC: Improved some icons
|