Browse Source

- Updated TODO

- Updated dependencies
adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
178a2046dc
  1. 2
      INSTALL
  2. 7
      TODO

2
INSTALL

@ -14,7 +14,7 @@ qbittorrent
will install and execute qBittorrent hopefully without any problems. will install and execute qBittorrent hopefully without any problems.
Dependencies: Dependencies:
- Qt >= 4.2 (libqt-devel, libqtgui, libqtcore, libqtnetwork) - Qt >= 4.2 (libqt-devel, libqtgui, libqtcore, libqtnetwork, libqtxml)
- libtorrent by Arvid Norberg (>= v0.12 REQUIRED) - libtorrent by Arvid Norberg (>= v0.12 REQUIRED)
-> http://libtorrent.sf.net -> http://libtorrent.sf.net

7
TODO

@ -36,12 +36,13 @@
- Use a QListWidget to allow multiple input paths - Use a QListWidget to allow multiple input paths
- Possibility to add url seeds - Possibility to add url seeds
- Add IPv6 support (at least start working on it, libtorrent seems to support it, we should limit our code to IPv4 anymore) - Add IPv6 support (at least start working on it, libtorrent seems to support it, we should limit our code to IPv4 anymore)
- UPnP support (debug, sync with next aMule release) : seems to be working! - UPnP support (debug, sync with next aMule release, move to a thread?) : seems to be working!
- Update v0.9.0 changelog after its release - Update v0.9.0 changelog after its release
- Display Url seeds in torrent properties and allow to edit them - Display Url seeds in torrent properties and allow to edit them
- Improve Ipfilter.dat parser (move to a thread ? - too slow to load qBT and more importantly options) - Improve Ipfilter.dat parser (move to a thread ? - too slow to load qBT and more importantly options)
- Use tooltips to explain options - Use tooltips to explain options
- Exit confirmation only if there are active downloads (display number of downloads) - SMARTER - Exit confirmation only if there are active downloads (display number of downloads) - SMARTER
- Make use of QNetworkInterface (could be useful ?)
- Display more info in log (UPnP successful) - Display more info in log (UPnP successful)
- Possibility to disable the trayicon - Update to libtorrent SVN (0.13)
- Use its UPnP/NAT-PMP built-in support instead of ours
- Use some Qt4.3 features if detected (optional, only Qt4.2 should be required)

Loading…
Cancel
Save