Commit graph

19 commits

Author SHA1 Message Date
Christophe Dumez
a74dc5ee35 - GTSOUL, wtf you're doing??? Committing back the new downloadThread.h 2007-07-22 03:04:47 +00:00
Arnaud Demaiziere
7edc89638f rss : show the number of NONREAD news (local test succeeded, need tests)
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
2007-07-21 19:37:10 +00:00
Christophe Dumez
1fb848e9ed - Added download from url handling in GUI (still missing: search plugin update and rss) 2007-07-20 20:18:18 +00:00
Christophe Dumez
7c8677d787 - Improved a lot downloading from url using libcommoncpp2 instead of libcurl
- TODO soon:
  - Updated configure file
	- Add url download error handling
2007-07-20 15:55:50 +00:00
Christophe Dumez
8df61db644 - Rollback to GNU GPLv2 because Qt4 is not compatible with GPLv3 :( 2007-07-14 14:31:59 +00:00
Christophe Dumez
54f9375b32 - Update to GNU GPL v3 2007-07-13 06:55:51 +00:00
Arnaud Demaiziere
1a553b00b0 rss : download icon fix, don't work so i commented it 2007-04-15 12:05:14 +00:00
Arnaud Demaiziere
1ae635a8b5 work on rss, right-click menu, refresh functions, and anticrash methods 2007-04-05 18:30:20 +00:00
Arnaud Demaiziere
6c8f0bff13 - Added a rss tab (still not functional) 2007-03-29 15:43:08 +00:00
Christophe Dumez
825c874718 deleteThread and downloadThread threads are handled better and destructed in a cleaner way 2007-03-09 18:11:43 +00:00
Christophe Dumez
84fef00349 - removed a useless sleep() 2007-03-09 17:24:32 +00:00
Christophe Dumez
bd3bde919d ** BIG COMMIT **
- 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)
2007-03-07 22:36:01 +00:00
Christophe Dumez
7e65917215 - Improved download from url 2006-12-05 02:38:02 +00:00
Christophe Dumez
1bb286f4a9 Fixed utf-8 support in paths and filenames 2006-10-25 20:35:41 +00:00
Christophe Dumez
a2c5afcf7c - display errors in stderr instead of stdout 2006-10-16 09:02:53 +00:00
Christophe Dumez
117448fb0b + - FEATURE: Now remembers filtered pieces in a torrent on restart
+    - FEATURE: Now updating pieces progress in real time in torrent properties
+    - BUGFIX: Fixed memory leaks in torrent properties
Updated italian and German translation
2006-10-06 18:07:01 +00:00
Christophe Dumez
a072247e70 - Fixed download from url function (should be a lot less buggy). It improves downloads from search engine since it uses this function
- 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.
2006-10-05 19:01:41 +00:00
Christophe Dumez
b54e40c87d - Improved download from Url (Fixed BTJunkie search engine) 2006-10-04 10:56:35 +00:00
Christophe Dumez
969a02b93e - Moved everything to trunk to create a stable branch 2006-09-30 16:02:39 +00:00