Christophe Dumez
aa6f6161c3
- Oups, sorry I forgot pause_all() & start_all() functions in last commit :)
...
- Updated version to v0.9.0beta4
18 years ago
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)
18 years ago
Christophe Dumez
dc89c5d381
- A lot of fixes/improvements in bittorrent class (now compiling)
...
- Half way, now I need to rewrite the GUI class to use the bittorrent class
18 years ago
Christophe Dumez
a95b1d7589
- Fixed exit from trayicon when "close to systray" is enabled
18 years ago
Arnaud Demaiziere
8df90e2567
added autocompletion to search engine
18 years ago
Christophe Dumez
3d8032a092
- Fixed deleteFromList (non permanently) -> bug introduced recently
18 years ago
Christophe Dumez
78aef3c3bc
- Implemented "Close to systray"
18 years ago
Christophe Dumez
a22afba059
- small fix in language files
18 years ago
Christophe Dumez
0aad431da6
- Fixed segfault after sorting the columns (bug recently introduced in svn)
18 years ago
Christophe Dumez
fb9c1938ea
BUGFIX: Fix directory scanning (stop trying to download the same files several times)
18 years ago
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.
18 years ago
Christophe Dumez
f4be28c014
- Move deletion from hard drive to a thread to avoid GUI freezing
18 years ago
Christophe Dumez
f017d29359
- Fixed an exception with latest libtorrent/asio on startup (filepath check)
...
- Added an option to toggle the Peer eXchange (PeX) state
18 years ago
Christophe Dumez
de7e284690
- BACK TO DEVEL (finally!)
...
- Just a small commit to change the way qBT identifies its version with the tracker
18 years ago
Christophe Dumez
dd0b110eae
- qBittorrent now identifies its version correctly on the network
18 years ago
Christophe Dumez
932df247b3
- Removed unused code
18 years ago
Christophe Dumez
9f075f5087
BUGFIX: Fixed deletion from hard drive (failed for non-empty folders)
18 years ago
Christophe Dumez
e8e1c7f91f
- Updated TODO
...
- Disabled limit of 60 connections per torrent (Download seems faster)
18 years ago
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
18 years ago
Christophe Dumez
7ce5d3f9fc
- Fixed ETA column
18 years ago
Christophe Dumez
be73c482d0
- Display "Unknown" instead of "0/0" in SEEDS/LEECHS column when the tracker doesn't send this info
18 years ago
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)
18 years ago
Christophe Dumez
92277992d3
- Passing parameters between qBT instances in a better way (socket)
18 years ago
Christophe Dumez
b54c4ae028
- Replace QMap by QHash for faster lookups
18 years ago
Christophe Dumez
0c795cce28
- Cleaned up the way columns width are remembered
18 years ago
Christophe Dumez
773c451050
- remember GUI settings in a cleaner way
18 years ago
Christophe Dumez
719ac93024
- Remember mainwindow position during last exec
18 years ago
Christophe Dumez
e4590ef431
- Added an action to delete downloads from download list and from hard drive too
18 years ago
Christophe Dumez
e9ab599260
- Remember last save directory in torrent addition dialog
18 years ago
Christophe Dumez
b93ac6f9af
- Fixed error messages display when loading a corrupted torrent file
18 years ago
Christophe Dumez
9b7b5b200b
- Attempt to fix some slots
18 years ago
Christophe Dumez
a68073a46a
- Forgot to catch an exception when the torrent is invalid
18 years ago
Christophe Dumez
937af1ae73
- Removed a duplicate debug message
18 years ago
Christophe Dumez
1bb286f4a9
Fixed utf-8 support in paths and filenames
18 years ago
Christophe Dumez
abb39d537c
- Allow user to bypass torrent addition dialog (options)
18 years ago
Christophe Dumez
f7140491cd
- Now user can change DHT port in options
...
- Reworked options window a little
18 years ago
Christophe Dumez
ee8bc5cdaf
Made right click menu work for multiple selection in DL list
18 years ago
Christophe Dumez
5373628af5
- .savepath files were not always removed
18 years ago
Christophe Dumez
52f1463cb9
- Added a torrent addition dialog (Part 1: Still unperfect but working)
18 years ago
Christophe Dumez
14cd4de2c2
- Connection status is not a button anymore
18 years ago
Christophe Dumez
affafd5dbf
- some cosmetic changes
18 years ago
Christophe Dumez
01c467c31a
- Replaced OSD messages by systray messages
18 years ago
Christophe Dumez
8b702ef622
- Based on Qt 4.2
...
- Brand new trayicon from Qt 4.2
- Updated Changelog
- Updated configure file
18 years ago
Christophe Dumez
9aaa2e9c60
- Fixed log in Qt 4.2
18 years ago
Christophe Dumez
7ea30a52f5
- Catching invalid_handle exception
18 years ago
Christophe Dumez
a2c5afcf7c
- display errors in stderr instead of stdout
18 years ago
Christophe Dumez
631a9676f4
- Fixed finished downloads state on restart
18 years ago
Christophe Dumez
df2d5fa741
- Not loading/applying options everytime we show options window anymore...
...
- Fixed ip filter
- Updated version number
- Disabled debug mode
*** Release is approaching :) ***
18 years ago
Christophe Dumez
86dfbecd2e
- Renamed some ambiguous functions
...
- Reload torrents only when we need to enable full allocation mode (not everytime we change files selection)
18 years ago
Christophe Dumez
035f2bdf18
- Selective download should be fixed
...
- updated polish translation
18 years ago