1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00
Commit Graph

481 Commits

Author SHA1 Message Date
Arnaud Demaiziere
7edc89638f rss : show the number of NONREAD news (local test succeeded, need tests)
rss : clean the file rss.h
rss : display the site favicon (local test succeeded, need tests)

bug that i've noticed but not fixed :
_ something create qt_temp files without delete them
_ in dl list, columns disappear
2007-07-21 19:37:10 +00:00
Christophe Dumez
e4915260e7 - Updated language files 2007-07-20 21:39:21 +00:00
Christophe Dumez
f81e431032 - Added rss download failure handling (display red cross next to the stream name) 2007-07-20 21:06:50 +00:00
Christophe Dumez
2789316e38 - Fixed a connect in last commit 2007-07-20 20:58:20 +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
2fd0de082c - Updated configure file to check for libcommoncpp2 instead of libcurl
- Used downloadThread in search plugin update instead of libcurl (no more gui freeze by the same occasion)
- Still need to handle download from urls errors and use fallback url in search plugin update (before beta2)
2007-07-20 17:11:02 +00:00
Christophe Dumez
7c8677d787 - Improved a lot downloading from url using libcommoncpp2 instead of libcurl
- TODO soon:
  - Updated configure file
	- Add url download error handling
2007-07-20 15:55:50 +00:00
Christophe Dumez
4c9d1db9d5 - Fixed popup menu position in last commit 2007-07-20 13:30:30 +00:00
Christophe Dumez
8fdd614673 - Added popup menu for file priorities in torrent addition dialog too 2007-07-20 13:21:46 +00:00
Christophe Dumez
0bdb10cdbe - Prepare this dialog for popup menu 2007-07-20 13:10:06 +00:00
Christophe Dumez
60c0049bef - Added a popup menu to set priority for multiple files at once 2007-07-20 13:07:34 +00:00
Christophe Dumez
a40c2bfc8f - Fixed an ambiguous shortcut in french translation 2007-07-20 12:48:06 +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
22a80fe1c3 - Updated french translation 2007-07-19 14:44:08 +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
38c6c63924 - Improved debug output 2007-07-18 08:05:15 +00:00
Christophe Dumez
3d7540dafe - Updated translation files 2007-07-18 07:46:06 +00:00
Christophe Dumez
86a0e68f46 - Added ratio column 2007-07-18 07:44:52 +00:00
Christophe Dumez
eb3db365e7 - Can't set a limit for a torrent superior to the global limit in program preferences 2007-07-17 11:45:36 +00:00
Christophe Dumez
2dea5f2ff8 - Fixed a bug in speed allocation per torrent. Libtorrent works better too but I'm still hitting an assert. 2007-07-17 11:26:49 +00:00
Christophe Dumez
766be4b381 - Fixed hungarian translation 2007-07-17 01:08:44 +00:00
Arnaud Demaiziere
d0bf8b5b04 save mainwindows to qt 4.2 2007-07-14 20:24:45 +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
f0353e50b2 - Upload/download limits per torrent are now saved on restart. I can't test this feature yet though because libtorrent is crashing when I try to use it :) 2007-07-14 13:38:29 +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
0a2ab16e4c - little translation for hungarian 2007-07-14 04:18:26 +00:00
Christophe Dumez
dda4ffed08 - Added hungarian translation 2007-07-13 12:28:18 +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
a4371e7f55 - Removed some debug
- Updated TODO
2007-07-12 13:38:40 +00:00
Arnaud Demaiziere
a5b8d3c730 bug fix in ipfilter 2007-07-10 18:16:07 +00:00
Arnaud Demaiziere
09c97decb6 ipfilter : ipv6 support 2007-07-09 22:09:21 +00:00
Christophe Dumez
c2fc03b0d7 - Updated french translation 2007-07-07 01:29:32 +00:00
Christophe Dumez
5622fd0991 - Updated French translation 2007-07-05 13:02:04 +00:00
Arnaud Demaiziere
1712a7c776 * port interfaces to qt 4.2
* fix size bug
2007-07-05 11:31:33 +00:00
Christophe Dumez
9f3b9da24a - fixed a bug with full allocation mode, introduced yesterday 2007-07-05 00:07:45 +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
4657ee9087 Fixed a crash when filtering all the files in a torrent 2007-07-04 07:28:51 +00:00
Christophe Dumez
97aed61fc8 ** first beta ** 2007-07-04 06:48:38 +00:00
Christophe Dumez
c11e5e8b12 - Blocked users (by ipfilter) are now logged in GUI 2007-07-04 06:42:36 +00:00
Christophe Dumez
3a727dea28 - improved tabs at the bottom 2007-07-03 22:53:10 +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
e2427a4ce2 - Delete torrent permanently from hard drive used to delete parent folder if empty (fixed) 2007-06-30 19:19:09 +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
9bde00b7de Improved ETA calculation 2007-06-29 16:49:45 +00:00
Christophe Dumez
611b9424ee updated version 2007-06-29 15:50:55 +00:00
Christophe Dumez
0ec6af03c0 Fixed possible division by 0 2007-06-29 15:37:59 +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
478a275bb5 - Updated german translation 2007-06-29 12:42:05 +00:00
Christophe Dumez
8c30ee3403 - Updated changelog in search engine 2007-06-29 12:24:50 +00:00
Christophe Dumez
cf002e5ab2 fixed mininova search engine 2007-06-29 12:22:55 +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
Arnaud Demaiziere
d925efb928 save options.ui with qt 4.2 2007-06-29 10:18:27 +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
faaa700270 Updated polish translator 2007-06-28 23:10:57 +00:00
Christophe Dumez
d0e2e9c85f - Updating polish translation (Thanks Jarek) 2007-06-28 23:07:16 +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
Arnaud Demaiziere
614606e3be update main menu items'order 2007-06-19 15:19:23 +00:00
Christophe Dumez
0aa4651657 - added documentation icon 2007-06-19 15:11:02 +00:00
Arnaud Demaiziere
841e6549c0 interface ported to qt 4.2, resize of the log windows 2007-06-19 14:53:58 +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
68b867e480 - Fixed a few other bugs in translatable strings
- French translation is up to date!
2007-06-15 23:51:10 +00:00
Christophe Dumez
4a671dba9e - Fixed a lot of bugs in translatable strings
- Started to update french translation
2007-06-15 23:40:33 +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
7fad742e99 - Fixed compiling with latest libtorrent svn 2007-06-13 14:04:29 +00:00
Christophe Dumez
e71252306a - Fixed a bug in polish translation 2007-06-12 18:19:16 +00:00
Christophe Dumez
1cff97f65d - Bugfix: User can't empty the trackers list 2007-05-16 18:55:34 +00:00
Christophe Dumez
e3228a9699 - Updated Japanese translation (Thanks Nardog) 2007-05-14 07:58:18 +00:00
Christophe Dumez
407ae8d01b - Updated translation files 2007-05-13 20:08:42 +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
Arnaud Demaiziere
85fa92ca12 rss : bug fixes 2007-04-15 21:43:58 +00:00
Christophe Dumez
44bfb1e376 - Fixed a small error in the german translation 2007-04-15 21:37:22 +00:00
Arnaud Demaiziere
06378e09be rss : improvements of the qtreeview 2007-04-15 21:31:32 +00:00
Arnaud Demaiziere
2c6b66a834 rss : from qlistwidget to qtreewidget 2007-04-15 19:06:19 +00:00
Christophe Dumez
9a4466e74f - Improved right click menu in RSS streams list 2007-04-15 18:53:53 +00:00
Christophe Dumez
f482496a61 - Updated smileys 2007-04-15 18:38:32 +00:00