256 Commits (9ca02aad88aa9593a0602ee4504155cd5162bc94)

Author SHA1 Message Date
Christophe Dumez 8ea34135e4 - BUGFIX: Catching DHT exception in case there is a problem 17 years ago
Christophe Dumez 03719cbb87 - Simplified code 17 years ago
Christophe Dumez dea9237aa0 - BUGFIX: Fixed minimize to tray feature 17 years ago
Christophe Dumez 26a4040003 - BUGFIX: Fixed "Missing Input path" error when creating a torrent 17 years ago
Christophe Dumez 00dbf7ba38 - Updated italian and korean translations 17 years ago
Christophe Dumez 76047f4ef2 - Fixed transfers list interval setting 17 years ago
Christophe Dumez 4c880fea09 - Improved tooltip title style 17 years ago
Christophe Dumez a0e895641c - Improved systray tooltip a little 17 years ago
Christophe Dumez 484f1c36c9 - Improved systray style 17 years ago
Christophe Dumez c4d143c2c0 - Added some RSS preferences 17 years ago
Christophe Dumez f4d5ceb3c4 - Fixed a unit problem in last commit 17 years ago
Christophe Dumez 70beef9f94 - FEATURE: Added an option to display current transfer speeds in title bar 17 years ago
Christophe Dumez 862d24ac48 - FEATURE: Added an option to automatically delete torrents when they reach a given ratio (>= 1.0) 17 years ago
Christophe Dumez 078c80c81d - FEATURE: Added an option to set the max number of connections per torrent 17 years ago
Christophe Dumez cd70843ee9 - Totally redesigned program preferences 17 years ago
Christophe Dumez 9f36d521a4 - BUGFIX: Fixed deprecation warning with latest libtorrent svn 17 years ago
Christophe Dumez 3e783873ec - BUGFIX: Made pause/resume all function affect both (dl/up) tabs when window is hidden 17 years ago
Christophe Dumez 1b93f4eaf1 - Fixed a little bug in last commit 17 years ago
Christophe Dumez 685ceafc5b - second attempt for drag n drop 17 years ago
Christophe Dumez cf6128a222 - Fixed drag'ndrop on non-KDE systems 17 years ago
Christophe Dumez 1918969e28 - Updated RSS icon with one from Oxygen (KDE4 icons) 17 years ago
Christophe Dumez 2c27f952e2 - FEATURE: Allow to drag'n drop plugin to list for install/update 17 years ago
Christophe Dumez b7fd7d9837 - Fixed memory leak in GUI 17 years ago
Christophe Dumez a9f1bd4f74 - Refresh list every 1500ms instead of 2000ms 17 years ago
Christophe Dumez 17b8f76dda - UpdateRatio only when it is displayed 17 years ago
Christophe Dumez 105563ac5a - Fixed a bug in last commit in qBittorrentPath() 17 years ago
Christophe Dumez c064e5877c - Optimised GUI class a little 17 years ago
Christophe Dumez 08a57d267b - some optimizations 17 years ago
Christophe Dumez 6ecb45d661 - Code optimization using initialization lists 17 years ago
Christophe Dumez 3b03b385f3 - removed some useless includes 17 years ago
Christophe Dumez fd2ee35e92 - Do not save torrent related info in class destruction, this is too dangerous 17 years ago
Christophe Dumez 8404eec301 - Force progress update in download list before calling sort function to make it more reliable 17 years ago
Christophe Dumez cc252fc70a - Fix progress column delayed sorting 17 years ago
Christophe Dumez 4e2ebe5a69 - Fixed torrent switching to finished tab 17 years ago
Christophe Dumez 366d5108c4 - I thought there was a memory leak here but it crashes when I delete it so.. 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 6ee9152b21 - Handling progress bar text painting ourselves because some styles really don't handle it well (cleanlooks...) 17 years ago
Christophe Dumez d8dd509a7b - Updated Russian translation 17 years ago
Christophe Dumez 8ba1cb329d - Improved unicode support a bit 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 a01c7e2c60 - Improved finished torrents code a little 17 years ago
Christophe Dumez 2bf0aba48a - improved some asserts for progress checking 17 years ago
Christophe Dumez 5066819c58 - Added some more assert to be sure progress value is under 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 2ce097ec77 - Fixed keyboard shortcuts for third tab (closes #127942) 17 years ago
Christophe Dumez b2867e97bf - Updated spanish translation 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 55834ba5db - Fixed session ratio value: was either 10. or 1. (closes #133026) 17 years ago