Christophe Dumez
fe70d5ecaa
- Oops was in v0.9.3 already
2007-06-12 18:30:59 +00:00
Christophe Dumez
89022a5065
- Updated Changelog (forgot this one)
2007-06-12 18:28:27 +00:00
Christophe Dumez
a0d107a0e8
- Updated changelog
2007-06-12 18:24:15 +00:00
Christophe Dumez
2196fcc911
- Supports SOCKS5 proxies as well as HTTP ones
...
- Allow to use Proxy for Trackers / Peers / Web seeds / DHT connections
- Redesigned Proxy options a little (for new features)
2007-05-13 20:02:30 +00:00
Christophe Dumez
ff70dc7c83
- Updated changelog
2007-05-02 14:04:11 +00:00
Christophe Dumez
9093f8e44a
- Proxy is now used for tracker / web seeds / peers connections
...
- Fixed the compiling errors with latest libtorrent svn
2007-05-02 13:52:29 +00:00
Christophe Dumez
ada614a956
- Updated Changelog
2007-04-12 21:43:33 +00:00
Christophe Dumez
45d51e1d44
- The torrent size displayed now takes filtered files into consideration
2007-04-12 21:28:15 +00:00
Christophe Dumez
ff3575c7ac
- Implemented files prioritizing in a torrent (Part I: Torrent Properties), still need to work on torrent addition dialog
2007-04-12 19:51:39 +00:00
Christophe Dumez
ab4ad0b114
- Use a standard QDialogButtonBox in options for better systems integration
2007-04-11 18:19:20 +00:00
Christophe Dumez
cfe979c8dd
- Updated changelog
...
- Made sorting work in the finished torrents list
2007-04-11 13:19:58 +00:00
Christophe Dumez
4473b7917b
- Fixed some bugs in rss
2007-04-05 22:38:46 +00:00
Christophe Dumez
ff0dd88ee1
- Improved a lot the torrent creation module
2007-04-04 18:55:38 +00:00
Christophe Dumez
81d05a67b3
- Window can now stay maximized on exit
2007-04-04 14:53:00 +00:00
Christophe Dumez
37027c0480
- A lot of work on "Finished torrents are moved to a new tab". It still needs improvements but most of it is working
...
- Fixed pressing return in search field to launch search
2007-04-04 12:01:32 +00:00
Christophe Dumez
c832d91f79
- Ask for exit confirmation only if the download list is not empty
2007-04-04 00:47:26 +00:00
Christophe Dumez
c6c4bc1277
- FEATURE: Search engine is now using one thread per website for faster results
2007-04-03 23:55:21 +00:00
Christophe Dumez
ab1d664f07
- Updated Changelog / Todo
...
- Fixed a title boldness in torrent properties
2007-04-02 13:22:48 +00:00
Christophe Dumez
5d0e466d6d
- Allow the user to disable systray integration
2007-03-29 19:54:45 +00:00
Christophe Dumez
b3e6f341ff
- Added RSS icon on its tab
2007-03-29 16:02:34 +00:00
Christophe Dumez
92f840519c
- Allow to change UPnP port while it is enabled
...
- Allow to change qBT style! (GTK people should like Cleanlooks style)
2007-03-28 08:05:37 +00:00
Christophe Dumez
9408e8006d
- Redesigned options
...
- Updated TODO
- Added UPnP option entry (but still not taken into consideration nor saved)
2007-03-27 20:26:07 +00:00
Christophe Dumez
ef71b122df
- Made ipfilter.dat parser less sensitive to errors
2007-03-26 14:48:01 +00:00
Christophe Dumez
d2d3968b8b
- Finished trackers edition
2007-03-25 18:39:27 +00:00
Christophe Dumez
f785888213
- Updated Changelog
2007-03-24 17:52:51 +00:00
Christophe Dumez
fd2d2ddc0b
- Added UPnP support (experimental) - taken from aMule CVS
2007-03-19 21:15:29 +00:00
Christophe Dumez
5140f42cb1
Update application style according to the system (WindowsXP, MacOS, X11)
2007-03-19 14:45:17 +00:00
Christophe Dumez
398e121d2c
- Added some windows rules to src.pro
2007-03-12 13:20:29 +00:00
Christophe Dumez
15d0315c9f
- Updated Changelog
2007-03-12 12:58:57 +00:00
Christophe Dumez
fb54c035a7
- Set DHT Port only when DHT is enabled
2007-03-10 18:20:13 +00:00
Christophe Dumez
7fac73b76d
- Updated to beta6
...
- Updated Changelog
2007-03-10 18:17:44 +00:00
Christophe Dumez
6d65ef067d
Create Options object only when necessary (to save memory)
2007-03-10 18:14:53 +00:00
Christophe Dumez
950072c696
- Search process is now stopped cleanly before exit to avoid error messages in console
2007-03-09 18:38:58 +00:00
Christophe Dumez
87f440aa9e
** I18N Commit **
...
- Better i18n thanks to dynamic text support
- Some typos fixed in translatable texts
- Provide exemples to make translators' task easier
- Update translation files
2007-03-08 22:51:52 +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
11a146a796
- Updated TODO / Changelog
...
- Added a signal to the deleteThead for future use
- Started coding of a bittorrent class to split GUI/BT (still unused)
2007-03-05 13:55:23 +00:00
Arnaud Demaiziere
8df90e2567
added autocompletion to search engine
2007-03-04 17:13:29 +00:00
Christophe Dumez
78aef3c3bc
- Implemented "Close to systray"
2007-02-24 19:23:10 +00:00
Christophe Dumez
fb9c1938ea
BUGFIX: Fix directory scanning (stop trying to download the same files several times)
2007-02-24 18:36:15 +00:00
Christophe Dumez
17d880189f
- Updated Translation files
...
- Use fileHash as ID instead of fileName so that different torrents can have the same name
- WARNING: Changed a lot of code and it may include new bugs, please report them as soon as possible.
2007-02-23 22:52:24 +00:00
Christophe Dumez
f4be28c014
- Move deletion from hard drive to a thread to avoid GUI freezing
2007-02-19 16:34:23 +00:00
Christophe Dumez
dd0b110eae
- qBittorrent now identifies its version correctly on the network
2007-01-07 14:57:26 +00:00
Christophe Dumez
9f075f5087
BUGFIX: Fixed deletion from hard drive (failed for non-empty folders)
2006-12-28 00:54:05 +00:00
Christophe Dumez
248f13099b
- Detailed PeX a little in changelog
2006-12-27 23:59:59 +00:00
Christophe Dumez
931cfb6783
- Based on libtorrent v0.12 (still unreleased, use libtorrent cvs)
...
- Added Peer Exchange (PeX)
- Display number of complete/incomplete sources in download list for each torrent
- Updated version to v0.9.0beta1
2006-12-27 23:56:30 +00:00
Christophe Dumez
4603d95e13
+ - FEATURE: Added a menu action to visit qBittorrent website
...
+ - FEATURE: Added a menu action to report a bug in qBittorrent
+ - FEATURE: User is warned when hard drive becomes full and downloads are paused
+ - FEATURE: Seeds / Leechers are displayed in download list as well as in torrent properties
+ - BUGFIX: Save directory was reset to default when filtering files in torrent
+ - BUGFIX: Force a refresh of download list when the window is shown (avoid delay)
2006-12-27 03:19:38 +00:00
Christophe Dumez
7ef2225b9e
- Updated Changelog
2006-11-28 21:36:16 +00:00
Christophe Dumez
b9c7d34532
- trunk is now v0.9.0alpha (because stable branche is now v0.8.0)
2006-10-25 21:21:02 +00:00
Christophe Dumez
1bb286f4a9
Fixed utf-8 support in paths and filenames
2006-10-25 20:35:41 +00:00
Christophe Dumez
f7140491cd
- Now user can change DHT port in options
...
- Reworked options window a little
2006-10-24 11:28:32 +00:00