Christophe Dumez
fd2ee35e92
- Do not save torrent related info in class destruction, this is too dangerous
2007-08-26 19:58:41 +00:00
Christophe Dumez
8404eec301
- Force progress update in download list before calling sort function to make it more reliable
2007-08-26 19:52:10 +00:00
Christophe Dumez
cc252fc70a
- Fix progress column delayed sorting
2007-08-26 19:33:08 +00:00
Christophe Dumez
4e2ebe5a69
- Fixed torrent switching to finished tab
2007-08-26 17:25:37 +00:00
Christophe Dumez
366d5108c4
- I thought there was a memory leak here but it crashes when I delete it so..
2007-08-26 16:30:52 +00:00
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 :)
2007-08-26 16:25:22 +00:00
Christophe Dumez
6ee9152b21
- Handling progress bar text painting ourselves because some styles really don't handle it well (cleanlooks...)
2007-08-21 17:33:06 +00:00
Christophe Dumez
d8dd509a7b
- Updated Russian translation
2007-08-21 07:17:13 +00:00
Christophe Dumez
8ba1cb329d
- Improved unicode support a bit
2007-08-20 07:03:41 +00:00
Christophe Dumez
a28160bcaa
- Fixed a bug when deleting a torrent from finished list (just introduced)
2007-08-20 06:41:36 +00:00
Christophe Dumez
c9925eddb6
- Big code cleanup
...
- Added a Qwrapper for torrent_handle to make code more readable
2007-08-20 06:29:18 +00:00
Christophe Dumez
a4a98e3ada
- Added some checking before adding torrents to finished/download lists to avoid duplicate in some circumstances
2007-08-19 16:50:05 +00:00
Christophe Dumez
a01c7e2c60
- Improved finished torrents code a little
2007-08-19 16:45:05 +00:00
Christophe Dumez
2bf0aba48a
- improved some asserts for progress checking
2007-08-19 16:33:37 +00:00
Christophe Dumez
5066819c58
- Added some more assert to be sure progress value is under 100%
2007-08-19 14:39:40 +00:00
Christophe Dumez
5231f5a22b
- Rewrote a lot of code concerning finishedTorrents code. It was optimized and should be safer too
2007-08-19 14:20:54 +00:00
Christophe Dumez
2ce097ec77
- Fixed keyboard shortcuts for third tab ( closes #127942 )
2007-08-18 12:43:21 +00:00
Christophe Dumez
b2867e97bf
- Updated spanish translation
2007-08-18 05:55:09 +00:00
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.
2007-08-17 02:03:13 +00:00
Christophe Dumez
55834ba5db
- Fixed session ratio value: was either 10. or 1. ( closes #133026 )
2007-08-16 23:46:45 +00:00
Christophe Dumez
36e87952fa
- BUGFIX: Wait for torrent_paused_alert before reloading a torrent for full allocation mode
2007-08-15 19:41:12 +00:00
Christophe Dumez
d5fa6cefe4
- Removed some debug
...
- Updated Changelog (now libtorrent supports Bittorrent FAST extension)
2007-08-15 19:17:17 +00:00
Christophe Dumez
12fd87ab85
- Removed some debug (didn't mean to commit that)
2007-08-11 14:54:24 +00:00
Christophe Dumez
31abae33a1
- Improved the way menu icons are installed to avoid problems on some systems (Thanks JanCR for reporting this)
...
- Fixed version in desktop file
2007-08-11 14:47:52 +00:00
Christophe Dumez
f9c357b52d
- Wait for torrent_paused_alert before saving fast resume data
2007-08-07 23:00:51 +00:00
Christophe Dumez
bee1dbeea4
BUGFIX: Finished torrents were still displayed as checking when paused by libtorrent on full disk (hit an assert)
2007-08-04 18:26:42 +00:00
Christophe Dumez
86d38efcb2
- Allow to delete rss streams using "Del" key
2007-08-03 15:02:16 +00:00
Christophe Dumez
1c0e890252
- Fixed columns width in transfers list (problem was caused by the hidden "hash" column that didn't have a null size)
2007-08-02 14:12:22 +00:00
Christophe Dumez
66c8a21a66
- refresh list was refreshed even though the main window was hidden or minimized. This hitted an assert
2007-08-01 18:08:49 +00:00
Christophe Dumez
80fa44f8bb
- It is not possible to pause torrents in finished tab ( closes #129498 )
2007-08-01 08:43:00 +00:00
Christophe Dumez
b0f3cdad5d
- Improved a lot the download list delegate
...
- Replaced Qt::TextColorRole by Qt::ForegroundRole because it is deprecated
2007-07-31 10:39:03 +00:00
Christophe Dumez
99530728c5
Update torrent progress when its content changed (filtered files)
2007-07-31 09:25:54 +00:00
Christophe Dumez
816a3c8784
- Paused torrents are displayed as paused, even if they are checking (to display their progress). This is less confusing.
2007-07-31 08:56:24 +00:00
Christophe Dumez
58b5d4378d
- finished GUI class cleanup
2007-07-30 13:47:16 +00:00
Christophe Dumez
bd8ec01add
- Removed bad assert
...
- Improved updateDlList function a little
2007-07-30 10:37:13 +00:00
Christophe Dumez
c0e4b0bbff
removed a function that is not used anymore
2007-07-30 10:30:43 +00:00
Christophe Dumez
b0bbbf0305
- removed useless function (not used anymore)
2007-07-30 10:29:19 +00:00
Christophe Dumez
6dd78d33ab
- Improved download list popup menu code
...
- Added some asserts
- bit of code improvement/clean up
2007-07-30 10:27:56 +00:00
Christophe Dumez
d2983fa5aa
- Updated Slovak translation
2007-07-30 10:06:46 +00:00
Christophe Dumez
d680be3626
FEATURE: Allow to drag 'n drop urls on the main window
2007-07-30 09:30:07 +00:00
Christophe Dumez
a00ea9af99
- Added a different icon for torrents being checking so that we can differenciate them from finished torrents
2007-07-29 15:40:11 +00:00
Christophe Dumez
57376ae875
- Fixed deletion message when deleting from finished list
...
- Added some more asserts (let's kill all those bugs time)
2007-07-29 15:32:27 +00:00
Christophe Dumez
6951619c04
- Improved updateDlList code
...
- Added some ASSERTS
2007-07-29 15:17:50 +00:00
Christophe Dumez
dbc084dd66
- Improved debug output
...
- code clean up
- Moved some bittorrent code from GUI class to Bittorrent one
2007-07-29 14:54:39 +00:00
Christophe Dumez
3cb0612cc6
- Added some ASSERTS
...
- Improved session ratio calculation in main window
2007-07-29 14:41:47 +00:00
Christophe Dumez
c6285d8f67
- Improved start/Pause & start_all/pause_all functions
2007-07-29 14:14:57 +00:00
Christophe Dumez
ffc1479b1f
- Added a little more debug (tested progress column sorting : it works fine now)
2007-07-29 02:03:16 +00:00
Christophe Dumez
9683916d88
- Should fix progress column sorting
2007-07-29 01:55:59 +00:00
Christophe Dumez
f839d6fe41
- Improved trackers errors code a lot and moved it to Bittorrent class
...
- When using startAll() command and when only some torrents are paused : already started torrents are not displayed as connecting untill next refresh anymore (they keep their current state).
2007-07-27 13:58:12 +00:00
Christophe Dumez
9cbab8d63e
-FEATURE: Url seeds are now displayed in torrent properties and are editable
...
- Broke compatibility with Qt4.2. Will fix this a bit later (in the meantime, edit properties.ui)
2007-07-27 09:53:55 +00:00
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)
2007-07-26 15:43:27 +00:00
Christophe Dumez
d3f917b408
- Fixed delete functions for finished list
2007-07-26 12:25:46 +00:00
Christophe Dumez
faf6f155ca
- Improved a lot delete functions
2007-07-25 14:32:09 +00:00
Christophe Dumez
4e4b0ed9ff
- Reverted a previous commit. Transfer lists refreshers aren't in separate threads anymore: too buggy
2007-07-25 14:14:38 +00:00
Christophe Dumez
3ba3e12f93
- Fixed removing from finished list
2007-07-25 14:01:48 +00:00
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.
2007-07-25 09:03:22 +00:00
Christophe Dumez
102c5ee81e
- Updated polish translation
2007-07-25 06:46:37 +00:00
Christophe Dumez
e493776a73
- User is now warned when fast resume data was rejected
2007-07-24 07:30:33 +00:00
Christophe Dumez
93938d8597
- still optimizing includes
2007-07-23 12:46:36 +00:00
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