sledgehammer999
564d845d87
Use the incomplete folder where appropriate
...
Restored torrents already have the correct path saved in their fastresume. Don't override it.
Magnets and new torrents have to be set explicitly to the incomplete folder if it is enabled.
Closes #11552
5 years ago
Mike Tzou
d051519eff
Merge pull request #11568 from Chocobo1/icon
...
Fix inconsistent icon for deleting torrent
5 years ago
Chocobo1
a92826d316
Fix inconsistent icon for deleting torrent
...
Closes #11565 .
5 years ago
Mike Tzou
2e8b17e498
Merge pull request #11521 from Chocobo1/errorStatus
...
Fix stuck in wrong torrent state
5 years ago
Vladimir Golovnev
452b1d8ea2
Merge pull request #11543 from j1warren/content_tab_feature
...
Expand single-item folders in torrent content
5 years ago
sledgehammer999
ad0bc5d90d
Bump to 4.3.0alpha1
5 years ago
sledgehammer999
b7c2f74c19
Update Changelog
5 years ago
sledgehammer999
f46058bbd6
Sync translations from Transifex and run lupdate
5 years ago
sledgehammer999
b296c076f1
Merge pull request #11539 from sledgehammer999/nsis_min_winVer
...
Enforce min Windows version in NSIS installer
5 years ago
warren
b37795d344
Expand single-item folders in torrent content
5 years ago
Vladimir Golovnev
a73dfe4a10
Merge pull request #11538 from glassez/rss-logging
...
Log "RSS Feed successfully downloaded" event
5 years ago
Vladimir Golovnev (Glassez)
9342fb15b3
Log "RSS Feed successfully downloaded" event
5 years ago
sledgehammer999
5d0d8a0b7b
Enforce min Windows version in NSIS installer
5 years ago
Mike Tzou
7e0d64294c
Merge pull request #11535 from Chocobo1/libt
...
Migrate away from deprecated API
5 years ago
Chocobo1
bf58555a7a
Migrate away from deprecated API
5 years ago
sledgehammer999
56c0f39593
Merge pull request #11520 from sledgehammer999/revert_fastresume_functionality
...
Revert fastresume functionality
5 years ago
sledgehammer999
bd3f723ebf
Merge pull request #11474 from sledgehammer999/webui_bump
...
Bump Web API version
5 years ago
Chocobo1
b6050463f4
Show torrent error message in transfer list
5 years ago
Chocobo1
2ca70cf6cc
Fix stuck in wrong torrent state
...
Before this patch, adding the torrent in
https://github.com/qbittorrent/qBittorrent/issues/11511 and the torrrent
state will stay in torrent_status::checking_resume_data forever.
This is not the correct state since the `torrent_status.errc` field is
non-zero and this commit fixes it.
5 years ago
sledgehammer999
7aa01a1b51
Revert "Always save info dict when saving fastresume"
...
This reverts commit 4aab44e779
.
5 years ago
sledgehammer999
005f0010ec
Revert "Fix unable to remove web seeds"
...
This reverts commit d657c87243
.
5 years ago
Vladimir Golovnev
7ff8545f55
Merge pull request #11505 from glassez/fix-build
...
Fix compilation for Windows 7 with MinGW
5 years ago
Vladimir Golovnev (Glassez)
a4b9a4d9da
Fix compilation for Windows 7 with MinGW
5 years ago
sledgehammer999
9c1617b977
Bump to 4.2.0RC
5 years ago
sledgehammer999
442daa31d4
Update Changelog
5 years ago
sledgehammer999
c27457efda
Sync translations from Transifex and run lupdate
5 years ago
Mike Tzou
aaf659519a
Merge pull request #11499 from Chocobo1/limits
...
Avoid session reconfiguration when limit has not changed
5 years ago
Chocobo1
af52a18f82
Avoid session reconfiguration when limit has not changed
...
Fix up 5d46c9b2d6
.
5 years ago
Mike Tzou
1bd739dd4a
Merge pull request #11493 from Chocobo1/speed
...
Revise "speed limits" related code
5 years ago
Vladimir Golovnev
76a3f57996
Merge pull request #11494 from thalieht/allowrecheck
...
Reallow to force recheck torrents that aren't fully started
5 years ago
thalieht
4ffc0cff12
Reallow to force recheck torrents that aren't fully started
5 years ago
Chocobo1
5d46c9b2d6
Revise "speed limits" related code
...
The old code has a wrong comparison which compares speed limits
in different magnitude: bytes vs KiB. The comparison is removed.
Also the old code treats values that are smaller than 1024 as unlimited
speed which is clearly wrong.
5 years ago
Mike Tzou
30ca4e6986
Merge pull request #11489 from Chocobo1/webapi
...
Code cleanup
5 years ago
Chocobo1
0f2c61a207
Remove redundant type casting
5 years ago
Chocobo1
b55403ce66
Pass TriStateBool by value
5 years ago
Chocobo1
640f52c05f
Let eta function return signed integer
...
We already use signed integer internally so it make sense to return it
as-is.
5 years ago
Chocobo1
8fe8cbd3d1
Reuse code path in switch cases
5 years ago
Chocobo1
9b5df92078
Give better name to parameter checking function
...
This function will throw exceptions if the required parameters do not
exsit hence a stronger word is more appropriate here.
Also change the function parameter type to QVector. We don't need the
duplicate entries checking as currently we only use 3 fields at max and
can be easily checked by hand. So drop back to QVector which can be
constructed more efficiently.
5 years ago
Mike Tzou
9cb07db84b
Merge pull request #11473 from j1warren/dblclick_preview_file
...
Add "Preview file" double-click action
5 years ago
Mike Tzou
cdb1874263
Merge pull request #11466 from Xegor/master
...
Add "create subfolder" option to RSS auto-download rules
5 years ago
Mike Tzou
e69df60f11
Merge pull request #11462 from jagannatharjun/cmake
...
Fix CMake Windows compilation
5 years ago
Prince Gupta
e3879f9ab9
CMake: Use libraries from winconf.pri
5 years ago
Mike Tzou
e009f17889
Merge pull request #11476 from Chocobo1/lupdate
...
Address lupdate warnings
5 years ago
warren
74009f13d9
Add "Preview file" double-click action
5 years ago
Chocobo1
ff4aae11f8
Add required header
...
The header was missing and our cmake CI builds failed as a result.
5 years ago
Xegor
325f36fa4f
Add create subfolder option to RSS auto-download rules
5 years ago
Chocobo1
d936bca268
Move DownloadHandlerImpl class to its own file
...
This also resolves lupdate warning.
5 years ago
Chocobo1
b4c518e075
Run lupdate in CI
5 years ago
Chocobo1
9ef2cd48e0
Fix translation not applied
5 years ago
sledgehammer999
eff0208382
Bump Web API version
...
Closes #11403
5 years ago