From 178a2046dcab35b993e2a0ce84b3b63ed8564f24 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 29 Mar 2007 20:40:39 +0000 Subject: [PATCH] - Updated TODO - Updated dependencies --- INSTALL | 2 +- TODO | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 087eef831..f1315d6c5 100644 --- a/INSTALL +++ b/INSTALL @@ -14,7 +14,7 @@ qbittorrent will install and execute qBittorrent hopefully without any problems. 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) -> http://libtorrent.sf.net diff --git a/TODO b/TODO index b4a3c1932..5c31f84ba 100644 --- a/TODO +++ b/TODO @@ -36,12 +36,13 @@ - Use a QListWidget to allow multiple input paths - 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) -- 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 - 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) - Use tooltips to explain options - 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) -- 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)