Christophe Dumez
|
676f30d9a1
|
- Fixed ipv4 compilation warning with latest g++
- Paused torrents that are checking are now displayed as paused (not checking) -> less confusing
- Updated TODO (libtorrent fixed ipfilter bug)
|
18 years ago |
Christophe Dumez
|
d3f917b408
|
- Fixed delete functions for finished list
|
18 years ago |
Christophe Dumez
|
faf6f155ca
|
- Improved a lot delete functions
|
18 years ago |
Christophe Dumez
|
4e4b0ed9ff
|
- Reverted a previous commit. Transfer lists refreshers aren't in separate threads anymore: too buggy
|
18 years ago |
Christophe Dumez
|
3ba3e12f93
|
- Fixed removing from finished list
|
18 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.
|
18 years ago |
Christophe Dumez
|
102c5ee81e
|
- Updated polish translation
|
18 years ago |
Christophe Dumez
|
e493776a73
|
- User is now warned when fast resume data was rejected
|
18 years ago |
Christophe Dumez
|
93938d8597
|
- still optimizing includes
|
18 years ago |
Christophe Dumez
|
0db60065c0
|
- Removed useless mutex in GUI
- started to optimize headers includes for compilation speed
|
18 years ago |
Christophe Dumez
|
c086558597
|
- Updated TODO
- Load torrents before loading rss and sreach engine on startup
|
18 years ago |
Christophe Dumez
|
325a588526
|
- Fixed some signals/slots (safer)
- Forgot to remove temp file when the file was downloaded from an url (rare occasions)
|
18 years ago |
Christophe Dumez
|
f4250d812f
|
- Added search plugin download error handling (Fallback on secondary server and then warn the user if both failed)
|
18 years ago |
Christophe Dumez
|
1fb848e9ed
|
- Added download from url handling in GUI (still missing: search plugin update and rss)
|
18 years ago |
Christophe Dumez
|
a6b037d663
|
- Fixed last commit
|
18 years ago |
Christophe Dumez
|
e079c87f5c
|
- Simplified keyboard shortcuts code
|
18 years ago |
Christophe Dumez
|
e916300a6e
|
- Improved keyboard shortcuts
|
18 years ago |
Christophe Dumez
|
99959b1aa3
|
- Added keyboard shortcuts for main actions (thanks Alexander Kuzmenkov)
|
18 years ago |
Christophe Dumez
|
86a0e68f46
|
- Added ratio column
|
18 years ago |
Christophe Dumez
|
8df61db644
|
- Rollback to GNU GPLv2 because Qt4 is not compatible with GPLv3 :(
|
18 years ago |
Christophe Dumez
|
28ea505088
|
- qBittorrent is not exiting anymore when Main window is hidden and a dialog is closed (nasty long-standing bug...)
|
18 years ago |
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
|
18 years ago |
Christophe Dumez
|
eed49c10ce
|
- Peer blocked are now added in the right box (not log)
|
18 years ago |
Christophe Dumez
|
54f9375b32
|
- Update to GNU GPL v3
|
18 years ago |
Christophe Dumez
|
8d667310e3
|
- Fixed signal connect
|
18 years ago |
Christophe Dumez
|
5622fd0991
|
- Updated French translation
|
18 years ago |
Christophe Dumez
|
18ec98c3fb
|
- Reloading a torrent only when necessary (properties, when files are filtered but full allocation mode is disabled)
|
18 years ago |
Christophe Dumez
|
c8e4894d85
|
- Fixed size update when filtering files in a torrent (broken in svn)
|
18 years ago |
Christophe Dumez
|
c11e5e8b12
|
- Blocked users (by ipfilter) are now logged in GUI
|
18 years ago |
Christophe Dumez
|
107d2c8e7b
|
Fixed file filtering in a torrent
|
18 years ago |
Christophe Dumez
|
b1ed521d6b
|
Fixed downloadFromUrl
|
18 years ago |
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
|
18 years ago |
Christophe Dumez
|
80f61880b7
|
made ETA calculation more reliable
|
18 years ago |
Arnaud Demaiziere
|
92541b779c
|
fixed sort bug (made by chris)
|
18 years ago |
Christophe Dumez
|
f5a4190e4b
|
attempt to fix progress column sorting
|
18 years ago |
Christophe Dumez
|
6ae1564136
|
fixed a deadlock
|
18 years ago |
Christophe Dumez
|
e361ef5543
|
Oops forgot a mutex locker in progress column sorting
|
18 years ago |
Christophe Dumez
|
dfa9965ed3
|
use a mutex for download list access (should fix sorting)
|
18 years ago |
Arnaud Demaiziere
|
dcc54a7f35
|
fixed addtorrent signal, add bool onstartup to connect methods
|
18 years ago |
Christophe Dumez
|
09ca6e97b8
|
Fixed addTorrent slot
|
18 years ago |
Christophe Dumez
|
dfa58f909b
|
Fixed addtorrent slot
|
18 years ago |
Christophe Dumez
|
1910ee20dd
|
Real time sorting of progress column was broken by ealier patch -> Fixed
|
18 years ago |
Christophe Dumez
|
55538934e0
|
A better fix for progress column sorting on restart (still untested, gtsoul please check)
|
18 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)
|
18 years ago |
Christophe Dumez
|
568b2ddf75
|
Progress of paused torrents is now correct on restart
|
18 years ago |
Christophe Dumez
|
8755ebba01
|
Added an icon for the new encryption option
|
18 years ago |
Christophe Dumez
|
0aa4651657
|
- added documentation icon
|
18 years ago |
Christophe Dumez
|
3ec647cfda
|
-legal notice in red
|
18 years ago |
Christophe Dumez
|
e6fca96d0d
|
- Added Documentation entry in Help menu
|
18 years ago |
Christophe Dumez
|
5e73539393
|
- fixed delete permanently in finished list
|
18 years ago |