Vladimir Golovnev
e6c174c33b
Merge pull request #13882 from jesec/master
...
WebAPI: allow to attach tags while adding torrents
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
sledgehammer999
82716d8014
Merge pull request #13871 from sledgehammer999/magnet_delete
...
Don't try to remove folders for a torrent without metadata
4 years ago
sledgehammer999
af262e9a14
Merge pull request #13870 from sledgehammer999/fix_magnet_queue
...
Fix status of torrents without metadata
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
Mike Tzou
c4485d0af7
Merge pull request #13849 from Chocobo1/travisci
...
Add libtorrent 2.0 to TravisCI script
4 years ago
Mike Tzou
7c5d0a0e00
Merge pull request #13876 from Chocobo1/fix
...
Fix availability value
4 years ago
Mike Tzou
5f014a2056
Merge pull request #13706 from FranciscoPombal/translation_whitespace_fix
...
Detect .ts file issues with file health workflow
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
FranciscoPombal
d79c5824b8
Detect .ts file issues with file health workflow
...
Also adjust newlines to improve output
4 years ago
Chocobo1
4381739b6d
Fix coding style
4 years ago
Chocobo1
8f2cdcef0e
Fix availability value
...
Closes #13869 .
Fix up 02f19bfbee
.
4 years ago
Chocobo1
990cc41e80
Add libtorrent 2.0 to TravisCI script
...
Also bumping to ubuntu focal as libtorrent requires boost >= 1.66.
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
Mike Tzou
a4e7e546ff
Merge pull request #13848 from Chocobo1/travisci_macos
...
Update to use latest macOS image for TravisCI
4 years ago
Mike Tzou
4259b4571c
Merge pull request #13836 from Chocobo1/webui
...
Add ability to use 'shift+delete' to delete torrents in WebUI
4 years ago
Chocobo1
2414a79578
Update to use latest macOS image for TravisCI
...
The default version is so outdated that it needs to rebuild many
dependencies. Now we bump it to the latest version so that it can use
prebuilt packages.
4 years ago
Mike Tzou
84623ac1f6
Merge pull request #13820 from Chocobo1/sorting
...
Fix wrong data used for comparison
4 years ago
Chocobo1
d46343fb9c
Add ability to use 'shift+delete' to delete torrents in WebUI
...
Closes #13827 .
4 years ago
Vladimir Golovnev
5c788a6130
Merge pull request #13822 from adem4ik/patch-4
...
NSIS: Update Russian translation
4 years ago
Andrei Stepanov
281cf584ec
NSIS: Update Russian translation
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
Mike Tzou
f71f7a0b63
Merge pull request #13787 from Chocobo1/actions
...
Pin github actions scripts to major versions
4 years ago
Mike Tzou
b8c03a1905
Merge pull request #13788 from RockyTDR/master
...
Fix confusion in date format description
4 years ago
Thomas De Rocker
9515b40ca5
Fix confusion in date format description ( #1 )
...
* Update automatedrssdownloader.ui
* Update rssDownloader.html (#2 )
4 years ago
Chocobo1
df3d3db776
Pin github actions scripts to major versions
...
> Using the specific major action version allows you to receive critical
> fixes and security patches while still maintaining compatibility. It
> also assures that your workflow should still work.
https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsuses
4 years ago
Vladimir Golovnev
e15df81351
Merge pull request #13758 from glassez/coding-style
...
Improve coding style
4 years ago
Mike Tzou
77ec423510
Merge pull request #13766 from RockyTDR/patch-2
...
Update dutch.nsi
4 years ago
Vladimir Golovnev (Glassez)
c41df9ffbd
Improve coding style
4 years ago
sledgehammer999
acad35c5bc
Merge pull request #13634 from sledgehammer999/add_latgalian_language
...
New translation: Latgalian
4 years ago
Thomas De Rocker
6b3fe68a17
Update dutch.nsi
...
As referenced in https://github.com/qbittorrent/qBittorrent/pull/13615
and suggested by @glassez
- Use the word qBittorrent when it is mentioned for the first time within a string.
- If the string contains other references to qBittorrent, then use it (rather than repeating qBittorrent).
Line 24 is the updated Dutch translation for the recently updated English source string (may 2020)
4 years ago
sledgehammer999
6ec07d744e
Add Latgalian translation
...
Closes #12415
4 years ago
sledgehammer999
989fdb5895
Update .desktop file translations
4 years ago
Mike Tzou
e60b91b5e2
Merge pull request #13738 from Chocobo1/fix
...
Don't use deprecated torrent state "allocating"
4 years ago
Chocobo1
0be2567d97
Don't use deprecated torrent state "allocating"
...
Closes #13737 .
4 years ago
Vladimir Golovnev
61770ad69e
Merge pull request #13123 from glassez/handle-paused
...
Handle torrent "paused" state at application level
4 years ago
Vladimir Golovnev (Glassez)
85bd0feee0
Handle torrent "paused" state at application level
4 years ago
Mike Tzou
b249216db6
Merge pull request #13659 from FranciscoPombal/whitespacev2
...
File health: trailing newlines, whitespace, etc fixes and GitHub Actions workflow
4 years ago
Mike Tzou
2a2a80b0bf
Merge pull request #13696 from Chocobo1/warnings
...
Suppress compiler warnings
4 years ago
Chocobo1
7ddd5e9bc3
Remove unused function
4 years ago
Chocobo1
6b4a4517ec
Remove redundant semicolon
4 years ago
Mike Tzou
7c1c91ac43
Merge pull request #13689 from Chocobo1/paste
...
Allow adding torrents using "Paste" key sequence
4 years ago
Mike Tzou
6b56768e9c
Merge pull request #13683 from NotTsunami/mingw
...
Fix mingw64 build error
4 years ago
Chocobo1
b2b7d02c01
Allow adding torrents using "Paste" key sequence
...
Closes #13685 .
4 years ago