234 Commits (e3214a9b6add6a418dbd45ecacf7e570f7dfea02)

Author SHA1 Message Date
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
Christophe Dumez 36e87952fa - BUGFIX: Wait for torrent_paused_alert before reloading a torrent for full allocation mode 17 years ago
Christophe Dumez d5fa6cefe4 - Removed some debug 17 years ago
Christophe Dumez 12fd87ab85 - Removed some debug (didn't mean to commit that) 17 years ago
Christophe Dumez 31abae33a1 - Improved the way menu icons are installed to avoid problems on some systems (Thanks JanCR for reporting this) 17 years ago
Christophe Dumez f9c357b52d - Wait for torrent_paused_alert before saving fast resume data 17 years ago
Christophe Dumez bee1dbeea4 BUGFIX: Finished torrents were still displayed as checking when paused by libtorrent on full disk (hit an assert) 17 years ago
Christophe Dumez 86d38efcb2 - Allow to delete rss streams using "Del" key 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 66c8a21a66 - refresh list was refreshed even though the main window was hidden or minimized. This hitted an assert 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 99530728c5 Update torrent progress when its content changed (filtered files) 17 years ago
Christophe Dumez 816a3c8784 - Paused torrents are displayed as paused, even if they are checking (to display their progress). This is less confusing. 17 years ago
Christophe Dumez 58b5d4378d - finished GUI class cleanup 17 years ago
Christophe Dumez bd8ec01add - Removed bad assert 17 years ago
Christophe Dumez c0e4b0bbff removed a function that is not used anymore 17 years ago
Christophe Dumez b0bbbf0305 - removed useless function (not used anymore) 17 years ago
Christophe Dumez 6dd78d33ab - Improved download list popup menu code 17 years ago
Christophe Dumez d2983fa5aa - Updated Slovak translation 17 years ago
Christophe Dumez d680be3626 FEATURE: Allow to drag 'n drop urls on the main window 17 years ago
Christophe Dumez a00ea9af99 - Added a different icon for torrents being checking so that we can differenciate them from finished torrents 17 years ago
Christophe Dumez 57376ae875 - Fixed deletion message when deleting from finished list 17 years ago