121 Commits (12106c308e4b89baf7d7d9825cc2cc8530e82c2c)

Author SHA1 Message Date
Christophe Dumez 08a57d267b - some optimizations 17 years ago
Christophe Dumez 3b03b385f3 - removed some useless includes 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 c9925eddb6 - Big code cleanup 17 years ago
Christophe Dumez 2ce097ec77 - Fixed keyboard shortcuts for third tab (closes #127942) 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 99530728c5 Update torrent progress when its content changed (filtered files) 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 6951619c04 - Improved updateDlList code 17 years ago
Christophe Dumez f839d6fe41 - Improved trackers errors code a lot and moved it to Bittorrent class 17 years ago
Christophe Dumez 9cbab8d63e -FEATURE: Url seeds are now displayed in torrent properties and are editable 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 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 e493776a73 - User is now warned when fast resume data was rejected 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 325a588526 - Fixed some signals/slots (safer) 17 years ago
Christophe Dumez 1fb848e9ed - Added download from url handling in GUI (still missing: search plugin update and rss) 17 years ago
Christophe Dumez 99959b1aa3 - Added keyboard shortcuts for main actions (thanks Alexander Kuzmenkov) 17 years ago
Christophe Dumez 8df61db644 - Rollback to GNU GPLv2 because Qt4 is not compatible with GPLv3 :( 17 years ago
Christophe Dumez 28ea505088 - qBittorrent is not exiting anymore when Main window is hidden and a dialog is closed (nasty long-standing bug...) 17 years ago
Christophe Dumez 8c5d38400a - Allow to set global upload/download bandwidth limit from tray icon menu 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 c8e4894d85 - Fixed size update when filtering files in a torrent (broken in svn) 17 years ago
Christophe Dumez c11e5e8b12 - Blocked users (by ipfilter) are now logged in GUI 17 years ago
Christophe Dumez dfa9965ed3 use a mutex for download list access (should fix sorting) 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 ee4a4c81bf Attempt to fix the sorting of the progress column on restart (anyone can confirm? my Qt4.3 is buggy and columns won't sort) 17 years ago
Christophe Dumez e6fca96d0d - Added Documentation entry in Help menu 18 years ago
Christophe Dumez c39da36cca - Added Encryption support! 18 years ago
Christophe Dumez 2985fa921a remember sorted columns in download list 18 years ago
Christophe Dumez 79253c76f1 - Now finished torrents are moved correctly to download tab if for some reason the files disapear from the hard-drive :) 18 years ago
Christophe Dumez 45d51e1d44 - The torrent size displayed now takes filtered files into consideration 18 years ago
Christophe Dumez 6428fd4ae0 - Added bandwidth allocation to the right click menu on torrents 18 years ago
Christophe Dumez b198494900 - Code cleanup using autoconnect slots 18 years ago
Christophe Dumez cd70dcc3ba - Allow the user to display torrent properties in finished list 18 years ago
Christophe Dumez 37027c0480 - A lot of work on "Finished torrents are moved to a new tab". It still needs improvements but most of it is working 18 years ago
Christophe Dumez 13aa2cfa6e - Added a new tab for finished torrents (WIP, not used yet) 18 years ago
Christophe Dumez d90e4286e3 - Bring the window to foreround on exit when it was minimized 18 years ago
Christophe Dumez 5d0e466d6d - Allow the user to disable systray integration 18 years ago
Arnaud Demaiziere 6c8f0bff13 - Added a rss tab (still not functional) 18 years ago
Christophe Dumez 4ca852c2b3 - Added a message log when an UPnP WAN service is detected 18 years ago
Christophe Dumez 3ff075c048 - Display more log messages 18 years ago
Christophe Dumez e8cc751f22 - Splitted search engine code from MainWindow part because GUI.cpp was getting too big and we are going to add a RSS tab soon 18 years ago
Christophe Dumez fd2d2ddc0b - Added UPnP support (experimental) - taken from aMule CVS 18 years ago
Christophe Dumez e8adc74051 - removed unused function 18 years ago
Christophe Dumez 6d65ef067d Create Options object only when necessary (to save memory) 18 years ago