836 Commits (4c880fea09ef6c10a7590c25c8c90566176acc5c)
 

Author SHA1 Message Date
Christophe Dumez 17b8f76dda - UpdateRatio only when it is displayed 17 years ago
Christophe Dumez ea3a635d49 - Updated Greek translation 17 years ago
Christophe Dumez 2ddcaf008b - Improved ImageMagick detection and it should be able to build without it too now 17 years ago
Christophe Dumez 99268bfc06 - Added .ico support, which is really useful for RSS favicons. We use libMagick++ in order to convert ICO icons to PNG. If this library is not installed, qBittorrent will still compile but this feature will be disabled. 17 years ago
Christophe Dumez 19c606e067 - Removed outdated define 17 years ago
Christophe Dumez 057029787a - Added some asserts to check for overflows 17 years ago
Christophe Dumez 06cb5ff4c6 - Second attempt to fix Qt4.2 COMPATIBILITY 17 years ago
Christophe Dumez f67eb47f8c - Updated TODO 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 cdfaed4fb4 BUGFIX: ETA was wrong for torrents with filtered files 17 years ago
Christophe Dumez 21908e0a03 - Optimized function that transform a number of seconds to a duration(days, hours, minutes, secs) 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 29a290264e - updated resources files 17 years ago
Christophe Dumez 08a57d267b - some optimizations 17 years ago
Christophe Dumez 01df4d3c81 - Use int instead of short where possible 17 years ago
Christophe Dumez 6ecb45d661 - Code optimization using initialization lists 17 years ago
Christophe Dumez c6b25e5f79 - Should fix compatibility with Qt4.2 17 years ago
Christophe Dumez 39feb335a4 BUGFIX: Display the torrent that are being checked as 'checking' in seeding list 17 years ago
Christophe Dumez b90012e431 - Updated TODO 17 years ago
Christophe Dumez 71599c0f9f - Made finished list menu more similar to the download list one 17 years ago
Christophe Dumez 20a8b3f418 - Updated language files 17 years ago
Christophe Dumez 3b03b385f3 - removed some useless includes 17 years ago
Christophe Dumez c7592a6dc8 - prevent downloadFromUrl flooding 17 years ago
Christophe Dumez 8f7de730cc - Added some more torrent_handle checking to be sure we don't use invalid ones 17 years ago
Christophe Dumez e4795cd64b - removed bad assert 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 89ecdca5e7 Compile with -O2 in release mode and -O1 in debug mode 17 years ago
Christophe Dumez 1bfc181cb2 - Better handing of .finished files (bittorrent class level instead of GUI level) 17 years ago
Christophe Dumez 124fa3c8ed BUGFIX: Showing checking progress for paused torrents too 17 years ago
Christophe Dumez 28294efadf - Check if the hash read from the filename and from the torrent are the same and don't add it if it is different. Safer 17 years ago
Christophe Dumez 829c358f10 - fixed some bugs introduced recently 17 years ago
Christophe Dumez 35a9fab3b4 - Check if priorities file exists before trying to read it to avoid a warning message 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 7dc7cea31b - Updated TODO. GUI splitting was planned for v1.1.0 but it is already in v1.0.0beta6 after all :) 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 36e2cb6f68 - Updated TODO 17 years ago
Christophe Dumez cebb5fc1fe - dropped Threaded branch 17 years ago
Christophe Dumez 1ad2495896 - Updated polish translation 17 years ago
Christophe Dumez e82cb2188e - Made torrent deletion from hard-drive safer 17 years ago
Christophe Dumez 680f6409d8 - beta5 release 17 years ago
Christophe Dumez cfacac7dbf - Add torrents in pause before applying settings to avoid race conditions 17 years ago
Christophe Dumez 8ce1a4c3df - Updated Korean translation 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 4c5c1d49c2 - Updated german translation 17 years ago