71 Commits (1cadf73a40ae08f5732bff12c304e76d31ea1e35)

Author SHA1 Message Date
Christophe Dumez fcf430eb7b - Updated language files 16 years ago
Christophe Dumez d916bfd73e - Ask if we want to redownload a torrent if its content gets deleted from hard drive (patch from e-stealth) 16 years ago
Christophe Dumez 5af8bddc16 - Web interface by Ishan Arora 17 years ago
Christophe Dumez b2950afd5c - FEATURE: Allow to buy downloads using ShareMonkey 17 years ago
Christophe Dumez b24a1e9123 - COSMETIC: Do not display progress bar in seeding list (always 100%) 17 years ago
Christophe Dumez c4b7622a17 - Do not compute data for hidden columns in order to save CPU 17 years ago
Christophe Dumez a91d2028d8 - Rewrote part of Arnaud's code for column hiding to debug and optimize it 17 years ago
Christophe Dumez adea644c04 - Removed "Resize all columns" action 17 years ago
Arnaud Demaiziere 0d90ad8f7c bufixes on hidden columns in transfert lists 17 years ago
Christophe Dumez be34bed61a - Fixed compilation warning 17 years ago
Christophe Dumez c8b944508b - Saving trackers file only when necessary 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 17 years ago
Christophe Dumez 24dced2411 - BUGFIX: the function that set the rows color doesn't handle hidden columns anymore 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 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 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 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% 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) 17 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) 17 years ago
Christophe Dumez 80fa44f8bb - It is not possible to pause torrents in finished tab (closes #129498) 17 years ago
Christophe Dumez b0f3cdad5d - Improved a lot the download list delegate 17 years ago
Christophe Dumez 7f89b30190 - Fixed a compiling error 17 years ago
Christophe Dumez 6951619c04 - Improved updateDlList code 17 years ago
Christophe Dumez c19937cf98 - removed some useless debug 17 years ago
Christophe Dumez f839d6fe41 - Improved trackers errors code a lot and moved it to Bittorrent class 17 years ago
Christophe Dumez 4e4b0ed9ff - Reverted a previous commit. Transfer lists refreshers aren't in separate threads anymore: too buggy 17 years ago
Christophe Dumez 95fc9e3a72 Fix last commit 17 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. 17 years ago
Christophe Dumez 93938d8597 - still optimizing includes 17 years ago
Christophe Dumez 0db60065c0 - Removed useless mutex in GUI 17 years ago
Christophe Dumez 53d2bc34fc - fixed minor code error in finishedList 17 years ago
Christophe Dumez a27e7e1b9e - Lightened finished list code 17 years ago
Christophe Dumez 325a588526 - Fixed some signals/slots (safer) 17 years ago
Christophe Dumez 86a0e68f46 - Added ratio column 17 years ago