Commit graph

  • 10a13195b3 - Updated dutch translation Christophe Dumez 2007-08-30 13:46:42 +00:00
  • 0f34a98350 - Updated dutch translator Christophe Dumez 2007-08-30 13:36:47 +00:00
  • 59279aa43a - Ok. Jarek confirmed that Qt4.2 compatibility is back :) Christophe Dumez 2007-08-30 11:04:51 +00:00
  • 11198208eb - Updated TODO Christophe Dumez 2007-08-30 10:36:46 +00:00
  • 4a2c7efb27 FEATURE: Replaced Meganova search engine by TorrentReactor Christophe Dumez 2007-08-30 10:25:27 +00:00
  • 3ea344cb2e attempt to fix toolbar with Qt4.2 Christophe Dumez 2007-08-30 06:48:47 +00:00
  • dff33dbfb1 - Should fix a layout problem with the infoBar and Qt4.2 (need confirmation) Christophe Dumez 2007-08-29 19:03:53 +00:00
  • ed6cad6d1b - Updated TODO Christophe Dumez 2007-08-29 16:24:47 +00:00
  • b582ec9480 - BUGFIX: Do not store and calculate ETA values for paused torrents Christophe Dumez 2007-08-29 16:23:37 +00:00
  • b5ccf05541 - BUGFIX: Do not store and calculate ETA values for finished torrents Christophe Dumez 2007-08-29 16:15:11 +00:00
  • b3c5e6cfa2 - Store less ETA values for each torrent in order to save memory Christophe Dumez 2007-08-29 16:11:24 +00:00
  • 229927bbe9 - BUGFIX: Fixed file preview and improved previewable files detection Christophe Dumez 2007-08-29 16:07:37 +00:00
  • 495d6f2bab - Save less trackers errors to save memory Christophe Dumez 2007-08-29 15:13:20 +00:00
  • a9f1bd4f74 - Refresh list every 1500ms instead of 2000ms Christophe Dumez 2007-08-29 15:05:57 +00:00
  • 73c247fe10 BUGFIX: Fixed pause state toggle for paused and checking torrents Christophe Dumez 2007-08-29 15:04:30 +00:00
  • bd84cb197f - little optimization for torrentstopauseafterchecking Christophe Dumez 2007-08-29 15:00:31 +00:00
  • 57309c7d82 - Do not save paused torrents in a list anymore to save some memory Christophe Dumez 2007-08-29 14:54:03 +00:00
  • 27e76962d1 - Found a way not to use FullAllocationMode list in order to save memory in cpu Christophe Dumez 2007-08-29 14:30:30 +00:00
  • db6180b737 - Little hint for windows Christophe Dumez 2007-08-29 14:05:59 +00:00
  • 6918aba90c - Use "Magick++-config --libs" to get linking libs instead of pkg-config because some distros (like Mandriva) do not provide ImageMagick++.pc Christophe Dumez 2007-08-29 14:04:45 +00:00
  • 17b8f76dda - UpdateRatio only when it is displayed - Resample favicon to 16x16 before displaying it for better quality - Updated TODO Christophe Dumez 2007-08-29 13:45:51 +00:00
  • ea3a635d49 - Updated Greek translation Christophe Dumez 2007-08-29 12:57:00 +00:00
  • 2ddcaf008b - Improved ImageMagick detection and it should be able to build without it too now Christophe Dumez 2007-08-29 10:20:39 +00:00
  • 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. Christophe Dumez 2007-08-29 09:22:21 +00:00
  • 19c606e067 - Removed outdated define Christophe Dumez 2007-08-29 06:35:47 +00:00
  • 057029787a - Added some asserts to check for overflows - Removed a useless functions (was used for debug) - Fixed 2 warnings in createTorrent.ui - Improved CXX_FLAGS in src.pro Christophe Dumez 2007-08-29 06:33:27 +00:00
  • 06cb5ff4c6 - Second attempt to fix Qt4.2 COMPATIBILITY Christophe Dumez 2007-08-29 03:58:01 +00:00
  • f67eb47f8c - Updated TODO Christophe Dumez 2007-08-28 19:37:30 +00:00
  • 7921adbcf9 - Cleaned torrent progress asserts Christophe Dumez 2007-08-28 19:22:05 +00:00
  • 63334ea6fb - Optimized a lot torrent real size calculation Christophe Dumez 2007-08-28 19:10:35 +00:00
  • cdfaed4fb4 BUGFIX: ETA was wrong for torrents with filtered files Christophe Dumez 2007-08-28 18:49:45 +00:00
  • 21908e0a03 - Optimized function that transform a number of seconds to a duration(days, hours, minutes, secs) - Improved ETA calculation to avoid overflows (Added asserts to make sure it doesn't happen) Christophe Dumez 2007-08-28 18:44:54 +00:00
  • 105563ac5a - Fixed a bug in last commit in qBittorrentPath() - Optimized float to string conversions Christophe Dumez 2007-08-28 18:05:20 +00:00
  • c064e5877c - Optimised GUI class a little Christophe Dumez 2007-08-28 17:33:00 +00:00
  • 29a290264e - updated resources files Christophe Dumez 2007-08-28 17:05:12 +00:00
  • 08a57d267b - some optimizations Christophe Dumez 2007-08-28 17:03:55 +00:00
  • 01df4d3c81 - Use int instead of short where possible Christophe Dumez 2007-08-28 16:55:14 +00:00
  • 6ecb45d661 - Code optimization using initialization lists - Removed Traditional Chinese translation because we lost our translator and translation is outdated Christophe Dumez 2007-08-28 16:17:32 +00:00
  • c6b25e5f79 - Should fix compatibility with Qt4.2 Christophe Dumez 2007-08-28 14:49:57 +00:00
  • 39feb335a4 BUGFIX: Display the torrent that are being checked as 'checking' in seeding list Christophe Dumez 2007-08-28 14:30:24 +00:00
  • b90012e431 - Updated TODO Christophe Dumez 2007-08-28 14:18:31 +00:00
  • 71599c0f9f - Made finished list menu more similar to the download list one - Fixed Start/Pause actions in lists context menus Christophe Dumez 2007-08-28 14:18:09 +00:00
  • 20a8b3f418 - Updated language files Christophe Dumez 2007-08-27 18:28:13 +00:00
  • 3b03b385f3 - removed some useless includes Christophe Dumez 2007-08-27 13:34:41 +00:00
  • c7592a6dc8 - prevent downloadFromUrl flooding Christophe Dumez 2007-08-27 10:06:13 +00:00
  • 8f7de730cc - Added some more torrent_handle checking to be sure we don't use invalid ones Christophe Dumez 2007-08-27 09:24:22 +00:00
  • e4795cd64b - removed bad assert Christophe Dumez 2007-08-27 08:39:04 +00:00
  • fd2ee35e92 - Do not save torrent related info in class destruction, this is too dangerous Christophe Dumez 2007-08-26 19:58:41 +00:00
  • 8404eec301 - Force progress update in download list before calling sort function to make it more reliable Christophe Dumez 2007-08-26 19:52:10 +00:00
  • cc252fc70a - Fix progress column delayed sorting Christophe Dumez 2007-08-26 19:33:08 +00:00
  • 89ecdca5e7 Compile with -O2 in release mode and -O1 in debug mode Christophe Dumez 2007-08-26 19:30:27 +00:00
  • 1bfc181cb2 - Better handing of .finished files (bittorrent class level instead of GUI level) Christophe Dumez 2007-08-26 19:17:50 +00:00
  • 124fa3c8ed BUGFIX: Showing checking progress for paused torrents too Christophe Dumez 2007-08-26 18:59:27 +00:00
  • 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 Christophe Dumez 2007-08-26 18:50:51 +00:00
  • 829c358f10 - fixed some bugs introduced recently - improved debug output Christophe Dumez 2007-08-26 18:41:45 +00:00
  • 35a9fab3b4 - Check if priorities file exists before trying to read it to avoid a warning message Christophe Dumez 2007-08-26 17:48:38 +00:00
  • 4e2ebe5a69 - Fixed torrent switching to finished tab Christophe Dumez 2007-08-26 17:25:37 +00:00
  • 366d5108c4 - I thought there was a memory leak here but it crashes when I delete it so.. Christophe Dumez 2007-08-26 16:30:52 +00:00
  • 7dc7cea31b - Updated TODO. GUI splitting was planned for v1.1.0 but it is already in v1.0.0beta6 after all :) Christophe Dumez 2007-08-26 16:29:06 +00:00
  • 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 :) Christophe Dumez 2007-08-26 16:25:22 +00:00
  • 36e2cb6f68 - Updated TODO Christophe Dumez 2007-08-26 16:21:16 +00:00
  • cebb5fc1fe - dropped Threaded branch - Added a function to torrent_handle wrapper for debug use Christophe Dumez 2007-08-24 12:25:52 +00:00
  • 1ad2495896 - Updated polish translation Christophe Dumez 2007-08-23 15:49:39 +00:00
  • e82cb2188e - Made torrent deletion from hard-drive safer Christophe Dumez 2007-08-23 14:04:53 +00:00
  • 680f6409d8 - beta5 release Christophe Dumez 2007-08-23 04:01:17 +00:00
  • cfacac7dbf - Add torrents in pause before applying settings to avoid race conditions - Started to work on a new function to delete torrents permanently that is safer. Not used yet because it is buggy : it works only for simple cases and I'm not sure I can do better right now with the info libtorrent is providing. Christophe Dumez 2007-08-22 18:26:00 +00:00
  • 8ce1a4c3df - Updated Korean translation Christophe Dumez 2007-08-22 03:58:05 +00:00
  • 6ee9152b21 - Handling progress bar text painting ourselves because some styles really don't handle it well (cleanlooks...) Christophe Dumez 2007-08-21 17:33:06 +00:00
  • d8dd509a7b - Updated Russian translation Christophe Dumez 2007-08-21 07:17:13 +00:00
  • 4c5c1d49c2 - Updated german translation Christophe Dumez 2007-08-20 11:47:26 +00:00
  • 8ba1cb329d - Improved unicode support a bit Christophe Dumez 2007-08-20 07:03:41 +00:00
  • a28160bcaa - Fixed a bug when deleting a torrent from finished list (just introduced) Christophe Dumez 2007-08-20 06:41:36 +00:00
  • c9925eddb6 - Big code cleanup - Added a Qwrapper for torrent_handle to make code more readable Christophe Dumez 2007-08-20 06:29:18 +00:00
  • 5946f20783 - Updated beta5 changelog Christophe Dumez 2007-08-19 16:51:23 +00:00
  • a4a98e3ada - Added some checking before adding torrents to finished/download lists to avoid duplicate in some circumstances Christophe Dumez 2007-08-19 16:50:05 +00:00
  • a01c7e2c60 - Improved finished torrents code a little Christophe Dumez 2007-08-19 16:45:05 +00:00
  • 2bf0aba48a - improved some asserts for progress checking Christophe Dumez 2007-08-19 16:33:37 +00:00
  • 7030f85826 - Added an assert to check that progress value is < 100% - Modified a test due to a bug in libtorrent for #133480 Christophe Dumez 2007-08-19 14:48:16 +00:00
  • 5066819c58 - Added some more assert to be sure progress value is under 100% Christophe Dumez 2007-08-19 14:39:40 +00:00
  • 5231f5a22b - Rewrote a lot of code concerning finishedTorrents code. It was optimized and should be safer too Christophe Dumez 2007-08-19 14:20:54 +00:00
  • de8c3158fe - Make use of qDeleteAll() function from Qt4 Christophe Dumez 2007-08-19 13:00:51 +00:00
  • 04352cce3c - Fixed bad assert - Little checking before saving url seeds list - Little optimization to make fastresume data saving faster Christophe Dumez 2007-08-19 08:45:24 +00:00
  • 5315ba7894 - Fixed french translation Christophe Dumez 2007-08-18 12:50:48 +00:00
  • 2ce097ec77 - Fixed keyboard shortcuts for third tab (closes #127942) Christophe Dumez 2007-08-18 12:43:21 +00:00
  • d025a2ea36 - Updated TODO (preview is working in seeding list now) Christophe Dumez 2007-08-18 06:00:18 +00:00
  • a4d24fd4a7 - Updated TODO - Last commit allows to remove url seeds now too (forgot) Christophe Dumez 2007-08-18 05:56:59 +00:00
  • b2867e97bf - Updated spanish translation Christophe Dumez 2007-08-18 05:55:09 +00:00
  • 98159eaa1b - Updated TODO Christophe Dumez 2007-08-17 04:10:23 +00:00
  • b4fbaaa47c BUGFIX: Improved incremental download Christophe Dumez 2007-08-17 02:22:04 +00:00
  • df8c591edd - Updated todo Christophe Dumez 2007-08-17 02:14:37 +00:00
  • 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. Christophe Dumez 2007-08-17 02:03:13 +00:00
  • 55834ba5db - Fixed session ratio value: was either 10. or 1. (closes #133026) Christophe Dumez 2007-08-16 23:46:45 +00:00
  • 417d8a777b - Updated portuguese and brazilian translations Christophe Dumez 2007-08-16 08:59:31 +00:00
  • 38b008a2ac - Updated slovak translation Christophe Dumez 2007-08-16 08:54:49 +00:00
  • 38283882e9 - Updated Japanese translation Christophe Dumez 2007-08-16 04:09:39 +00:00
  • 85055c1ef9 - Updated ToDO Christophe Dumez 2007-08-15 19:59:17 +00:00
  • 36e87952fa - BUGFIX: Wait for torrent_paused_alert before reloading a torrent for full allocation mode Christophe Dumez 2007-08-15 19:41:12 +00:00
  • d5fa6cefe4 - Removed some debug - Updated Changelog (now libtorrent supports Bittorrent FAST extension) Christophe Dumez 2007-08-15 19:17:17 +00:00
  • 12fd87ab85 - Removed some debug (didn't mean to commit that) Christophe Dumez 2007-08-11 14:54:24 +00:00
  • 47b42c1c90 - Updated TODO (changelog beta5) Christophe Dumez 2007-08-11 14:50:29 +00:00