Christophe Dumez
cb7e48b2e8
- Allow to add several trackers at once
17 years ago
Christophe Dumez
0dd84c37a1
- Commit some tracker changes. Work is not completed and this is probably buggy. I will complete this later.
17 years ago
Christophe Dumez
8b576fcc50
- Attempt to fix compilation on vc++
17 years ago
Christophe Dumez
c8b944508b
- Saving trackers file only when necessary
...
- Avoid code duplication for showProperties()
17 years ago
Christophe Dumez
58c78fa6f6
- FEATURE: Real progress bar in torrent properties that displays downloaded pieces (contribution by
...
Ishan Arora)
17 years ago
Christophe Dumez
54225cd42f
- Made properties window a bit larger
...
- Remember properties window size and position on startup
17 years ago
Christophe Dumez
82e548a2fd
- Fixed a bug in torrent files filtering ( closes #158846 )
17 years ago
Christophe Dumez
a26333bc65
- BUGFIX: Now filtered don't appear on hard drive anymore (libtorrent >= r1659 REQUIRED)
...
- BUGFIX: AddInPause setting doesn't pause downloads on startup anymore
17 years ago
Christophe Dumez
8a0681744e
- Improved tracker deletion code slightly
17 years ago
Christophe Dumez
419b94f042
- A lot of improvement and bug fixes in new torrent content selection
17 years ago
Christophe Dumez
c478ba59ac
- new torrent content selection (as a tree). Merge from the new-torrent-selection branch
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
27e76962d1
- Found a way not to use FullAllocationMode list in order to save memory in cpu
17 years ago
Christophe Dumez
105563ac5a
- Fixed a bug in last commit in qBittorrentPath()
...
- Optimized float to string conversions
17 years ago
Christophe Dumez
6ecb45d661
- Code optimization using initialization lists
...
- Removed Traditional Chinese translation because we lost our translator and translation is outdated
17 years ago
Christophe Dumez
8ba1cb329d
- Improved unicode support a bit
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
04352cce3c
- Fixed bad assert
...
- Little checking before saving url seeds list
- Little optimization to make fastresume data saving faster
17 years ago
Christophe Dumez
b2867e97bf
- Updated spanish translation
17 years ago
Christophe Dumez
36e87952fa
- BUGFIX: Wait for torrent_paused_alert before reloading a torrent for full allocation mode
17 years ago
Christophe Dumez
44d61e0b9d
- Fixed overflow that caused ratio to become negative
...
- Added some more asserts so that it doesn't happen again
- Fixed waiting for paused_alert on exit in the case where a torrent was paused then resumed before we received torrent_paused_alert
18 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
99a58b9208
- Removed a useless function
...
- Stop resfreshing trackers errors in torrent properties because this is annoying when you're trying to read them
18 years ago
Christophe Dumez
7b9da8d941
- Fixed [Bug 129286] Priority is not saved while using the context menu
18 years ago
Christophe Dumez
269b59f8a2
- Updated french translation
18 years ago
Christophe Dumez
3e36cd3c46
- Update trackers edition code
...
- current tracker is now updated regularly when properties are displayed
18 years ago
Christophe Dumez
f839d6fe41
- Improved trackers errors code a lot and moved it to Bittorrent class
...
- When using startAll() command and when only some torrents are paused : already started torrents are not displayed as connecting untill next refresh anymore (they keep their current state).
18 years ago
Christophe Dumez
9cbab8d63e
-FEATURE: Url seeds are now displayed in torrent properties and are editable
...
- Broke compatibility with Qt4.2. Will fix this a bit later (in the meantime, edit properties.ui)
18 years ago
Christophe Dumez
a0e32fefd7
- Fixed compilation warnings
...
- Started work on fastresume reject alerts
18 years ago
Christophe Dumez
93938d8597
- still optimizing includes
18 years ago
Christophe Dumez
60c0049bef
- Added a popup menu to set priority for multiple files at once
18 years ago
Christophe Dumez
86a0e68f46
- Added ratio column
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
Christophe Dumez
18ec98c3fb
- Reloading a torrent only when necessary (properties, when files are filtered but full allocation mode is disabled)
18 years ago
Christophe Dumez
68b867e480
- Fixed a few other bugs in translatable strings
...
- French translation is up to date!
18 years ago
Christophe Dumez
1cff97f65d
- Bugfix: User can't empty the trackers list
18 years ago
Christophe Dumez
45d51e1d44
- The torrent size displayed now takes filtered files into consideration
18 years ago
Christophe Dumez
00afd6b635
- Implemented files prioritizing in torrent addition dialog
18 years ago
Christophe Dumez
ff3575c7ac
- Implemented files prioritizing in a torrent (Part I: Torrent Properties), still need to work on torrent addition dialog
18 years ago
Christophe Dumez
381ae195b9
- Fixed a bug in the number of finished torrents initial display
...
- Started to clean up rss.h
18 years ago
Christophe Dumez
d3eda2e8be
- Added Comboboxes in torrent properties. No usable yet but it will be very useful when we will support pieces prioritization
18 years ago
Christophe Dumez
d2d3968b8b
- Finished trackers edition
18 years ago
Christophe Dumez
1f6948d260
- Keep on working on trackers edition
18 years ago
Christophe Dumez
3467d68020
- Keep on working on trackers edition
18 years ago
Christophe Dumez
db7c7bd21a
- Added missing icons in trackers tab (torrent properties) -> still unfinished
18 years ago
Christophe Dumez
a346d49b60
- Displaying more infos about the torrent in its properties (hash, creator, comment)
...
- Preparing GUI to allow trackers list edition (Unfinished)
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