56 Commits (82e548a2fd12e5647400dbce5dc232a376722f51)

Author SHA1 Message Date
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
Christophe Dumez 8df61db644 - Rollback to GNU GPLv2 because Qt4 is not compatible with GPLv3 :( 17 years ago
Christophe Dumez 54f9375b32 - Update to GNU GPL v3 17 years ago
Christophe Dumez 18ec98c3fb - Reloading a torrent only when necessary (properties, when files are filtered but full allocation mode is disabled) 17 years ago
Christophe Dumez 55538934e0 A better fix for progress column sorting on restart (still untested, gtsoul please check) 17 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
Christophe Dumez 7263867f14 - Display torrent properties on double click in finished torrents list (togglepausedstate() was useless here) 18 years ago
Christophe Dumez cfe979c8dd - Updated changelog 18 years ago
Christophe Dumez 762df4b914 - Columns width are now remembered on restart for the finished torrent list 18 years ago
Christophe Dumez 30d328774f - Fixed compiling error in finishedTorrents.cpp 18 years ago
Christophe Dumez e1660e592b - Added Upload limit per torrent in finished list 18 years ago
Christophe Dumez 381ae195b9 - Fixed a bug in the number of finished torrents initial display 18 years ago