Christophe Dumez
cd70843ee9
- Totally redesigned program preferences
...
- Added some options, the following are already implemented:
* Start/Stop LSD/NAT-PMP/UPnP
* Force preallocation of all files
* Force new torrents status to pause
- Other new features are going to be implemented soon
17 years ago
Christophe Dumez
cb8ecb74bf
- Fixed a bug introduced recently in torrent addition dialog
17 years ago
Christophe Dumez
54516ac231
- In torrent content selection, check if all files are filtered before saving and display an error if it is the case. I removed this checking on right click menu in case people want to filter all torrents, then add one, then save.
17 years ago
Christophe Dumez
c9925eddb6
- Big code cleanup
...
- Added a Qwrapper for torrent_handle to make code more readable
17 years ago
Christophe Dumez
13f21ef6cd
- Make use of new torrent_checked_alert that was just included in libtorrent. This allowed to improve torrent that just finished checking handling and progress column sorting. Also allowed to optimize cpu/memory usage a little.
17 years ago
Christophe Dumez
57b4a7150a
- Prevent users from filtering all the files in a torrent using right-click menu (combobox was ok)
18 years ago
Christophe Dumez
d04b9a7f02
- Fixed color when filtering files using right-click menu in torrent properties and torrent addition dialog
18 years ago
Christophe Dumez
b0f3cdad5d
- Improved a lot the download list delegate
...
- Replaced Qt::TextColorRole by Qt::ForegroundRole because it is deprecated
18 years ago
Christophe Dumez
325a588526
- Fixed some signals/slots (safer)
...
- Forgot to remove temp file when the file was downloaded from an url (rare occasions)
18 years ago
Christophe Dumez
4c9d1db9d5
- Fixed popup menu position in last commit
18 years ago
Christophe Dumez
8fdd614673
- Added popup menu for file priorities in torrent addition dialog too
18 years ago
Christophe Dumez
8df61db644
- Rollback to GNU GPLv2 because Qt4 is not compatible with GPLv3 :(
18 years ago
Christophe Dumez
54f9375b32
- Update to GNU GPL v3
18 years ago
Arnaud Demaiziere
dcc54a7f35
fixed addtorrent signal, add bool onstartup to connect methods
18 years ago
Christophe Dumez
9885169baf
- Updated translation files
...
- Fixed column width in torrent addition dialog
18 years ago
Christophe Dumez
00afd6b635
- Implemented files prioritizing in torrent addition dialog
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
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
773c451050
- remember GUI settings in a cleaner way
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
a68073a46a
- Forgot to catch an exception when the torrent is invalid
18 years ago
Christophe Dumez
1bb286f4a9
Fixed utf-8 support in paths and filenames
18 years ago
Christophe Dumez
64369b60b7
- Added a right click menu to (un)select files in torrent addition dialog
18 years ago
Christophe Dumez
52f1463cb9
- Added a torrent addition dialog (Part 1: Still unperfect but working)
18 years ago