Vladimir Golovnev (Glassez)
1d5dc283fe
Allow to add root folder to torrent content
4 years ago
Vladimir Golovnev (Glassez)
f6d1fea9b7
Fix bug of "move storage job" can be performed multiple times
4 years ago
Chocobo1
78638a15be
Migrate away from deprecated QVariant comparison operators
...
Fortunately, serializing to JSON limits the data types to a very small
subset and thus we are able to implement the comparison without much
hassle.
Fix up cba8d83b21
.
4 years ago
Vladimir Golovnev (Glassez)
d4a51979bb
Extract enum serialization/parsing functions
4 years ago
Vladimir Golovnev (Glassez)
77555cd5c2
Improve torrent name handling
4 years ago
Chocobo1
20ae89c2a1
Add support for `allow_idna` option
...
Upstream PR: https://github.com/arvidn/libtorrent/pull/5316
4 years ago
Chocobo1
0baa23f553
Update "HTTPS tracker validation" enablement conditional
...
https://github.com/arvidn/libtorrent/pull/5313
4 years ago
FranciscoPombal
6152b83405
Use #pragma once instead of include guards
4 years ago
Vladimir Golovnev (Glassez)
5f94238d23
Fix bug of torrents don't save "stopped" state
4 years ago
Chocobo1
4d1d5d6b20
Revise Utils::Version comparison operators
4 years ago
Chocobo1
5ba6a5fca1
Add operator< for InfoHash class
4 years ago
Chocobo1
cba8d83b21
Migrate away from deprecated QVariant comparison operators
...
Another idea would be manually define a custom comparison function for
QVariant. However, having the function would be excessive due to its
limited usage count, also note that we are already casting
various QVariant to its underlying type in existing code.
4 years ago
Chocobo1
ff3d0346eb
Fix coding style
4 years ago
Chocobo1
498da509db
Use Qt provided forward declaration header
4 years ago
Chocobo1
9f0429ca6f
Use the correct type when referring to info hash
4 years ago
Vladimir Golovnev (Glassez)
4e04cd27c9
Fix received metadata handling
4 years ago
FranciscoPombal
7e4b428a3e
Fix method invocation on Qt < 5.10
...
Fixup 0c3fe54b0b
4 years ago
Vladimir Golovnev
2f6ed86c78
Drop support for building with libtorrent < 1.2.11
...
Co-authored-by: Vladimir Golovnev <glassez@yandex.ru>
4 years ago
FranciscoPombal
6590915b15
Update minimum depedency versions
4 years ago
Vladimir Golovnev (Glassez)
a93b675cb8
Search for existing files in separate thread
4 years ago
Chocobo1
6aa5abf298
Update URL to libtorrent settings
4 years ago
Chocobo1
bd672c4c4e
Move "embedded tracker" options to qbt section
4 years ago
Chocobo1
8d768bda31
Add links to libtorrent documentation
4 years ago
Chocobo1
5110994f81
Lift upper limit of "Max concurrent HTTP announces" option
...
Closes #13800 .
4 years ago
Chocobo1
83d17b5c0e
Remove unnecessary restriction on input length
...
Closes #13884 .
4 years ago
Vladimir Golovnev (Glassez)
9497300a4a
Don't rewrite TorrentInfo instance if it's valid
4 years ago
Vladimir Golovnev (Glassez)
acab62e345
Properly handle "Append extension" option changing
4 years ago
Vladimir Golovnev (Glassez)
0e8feed2f2
Clean up metadata downloading code
4 years ago
Jesse Chan
d0d5af8c66
WebAPI: bump version to 2.6.2
4 years ago
Jesse Chan
86f9b1f6db
WebAPI: allow to attach tags while adding torrents
4 years ago
Chocobo1
eaaacd71a8
Simplify the calculation of speed graph scale
4 years ago
Chocobo1
75cead9266
Avoid potential rounding to integer issues
4 years ago
Chocobo1
4381739b6d
Fix coding style
4 years ago
Chocobo1
8f2cdcef0e
Fix availability value
...
Closes #13869 .
Fix up 02f19bfbee
.
4 years ago
sledgehammer999
9721acbf63
Don't try to remove folders for a torrent without metadata
4 years ago
sledgehammer999
be5cb1683b
Fix status of torrents without metadata
4 years ago
Chocobo1
d46343fb9c
Add ability to use 'shift+delete' to delete torrents in WebUI
...
Closes #13827 .
4 years ago
Chocobo1
13c4581c86
Fix wrong data used for comparison
...
In torrent transfer list we should use underlying data for sorting, not
displayed values.
Closes #13818 .
4 years ago
sledgehammer999
9c938b91b7
Sync translations from Transifex and run lupdate
4 years ago
Thomas De Rocker
9515b40ca5
Fix confusion in date format description ( #1 )
...
* Update automatedrssdownloader.ui
* Update rssDownloader.html (#2 )
4 years ago
Vladimir Golovnev (Glassez)
c41df9ffbd
Improve coding style
4 years ago
sledgehammer999
6ec07d744e
Add Latgalian translation
...
Closes #12415
4 years ago
Chocobo1
0be2567d97
Don't use deprecated torrent state "allocating"
...
Closes #13737 .
4 years ago
Vladimir Golovnev (Glassez)
85bd0feee0
Handle torrent "paused" state at application level
4 years ago
Chocobo1
7ddd5e9bc3
Remove unused function
4 years ago
Chocobo1
6b4a4517ec
Remove redundant semicolon
4 years ago
Chocobo1
b2b7d02c01
Allow adding torrents using "Paste" key sequence
...
Closes #13685 .
4 years ago
NotTsunami
a5f8f1f0f5
Fix mingw64 build error
...
mingw64 defines interface, so revert back to previous naming scheme
Fixes: 87864531ab
Closes #13649
4 years ago
FranciscoPombal
41ae2bfb84
Make sure there are no empty files
4 years ago
FranciscoPombal
4bdf9eda41
Fix extra/missing trailing new lines in files
4 years ago