rss : clean the file rss.h
rss : display the site favicon (local test succeeded, need tests)
bug that i've noticed but not fixed :
_ something create qt_temp files without delete them
_ in dl list, columns disappear
- Fixed a bug in options (scan dir widget were not initialized well, still disabled when they shouldn't)
- Fixed a bug in scan dir (doesn't display torrent addition dialog several times for the same torrent if we don't close the dialog before next scan refresh
- Splitted GUI from Bittorrent, lot of code rewritten and optimized. Code changed so much that we will spend the next few days squashing eventual new bugs ;)
- We don't use the hash table to store the torrent handles anymore because libtorrent is already doing it for us (save memory)
+ - FEATURE: Now updating pieces progress in real time in torrent properties
+ - BUGFIX: Fixed memory leaks in torrent properties
Updated italian and German translation
- Removed torrentReactor search engine (hopefully temporarilly) because I can't manage to download from their links using libcurl
- When HTTP response code is 500 (5xx in fact: too busy), downloader will retry 10 times every second.