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
FranciscoPombal
8bb097fd10
Add GitHub Actions file health workflow
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
Mike Tzou
424e2c76fa
Merge pull request #13668 from jagannatharjun/consistent
...
Improve consistency between transfer list and torrent content view
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
FranciscoPombal
ef1c7eec74
Fix trailing whitespace in multiple files
...
Also fix formatting of CODING_GUIDELINES.md
4 years ago
FranciscoPombal
87527fccc6
Encode files in UTF-8 without BOM
4 years ago
Mike Tzou
f23234d0df
Merge pull request #13667 from Chocobo1/webui
...
Remove outdated information
4 years ago
jagannatharjun
fdbc3a692f
Align integer data to right in torrent content view
4 years ago
Vladimir Golovnev
571aaea3e0
Merge pull request #13658 from glassez/recheck
...
Don't resume "paused" torrents when put into "checking" state by libtorrent
4 years ago
jagannatharjun
d0986297ca
Rename TR_PROGRESS header in TransferList
...
Closes #13665
4 years ago
Chocobo1
188e679ea3
Remove outdated information
4 years ago
Mike Tzou
4209a5699a
Merge pull request #13632 from jagannatharjun/progress-style
...
Allow progress bar styling from custom themes
4 years ago
Vladimir Golovnev (Glassez)
80ca7796ca
Fix torrent state calculation
4 years ago
jagannatharjun
02f19bfbee
Use ProgressbarDelegate for drawing progressbar in PropListDelegate
...
Also directly provide display data from model rather then generating it in delegate
4 years ago
jagannatharjun
49d5591f48
Use ProgressBarDelegate for drawing progressbar in TransferListView
4 years ago
jagannatharjun
816bc45707
Implement ProgressBarDelegate
4 years ago
Mike Tzou
73e9dce143
Merge pull request #13637 from Chocobo1/libt
...
Improve compatibility with libtorrent 2.0
4 years ago
Vladimir Golovnev (Glassez)
9f0edde12b
Don't resume "paused" torrents when checking by libtorrent
4 years ago
Mike Tzou
cf55b67cee
Merge pull request #13646 from jagannatharjun/content-crash
...
Fix crash when clicked outside the table of torrent content view
4 years ago
Mike Tzou
9ca415c665
Merge pull request #13636 from FranciscoPombal/clarify_protocol
...
Clarify protocol choice label
4 years ago
Mike Tzou
af029e6c3f
Merge pull request #13639 from FranciscoPombal/update_ci_actions
...
Update GitHub Actions CI actions versions
4 years ago
Mike Tzou
6d514c97f8
Merge pull request #13569 from brvphoenix/webui
...
Fix the issue that IPv6 address can't be banned
4 years ago
jagannatharjun
e812ac2c0b
Fix crash when clicked outside the table of torrent content view
...
Closes #13645
4 years ago
Chocobo1
480832318c
Add support for tracker scrape in libtorrent 2.0
4 years ago
Chocobo1
7a3e397949
Migrate away from deprecated functions in libtorrent 2.0
4 years ago
Chocobo1
c95e450b8d
Improve compatibility with libtorrent 2.0
...
In libtorrent 2.0, the `connection_type` was changed to a flag type and
hence it cannot be used in a switch statement directly. Also our use of
`connection_type` is limited so that a single equality comparison
would cover all of our use cases.
4 years ago
FranciscoPombal
b63a34110e
Update "GitHub Actions" CI actions versions
4 years ago
Vladimir Golovnev
0a2a71e83b
Merge pull request #13625 from FranciscoPombal/expose_content_path
...
Expose contentPath in WebAPI torrents/info
4 years ago
FranciscoPombal
831bf71ce6
Clarify protocol choice label
4 years ago
Mike Tzou
172eda5471
Merge pull request #13620 from Chocobo1/qhash
...
Move qHash helper for libtorrent types to its own file
4 years ago
FranciscoPombal
aa899f0693
Expose contentPath in WebAPI torrents/info
...
Bump WebAPI version to 2.6.1
4 years ago
Vladimir Golovnev
82602b51bf
Merge pull request #13614 from glassez/resumedata
...
Prevent resume data to be saved for removed torrent
4 years ago