Commit graph

167 commits

Author SHA1 Message Date
Christophe Dumez
0db60065c0 - Removed useless mutex in GUI
- started to optimize headers includes for compilation speed
2007-07-23 12:12:55 +00:00
Christophe Dumez
c086558597 - Updated TODO
- Load torrents before loading rss and sreach engine on startup
2007-07-22 12:46:03 +00:00
Christophe Dumez
325a588526 - Fixed some signals/slots (safer)
- Forgot to remove temp file when the file was downloaded from an url (rare occasions)
2007-07-22 09:47:27 +00:00
Christophe Dumez
f4250d812f - Added search plugin download error handling (Fallback on secondary server and then warn the user if both failed) 2007-07-20 20:30:33 +00:00
Christophe Dumez
1fb848e9ed - Added download from url handling in GUI (still missing: search plugin update and rss) 2007-07-20 20:18:18 +00:00
Christophe Dumez
a6b037d663 - Fixed last commit 2007-07-20 12:39:20 +00:00
Christophe Dumez
e079c87f5c - Simplified keyboard shortcuts code 2007-07-20 12:22:28 +00:00
Christophe Dumez
e916300a6e - Improved keyboard shortcuts 2007-07-19 13:07:52 +00:00
Christophe Dumez
99959b1aa3 - Added keyboard shortcuts for main actions (thanks Alexander Kuzmenkov) 2007-07-19 12:58:45 +00:00
Christophe Dumez
86a0e68f46 - Added ratio column 2007-07-18 07:44:52 +00:00
Christophe Dumez
8df61db644 - Rollback to GNU GPLv2 because Qt4 is not compatible with GPLv3 :( 2007-07-14 14:31:59 +00:00
Christophe Dumez
28ea505088 - qBittorrent is not exiting anymore when Main window is hidden and a dialog is closed (nasty long-standing bug...) 2007-07-14 12:35:04 +00:00
Christophe Dumez
8c5d38400a - Allow to set global upload/download bandwidth limit from tray icon menu
- Fixed a bug in bandwidth limitation per torrent (confused bytes with kbytes)
- Fixed a bug with paused torrents still displayed as checking
2007-07-14 10:50:38 +00:00
Christophe Dumez
eed49c10ce - Peer blocked are now added in the right box (not log) 2007-07-14 04:22:57 +00:00
Christophe Dumez
54f9375b32 - Update to GNU GPL v3 2007-07-13 06:55:51 +00:00
Christophe Dumez
8d667310e3 - Fixed signal connect 2007-07-13 01:28:08 +00:00
Christophe Dumez
5622fd0991 - Updated French translation 2007-07-05 13:02:04 +00:00
Christophe Dumez
18ec98c3fb - Reloading a torrent only when necessary (properties, when files are filtered but full allocation mode is disabled) 2007-07-04 10:06:22 +00:00
Christophe Dumez
c8e4894d85 - Fixed size update when filtering files in a torrent (broken in svn) 2007-07-04 08:10:44 +00:00
Christophe Dumez
c11e5e8b12 - Blocked users (by ipfilter) are now logged in GUI 2007-07-04 06:42:36 +00:00
Christophe Dumez
107d2c8e7b Fixed file filtering in a torrent 2007-07-03 22:39:49 +00:00
Christophe Dumez
b1ed521d6b Fixed downloadFromUrl 2007-07-03 09:04:04 +00:00
Christophe Dumez
d12e510fad Improved start_All and resume_All functions to detect if a torrent's state changed or not. This way, it doesn't flood the GUI if the user keeps on clicking on those buttons 2007-06-30 18:56:49 +00:00
Christophe Dumez
80f61880b7 made ETA calculation more reliable 2007-06-29 15:23:15 +00:00
Arnaud Demaiziere
92541b779c fixed sort bug (made by chris) 2007-06-29 14:23:15 +00:00
Christophe Dumez
f5a4190e4b attempt to fix progress column sorting 2007-06-29 14:13:50 +00:00
Christophe Dumez
6ae1564136 fixed a deadlock 2007-06-29 14:11:31 +00:00
Christophe Dumez
e361ef5543 Oops forgot a mutex locker in progress column sorting 2007-06-29 14:06:34 +00:00
Christophe Dumez
dfa9965ed3 use a mutex for download list access (should fix sorting) 2007-06-29 14:00:17 +00:00
Arnaud Demaiziere
dcc54a7f35 fixed addtorrent signal, add bool onstartup to connect methods 2007-06-29 13:42:10 +00:00
Christophe Dumez
09ca6e97b8 Fixed addTorrent slot 2007-06-29 10:34:10 +00:00
Christophe Dumez
dfa58f909b Fixed addtorrent slot 2007-06-29 10:30:00 +00:00
Christophe Dumez
1910ee20dd Real time sorting of progress column was broken by ealier patch -> Fixed 2007-06-29 08:14:43 +00:00
Christophe Dumez
55538934e0 A better fix for progress column sorting on restart (still untested, gtsoul please check) 2007-06-28 22:58:43 +00:00
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) 2007-06-28 22:13:01 +00:00
Christophe Dumez
568b2ddf75 Progress of paused torrents is now correct on restart 2007-06-28 21:54:07 +00:00
Christophe Dumez
8755ebba01 Added an icon for the new encryption option 2007-06-28 21:03:52 +00:00
Christophe Dumez
0aa4651657 - added documentation icon 2007-06-19 15:11:02 +00:00
Christophe Dumez
3ec647cfda -legal notice in red 2007-06-17 18:36:04 +00:00
Christophe Dumez
e6fca96d0d - Added Documentation entry in Help menu 2007-06-17 15:09:00 +00:00
Christophe Dumez
5e73539393 - fixed delete permanently in finished list 2007-06-17 12:15:04 +00:00
Christophe Dumez
ef1f030076 - Added some debug in bittorrent.cpp
- Added Legal Notice on qBittorrent startup "Be careful, sharing copyrighted material without permission is against the law." because of new DADVSI law.
2007-06-15 23:02:35 +00:00
Christophe Dumez
3b63d34f34 Allow only rc4 for encryption, no plaintext 2007-06-15 20:43:31 +00:00
Christophe Dumez
c39da36cca - Added Encryption support!
- Removed old UPnP code
- Removed UPnP in options since libtorrent doesn't allow to disable it. Thus, UPnP is always enabled
- Made options window a bit larger
- Added Arnaud Demaiziere to developpers list
- Updated TODO & Changelog
2007-06-15 20:35:07 +00:00
Christophe Dumez
2196fcc911 - Supports SOCKS5 proxies as well as HTTP ones
- Allow to use Proxy for Trackers / Peers / Web seeds / DHT connections
- Redesigned Proxy options a little (for new features)
2007-05-13 20:02:30 +00:00
Christophe Dumez
2985fa921a remember sorted columns in download list 2007-05-07 21:20:35 +00:00
Christophe Dumez
9808e5a37a - Fixes in Slovak translation 2007-05-07 20:10:23 +00:00
Christophe Dumez
9093f8e44a - Proxy is now used for tracker / web seeds / peers connections
- Fixed the compiling errors with latest libtorrent svn
2007-05-02 13:52:29 +00:00
Christophe Dumez
6802e22f7e - Improved a lot switching between tabs 2007-04-15 18:15:22 +00:00
Christophe Dumez
79253c76f1 - Now finished torrents are moved correctly to download tab if for some reason the files disapear from the hard-drive :) 2007-04-15 17:42:43 +00:00