Christophe Dumez
be34bed61a
- Fixed compilation warning
17 years ago
Christophe Dumez
c8b944508b
- Saving trackers file only when necessary
...
- Avoid code duplication for showProperties()
17 years ago
Arnaud Demaiziere
b8200fd7b2
feature : allow to hide/show columns
17 years ago
Christophe Dumez
c580285fe8
- Allow to open destination folder on right click on a torrent
17 years ago
Christophe Dumez
5b6166ee15
- Simplified file preview using QDesktopServices
17 years ago
Arnaud Demaiziere
a329a59719
- Start minimized option in program preferences
...
17 years ago
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
24dced2411
- BUGFIX: the function that set the rows color doesn't handle hidden columns anymore
...
- BUGFIX: improved search engine plugin manager code and fixed bugs
17 years ago
Christophe Dumez
ab588b741e
Paused torrents could be displayed as connected for a sec after checking
17 years ago
Christophe Dumez
7921adbcf9
- Cleaned torrent progress asserts
17 years ago
Christophe Dumez
63334ea6fb
- Optimized a lot torrent real size calculation
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
39feb335a4
BUGFIX: Display the torrent that are being checked as 'checking' in seeding list
17 years ago
Christophe Dumez
71599c0f9f
- Made finished list menu more similar to the download list one
...
- Fixed Start/Pause actions in lists context menus
17 years ago
Christophe Dumez
1bfc181cb2
- Better handing of .finished files (bittorrent class level instead of GUI level)
17 years ago
Christophe Dumez
4e2ebe5a69
- Fixed torrent switching to finished tab
17 years ago
Christophe Dumez
32c330092a
- Merged splitGUI branch, GUI and download tab are now splitted. Code is a lot cleaner and easier to understand. I also fixed some bugs I found on the way :)
17 years ago
Christophe Dumez
a28160bcaa
- Fixed a bug when deleting a torrent from finished list (just introduced)
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
a4a98e3ada
- Added some checking before adding torrents to finished/download lists to avoid duplicate in some circumstances
17 years ago
Christophe Dumez
2bf0aba48a
- improved some asserts for progress checking
17 years ago
Christophe Dumez
7030f85826
- Added an assert to check that progress value is < 100%
...
- Modified a test due to a bug in libtorrent for #133480
17 years ago
Christophe Dumez
5231f5a22b
- Rewrote a lot of code concerning finishedTorrents code. It was optimized and should be safer too
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
8b26b7fd48
- BUGFIX: Fixed progress column delayed sorting (after torrent finished checking)
18 years ago
Christophe Dumez
1c0e890252
- Fixed columns width in transfers list (problem was caused by the hidden "hash" column that didn't have a null size)
18 years ago
Christophe Dumez
80fa44f8bb
- It is not possible to pause torrents in finished tab ( closes #129498 )
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
7f89b30190
- Fixed a compiling error
18 years ago
Christophe Dumez
6951619c04
- Improved updateDlList code
...
- Added some ASSERTS
18 years ago
Christophe Dumez
c19937cf98
- removed some useless debug
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
4e4b0ed9ff
- Reverted a previous commit. Transfer lists refreshers aren't in separate threads anymore: too buggy
18 years ago
Christophe Dumez
95fc9e3a72
Fix last commit
18 years ago
Christophe Dumez
2ab7f6f923
- Transfer lists refreshers were moved to separate threads to improve GUI responsiveness. Please report any problem (like mutex deadlocks in console output) or crashes.
18 years ago
Christophe Dumez
93938d8597
- still optimizing includes
18 years ago
Christophe Dumez
0db60065c0
- Removed useless mutex in GUI
...
- started to optimize headers includes for compilation speed
18 years ago
Christophe Dumez
53d2bc34fc
- fixed minor code error in finishedList
18 years ago
Christophe Dumez
a27e7e1b9e
- Lightened finished list code
...
- Fixed properties slots connects in finished list
- Fixed columns width in finished list
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
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
55538934e0
A better fix for progress column sorting on restart (still untested, gtsoul please check)
18 years ago
Christophe Dumez
5e73539393
- fixed delete permanently in finished list
18 years ago
Christophe Dumez
6802e22f7e
- Improved a lot switching between tabs
18 years ago
Christophe Dumez
5fc754520a
- small fix in finished list
18 years ago
Christophe Dumez
9c83c195e3
- Fixed some slots bindings in finished list
18 years ago
Christophe Dumez
cf2bc1e980
- removed ETA & DL speed columns in finished torrents list
18 years ago