Christophe Dumez
c7592a6dc8
- prevent downloadFromUrl flooding
17 years ago
Christophe Dumez
8f7de730cc
- Added some more torrent_handle checking to be sure we don't use invalid ones
17 years ago
Christophe Dumez
e4795cd64b
- removed bad assert
17 years ago
Christophe Dumez
fd2ee35e92
- Do not save torrent related info in class destruction, this is too dangerous
17 years ago
Christophe Dumez
8404eec301
- Force progress update in download list before calling sort function to make it more reliable
17 years ago
Christophe Dumez
cc252fc70a
- Fix progress column delayed sorting
17 years ago
Christophe Dumez
89ecdca5e7
Compile with -O2 in release mode and -O1 in debug mode
17 years ago
Christophe Dumez
1bfc181cb2
- Better handing of .finished files (bittorrent class level instead of GUI level)
17 years ago
Christophe Dumez
124fa3c8ed
BUGFIX: Showing checking progress for paused torrents too
17 years ago
Christophe Dumez
28294efadf
- Check if the hash read from the filename and from the torrent are the same and don't add it if it is different. Safer
17 years ago
Christophe Dumez
829c358f10
- fixed some bugs introduced recently
...
- improved debug output
17 years ago
Christophe Dumez
35a9fab3b4
- Check if priorities file exists before trying to read it to avoid a warning message
17 years ago
Christophe Dumez
4e2ebe5a69
- Fixed torrent switching to finished tab
17 years ago
Christophe Dumez
366d5108c4
- I thought there was a memory leak here but it crashes when I delete it so..
17 years ago
Christophe Dumez
7dc7cea31b
- Updated TODO. GUI splitting was planned for v1.1.0 but it is already in v1.0.0beta6 after all :)
17 years ago
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 :)
17 years ago
Christophe Dumez
36e2cb6f68
- Updated TODO
17 years ago
Christophe Dumez
cebb5fc1fe
- dropped Threaded branch
...
- Added a function to torrent_handle wrapper for debug use
17 years ago
Christophe Dumez
1ad2495896
- Updated polish translation
17 years ago
Christophe Dumez
e82cb2188e
- Made torrent deletion from hard-drive safer
17 years ago
Christophe Dumez
680f6409d8
- beta5 release
17 years ago
Christophe Dumez
cfacac7dbf
- Add torrents in pause before applying settings to avoid race conditions
...
- Started to work on a new function to delete torrents permanently that is safer. Not used yet because it is buggy : it works only for simple cases and I'm not sure I can do better right now with the info libtorrent is providing.
17 years ago
Christophe Dumez
8ce1a4c3df
- Updated Korean translation
17 years ago
Christophe Dumez
6ee9152b21
- Handling progress bar text painting ourselves because some styles really don't handle it well (cleanlooks...)
17 years ago
Christophe Dumez
d8dd509a7b
- Updated Russian translation
17 years ago
Christophe Dumez
4c5c1d49c2
- Updated german translation
17 years ago
Christophe Dumez
8ba1cb329d
- Improved unicode support a bit
17 years ago
Christophe Dumez
a28160bcaa
- Fixed a bug when deleting a torrent from finished list (just introduced)
17 years ago
Christophe Dumez
c9925eddb6
- Big code cleanup
...
- Added a Qwrapper for torrent_handle to make code more readable
17 years ago
Christophe Dumez
5946f20783
- Updated beta5 changelog
17 years ago
Christophe Dumez
a4a98e3ada
- Added some checking before adding torrents to finished/download lists to avoid duplicate in some circumstances
17 years ago
Christophe Dumez
a01c7e2c60
- Improved finished torrents code a little
17 years ago
Christophe Dumez
2bf0aba48a
- improved some asserts for progress checking
17 years ago
Christophe Dumez
7030f85826
- Added an assert to check that progress value is < 100%
...
- Modified a test due to a bug in libtorrent for #133480
17 years ago
Christophe Dumez
5066819c58
- Added some more assert to be sure progress value is under 100%
17 years ago
Christophe Dumez
5231f5a22b
- Rewrote a lot of code concerning finishedTorrents code. It was optimized and should be safer too
17 years ago
Christophe Dumez
de8c3158fe
- Make use of qDeleteAll() function from Qt4
17 years ago
Christophe Dumez
04352cce3c
- Fixed bad assert
...
- Little checking before saving url seeds list
- Little optimization to make fastresume data saving faster
17 years ago
Christophe Dumez
5315ba7894
- Fixed french translation
17 years ago
Christophe Dumez
2ce097ec77
- Fixed keyboard shortcuts for third tab ( closes #127942 )
17 years ago
Christophe Dumez
d025a2ea36
- Updated TODO (preview is working in seeding list now)
17 years ago
Christophe Dumez
a4d24fd4a7
- Updated TODO
...
- Last commit allows to remove url seeds now too (forgot)
17 years ago
Christophe Dumez
b2867e97bf
- Updated spanish translation
17 years ago
Christophe Dumez
98159eaa1b
- Updated TODO
17 years ago
Christophe Dumez
b4fbaaa47c
BUGFIX: Improved incremental download
17 years ago
Christophe Dumez
df8c591edd
- Updated todo
17 years ago
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.
17 years ago
Christophe Dumez
55834ba5db
- Fixed session ratio value: was either 10. or 1. ( closes #133026 )
17 years ago
Christophe Dumez
417d8a777b
- Updated portuguese and brazilian translations
17 years ago
Christophe Dumez
38b008a2ac
- Updated slovak translation
17 years ago