858eea1e9e
NSIS: Update Italian language
...
PR #17098 .
2022-08-11 12:03:05 +08:00
ef297dd8e6
Revise Docker document
...
Currently Docker Inc. recommends installing Docker Desktop instead of the CLI.
docker-compose has been deprecated, replaced by docker compose.
PR #17448 .
2022-08-01 13:10:47 +08:00
8736c9ec4c
Fix various typos
...
Found via `codespell -q 3 -S *.ts,*.desktop,./src/base/3rdparty,./dist/windows/installer-translations -L ba,doas,ist,ro,ths`
PR #17317 .
2022-07-06 13:11:11 +08:00
3023cff2b5
NSIS: Update Portuguese translations
...
PR #17222 .
2022-06-20 13:09:17 +08:00
3af832ec18
Sync translations from Transifex and run lupdate
2022-05-22 19:14:00 +03:00
1ae5339c33
Add script for docker-compose
2022-05-05 22:01:49 +08:00
7562e0e870
Add support for search engine
...
Also mount /tmp as writable, this is required by qbt and not just for
the search engine functionality.
2022-05-05 19:52:10 +08:00
0e456f33c1
Run qbt-nox as non-root
...
This is mainly to avoid downloaded files being owned by root which
requires another one or two commands to change the file ownership.
2022-05-05 13:39:52 +08:00
6778d36454
Make the container filesystem read-only
...
It is not expected to modify the filesystem of the container.
Mounted volumes (-v) are not affected.
2022-05-05 13:39:27 +08:00
bc54860ad6
Avoid using valid path for illustrative purpose
...
Otherwise docker will really create this example path on host machine
which is bad.
2022-05-05 11:51:21 +08:00
4894578b72
Improve Docker build
...
* Improves code readability.
* Improve documentation.
* Fix "docker stop" doesn't terminate qbt gracefully which could lead to
data corruption.
* Provide correct/working bittorrent listening port by default.
* Make use of qbt profile option instead of hacking environment
variables.
* Simplify build steps.
PR #16976 .
2022-05-05 11:02:57 +08:00
48fa4e116c
Fix Docker legal notice when using existing config
...
If the user is using a pre-existing config, don't update the legal notice.
PR #16974 .
2022-05-04 12:12:15 +08:00
a8b6a40f13
Separate docker image data and config dirs
...
PR #16972 .
2022-05-03 10:58:37 +08:00
de8377ab53
added Dockefile and entrypoint.sh
...
It uses the latest available version for libtorrent and builds both libtorrent and qBittorrent with Cmake + ninja
The legal notice must be accepted trought an environment variable called LEGAL and passed to docker when the container is run, to set it true one must set "LEGAL=accept"
PR #16828 .
2022-04-25 11:39:25 +08:00
f35d94d98e
Update instructions about NSIS packaging
...
Include a helper a script to gather valid Qt translations for packaging.
2022-03-29 01:52:25 +03:00
01206a0e2e
Delete Qt translations files
2022-03-29 01:52:24 +03:00
b7c098c5e6
Sync translations from Transifex and run lupdate
2022-03-22 15:47:05 +02:00
f08c0afbea
Update NSIS French translation
...
PR #16562 .
Co-authored-by: RqndomHax <paul.codepro@gmail.com >
2022-03-10 12:32:53 +08:00
7b8962a796
Update NSIS translations for "Spanish" and "Spanish International"
...
PR #16455 .
2022-02-18 11:28:43 +08:00
a3a8c19dc2
Sync translations from Transifex and run lupdate
2022-02-14 19:28:07 +02:00
2da39e2fbb
Mark as single window app in .desktop file
...
qBittorrent is a single-window application.
By marking it as such desktop environments know to not offer to open
a new window for it.
This is a new standard key intruduced in
3ea3bc26e2
PR #15996 .
2022-01-10 13:31:53 +08:00
d6fc020ba7
Bump to 4.5.0alpha1
2022-01-06 20:47:06 +02:00
e8c65388eb
Bump copyright year
2022-01-04 01:39:00 +02:00
f2cbb61d49
Sync translations from Transifex and run lupdate
2022-01-04 00:39:43 +02:00
51d754a53e
Optimize PNG images losslessly with FileOptimizer
...
PR #15662 .
2021-11-05 12:59:25 +08:00
f991d2bdb4
Update Update Simplified Chinese translation
...
PR #15653 .
2021-11-02 17:54:18 +03:00
ddd106655d
Merge pull request #15622 from sledgehammer999/revert_nsis_bengali
...
Revert "NSIS: Add Bengali translation"
2021-10-31 12:07:49 +02:00
e370cbb06b
Sync translations from Transifex and run lupdate
2021-10-31 02:52:52 +03:00
80360cc79a
Revert "NSIS: Add Bengali translation"
...
This reverts commit 8085db6ba9
.
2021-10-25 00:46:34 +03:00
8085db6ba9
NSIS: Add Bengali translation
...
PR #15602 .
2021-10-22 05:52:11 +03:00
090199f9de
NSIS: Update Traditional Chinese translation
...
PR #15595 .
2021-10-20 07:15:09 +03:00
dabba89682
Update Indonesian translation
...
PR #15436 .
2021-09-10 09:05:40 +08:00
615b76f78c
Prolong wait time for shutdown
...
The default was 90s[1], prolong to 30 mins.
From the discussion in [2], ~2k torrents took 5 mins to completely
shutdown. Here we wait at most 30 mins which scales to about 12k
torrents which should cover most use case (also note that 4.3.x series
is mentioned to have even shorter shutdown time).
[1] https://www.freedesktop.org/software/systemd/man/systemd-system.conf.html#DefaultTimeoutStartSec=
[2] https://github.com/qbittorrent/qBittorrent/issues/15381#issuecomment-912080617
PR #15414 .
2021-09-04 13:20:35 +08:00
8439d4e827
Update Korean NSIS translation ( #15380 )
2021-08-29 11:27:09 +08:00
6e19878973
NSIS: Add Polish translation ( #15262 )
2021-08-06 12:16:46 +08:00
8a09558ed8
Sync translations from Transifex and run lupdate
2021-08-03 23:14:08 +03:00
933e56494c
Update Danish translation ( #15192 )
2021-07-16 12:55:05 +08:00
665ab34f25
Sync translations from Transifex and run lupdate
2021-06-26 21:03:43 +03:00
42582e21f7
Merge pull request #15016 from Chocobo1/pr_13756
...
Update Mac icons for Big Sur
2021-05-26 11:46:06 +08:00
41682bfcbb
Update Mac icons for Big Sur
...
Add Mac icon vector source.
2021-05-25 10:42:42 +08:00
34be8c9213
Merge pull request #14934 from sledgehammer999/translations
...
Update Qt translations and add new qbt translations
2021-05-23 21:59:29 +03:00
bd7dc8b5e7
NSIS: Update Swedish translation ( #14950 )
...
Remove redundant spaces.
2021-05-11 08:07:15 +03:00
a7ac700fe1
NSIS: Update Swedish translation ( #14933 )
...
Added a word.
2021-05-09 13:27:43 +03:00
b0685541d9
Add Turkish Qt translation
2021-05-07 21:55:10 +03:00
f097c15c61
Update Qt translations
...
Based on Qt 5.15.2
2021-05-07 21:42:21 +03:00
59b53f3db4
NSIS: Update Hungarian translation ( #14906 )
...
Add hungarian translation.
2021-05-06 21:28:04 +03:00
aec53b2849
Merge pull request #14905 from BouRock/patch-4
...
NSIS: Update Turkish translation
2021-05-06 10:38:15 +08:00
4561d844e4
NSIS: Update Turkish translation
...
Uninstall string added
2021-05-03 18:08:21 +03:00
3caa57358f
NSIS: Update Japanese translation
2021-05-03 16:41:31 +09:00
94195d5339
Sync translations from Transifex and run lupdate
2021-05-02 18:32:42 +03:00