80 Commits (0e7c16901c11876cb55f3b9441de9592b8ce3bbc)

Author SHA1 Message Date
Christophe Dumez f0049f1dae - Removed logging panel for now. It will be replaced by a seperate dialog in order to simplify the default UI. 16 years ago
Christophe Dumez a622152747 - Make use of h.is_seed() instead of h.progress() == 1. 16 years ago
Christophe Dumez ba06affec7 - Fixed priority column sorting 16 years ago
Christophe Dumez 4e05b62bbe - Priority column fixes 16 years ago
Christophe Dumez 1aedd97d4d - Progress calculation patch 16 years ago
Christophe Dumez ff26ea94f5 - Queued torrents are now identified in Web UI 17 years ago
Christophe Dumez bf7b11d87d - Fixed menus vertical alignement 17 years ago
Christophe Dumez 5fef86ec18 - Upload queueing should now work a lot better :) 17 years ago
Christophe Dumez 20ae3d997c - extending Queueing system to seeding list (unfinished) 17 years ago
Christophe Dumez fcf430eb7b - Updated language files 17 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) 17 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. 18 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 18 years ago
Christophe Dumez 7f89b30190 - Fixed a compiling error 18 years ago
Christophe Dumez 6951619c04 - Improved updateDlList code 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 18 years ago