Commit graph

141 commits

Author SHA1 Message Date
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
Christophe Dumez
4d6afaacfd - Should fix the problem of finished torrents in download list (Thx heavyjoos) 2007-04-14 21:06:00 +00:00
Christophe Dumez
45d51e1d44 - The torrent size displayed now takes filtered files into consideration 2007-04-12 21:28:15 +00:00
Christophe Dumez
eb85389c0a - UPnP is on as a default, display the display message 2007-04-12 17:25:47 +00:00
Christophe Dumez
ee594400dc - Fixed togglepausedstate() on double click in download list 2007-04-11 20:50:41 +00:00
Christophe Dumez
cf2bc1e980 - removed ETA & DL speed columns in finished torrents list 2007-04-11 18:31:21 +00:00
Christophe Dumez
8e8ffae57a - Disabled MainWindow context menu, more annoying than useful 2007-04-10 10:54:22 +00:00
Christophe Dumez
30d328774f - Fixed compiling error in finishedTorrents.cpp
- Added icons for bandwidth allocation actions
2007-04-10 10:50:34 +00:00
Christophe Dumez
6428fd4ae0 - Added bandwidth allocation to the right click menu on torrents 2007-04-10 10:05:04 +00:00
Christophe Dumez
a25cc14af4 - Fixed a crash when stopping a search (introduced when splitting search engine from GUI recently) 2007-04-10 09:35:34 +00:00
Christophe Dumez
30aa59f582 - Kept on working on bandwidth allocation per torrent
- Fixed a crash in search engine when systray integration was disabled
2007-04-10 09:31:25 +00:00
Christophe Dumez
3933d78da2 - Started to work on bandwidth allocation per torrent 2007-04-10 09:07:33 +00:00
Christophe Dumez
a9ed013ca3 - Code optimization in for loops tests 2007-04-10 08:05:27 +00:00
Christophe Dumez
b198494900 - Code cleanup using autoconnect slots 2007-04-10 07:54:06 +00:00
Christophe Dumez
3dbb958bde - Doesn't display that a torrent has finished on start when it finished during last session 2007-04-05 22:29:09 +00:00
Christophe Dumez
381ae195b9 - Fixed a bug in the number of finished torrents initial display
- Started to clean up rss.h
2007-04-05 19:42:39 +00:00
Christophe Dumez
81d05a67b3 - Window can now stay maximized on exit 2007-04-04 14:53:00 +00:00
Christophe Dumez
a0743c0713 - Preview from finished list should now be working 2007-04-04 14:36:47 +00:00
Christophe Dumez
4727cd57ed - Removed pause/start in finished list (useless) 2007-04-04 14:25:56 +00:00
Christophe Dumez
775afd6ac2 - Implemented Start/Pause in finished list 2007-04-04 13:58:38 +00:00
Christophe Dumez
cd70dcc3ba - Allow the user to display torrent properties in finished list 2007-04-04 12:52:50 +00:00
Christophe Dumez
5c53c457e5 - Implemented delete from finished list 2007-04-04 12:41:47 +00:00
Christophe Dumez
6d0b550f5d - Implemented DeleteFromHardDrive & finishedList 2007-04-04 12:33:53 +00:00
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
- Fixed pressing return in search field to launch search
2007-04-04 12:01:32 +00:00
Christophe Dumez
13aa2cfa6e - Added a new tab for finished torrents (WIP, not used yet) 2007-04-04 01:36:55 +00:00
Christophe Dumez
c832d91f79 - Ask for exit confirmation only if the download list is not empty 2007-04-04 00:47:26 +00:00
Christophe Dumez
d90e4286e3 - Bring the window to foreround on exit when it was minimized 2007-03-29 20:21:17 +00:00