Browse Source

- Updated TODO

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
98159eaa1b
  1. 22
      TODO

22
TODO

@ -5,11 +5,9 @@
// Intermediate // Intermediate
- Port on MacOS, Windows (and create an installer for Windows) - Progressing slowly - Port on MacOS, Windows (and create an installer for Windows) - Progressing slowly
- Add some transparency (menus,...) - Add some transparency (menus,...), improve look
// Harder // Harder
- Allow user to organize the downloads into categories/folders
- Display new searches in new tabs
- Display a progress bar that really displays the pieces we have (like in eMule) - Display a progress bar that really displays the pieces we have (like in eMule)
- .ico support (unsupported by Qt4.3 Free edition) - .ico support (unsupported by Qt4.3 Free edition)
@ -25,17 +23,21 @@
(http://techbase.kde.org/Development/Tutorials/D-Bus/Accessing_Interfaces) (http://techbase.kde.org/Development/Tutorials/D-Bus/Accessing_Interfaces)
- search engines customizing - search engines customizing
// in v1.2.0
- Allow user to organize the downloads into categories/folders
// in v1.1.0 // in v1.1.0
- Tabs support in search - Tabs support in search
- Have a look at libcommoncpp2 to see if it can be useful for other stuff than url downloading - Have a look at libcommoncpp2 to see if it can be useful for other stuff than url downloading
- Allow to hide columns? - Allow to hide columns?
- Allow to scan multiple directories? - Allow to scan multiple directories? (useful?)
- Web interface (turbogears?) - Web interface (turbogears? php?)
- improve and test tracker authentication code (remember login/pass) - improve and test tracker authentication code (remember login/pass) (need a tracker to test this)
- support zipped torrents? - support zipped torrents? (useful?)
- Split Download list / GUI code - Split Download list / GUI code : a bit difficult
- Add option for RSS customization (refresh interval, max news per RSS...) - Add option for RSS customization (refresh interval, max news per RSS...)
- Allow to disable UPnP in options? - Allow to disable UPnP/NAT-PMP/LSD in options?
- Allow to automatically delete torrents when they reach a given ratio (in options) : easy
// in v1.0.0 (partial) - WIP // in v1.0.0 (partial) - WIP
- Check storage st creation + hasher in torrent creation - Check storage st creation + hasher in torrent creation
@ -46,7 +48,7 @@
- wait for fastresume data on exit should be in a thread? - wait for fastresume data on exit should be in a thread?
* beta5 * beta5
- Translations update (IN PROGRESS) - Translations update (IN PROGRESS)
- Check incremental download (looks broken) - Fix preview in finished list
- Wait for some bug fixes in libtorrent : - Wait for some bug fixes in libtorrent :
- Mutex invalid argument on exit (Ticket #126) - Mutex invalid argument on exit (Ticket #126)
- Number of seeds non null for finished torrent (Ticket #122) - Number of seeds non null for finished torrent (Ticket #122)

Loading…
Cancel
Save