diff --git a/Changelog b/Changelog index dd3242cc3..7cbb29462 100644 --- a/Changelog +++ b/Changelog @@ -8,7 +8,7 @@ - COSMETIC: Redesigned options a little - COSMETIC: Display more logs messages concerning features -* Unknown - Christophe Dumez - v0.9.0 +* Sun Apr 01 2007 - Christophe Dumez - v0.9.0 - FEATURE: Based on libtorrent v0.12 - FEATURE: Based on Qt4.2 - FEATURE: Brand new trayicon from Qt4.2 @@ -37,6 +37,7 @@ - BUGFIX: Let libtorrent store the torrent handles (save memory) - BUGFIX: Set DHT Port only when DHT is enabled - BUGFIX: Made ipfilter.dat parser less sensitive to errors + - BUGFIX: Bring main window to foreground when asking for exit confirmation - I18N: Added Danish translation - I18N: Better internationalization thanks to dynamic text support - COSMETIC: Replaced OSD messages by Qt4.2 systray messages diff --git a/TODO b/TODO index 5c31f84ba..a95c2930b 100644 --- a/TODO +++ b/TODO @@ -37,12 +37,11 @@ - 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, 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 -- Display more info in log (UPnP successful) +- Display more info in log (UPnP) - 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) + - Use its piece prioritization support diff --git a/src/misc.h b/src/misc.h index d224bcf20..903db023e 100644 --- a/src/misc.h +++ b/src/misc.h @@ -198,7 +198,7 @@ class misc : public QObject{ // Take a number of seconds and return an user-friendly // time duration like "1d 2h 10m". static QString userFriendlyDuration(const long int seconds){ - if(seconds < 0){ + if(seconds <= 0){ return QString::QString(tr("Unknown")); } if(seconds < 60){ diff --git a/src/properties.ui b/src/properties.ui index acc230a16..875faef77 100644 --- a/src/properties.ui +++ b/src/properties.ui @@ -71,6 +71,12 @@ + + + 75 + true + + Torrent infos