shitcod3r
1b0f5b8567
NSIS: Add Uzbek translation
...
PR #18568 .
2 years ago
Burak Yavuz
3fea9f5a33
NSIS: Update Turkish translation
...
PR #18552 .
2 years ago
sledgehammer999
915121a0dd
Sync translations from Transifex and run lupdate
2 years ago
sledgehammer999
5e952a561b
NSIS: Set shortcut's workind dir to install path
2 years ago
Deividas
cba9680ef9
NSIS: Update Lithuanian translation
...
PR #18434 .
2 years ago
Jonatan
f8236eb397
NSIS: Update Swedish translation
...
PR #18240 .
2 years ago
Chocobo1
d2e595aac3
Remove docker information
...
It has been moved to its own repo: https://github.com/qbittorrent/docker-qbittorrent-nox
PR #18199 .
2 years ago
sledgehammer999
4cb60f4870
Sync translations from Transifex and run lupdate
2 years ago
Faisal A. F. Rahman
0f2cc92ba2
NSIS: Update Indonesian translation
...
PR #17890 .
2 years ago
schnurlos
17a5bd03c5
NSIS: update German translation
...
Adding Windows 10 requirement.
PR #17860 .
2 years ago
Ícaro
ada594faf3
NSIS: update Portuguese BR translation
...
PR #17857 .
2 years ago
Andrei Stepanov
544f9675c6
NSIS: Update Russian translation
...
PR #17827 .
2 years ago
Thomas De Rocker
0c76321a6a
Update dutch.nsi
...
Translate new strings and polish existing strings
2 years ago
maboroshin
10349b84d6
Update japanese.nsi
2 years ago
Priit Uring
874b015b20
NSIS: Update Estonian translation
2 years ago
sledgehammer999
102b6c32eb
NSIS: Refactor configuration to ease installer creation via scripting
2 years ago
sledgehammer999
2af1e1874e
NSIS: Require Windows 10 1809 for Qt6 builds
...
Also refactor the config.nsi with more defines that control the build.
Closes #17783
2 years ago
sledgehammer999
680455a21b
NSIS: Drop hardcoded qt's translation filenames
2 years ago
sledgehammer999
db7850e218
Sync translations from Transifex and run lupdate
2 years ago
Chocobo1
1dcfd7bb59
Improve docker documentation
...
Clarify that some paths should be full paths.
Related #17729 .
PR #17736 .
2 years ago
sledgehammer999
b3334e5fac
Binary distributions are GPLv3+ licensed
2 years ago
Hugo Carvalho
16a99e687f
Update org.qbittorrent.qBittorrent.desktop
2 years ago
Hugo Carvalho
cc8c1a5748
Update org.qbittorrent.qBittorrent.desktop
...
Sort language codes alphabetically
2 years ago
sledgehammer999
ddf4b94bc6
Sync translations from Transifex and run lupdate
2 years ago
Coool
ac6af55335
NSIS: update Latvian
...
PR 17529.
2 years ago
Minseo Lee
0d5d6db0ee
NSIS: update Korean
...
PR #17547 .
2 years ago
bovirus
858eea1e9e
NSIS: Update Italian language
...
PR #17098 .
2 years ago
清靈語
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 .
2 years ago
luzpaz
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 .
2 years ago
Blackspirits
3023cff2b5
NSIS: Update Portuguese translations
...
PR #17222 .
2 years ago
sledgehammer999
3af832ec18
Sync translations from Transifex and run lupdate
3 years ago
Chocobo1
1ae5339c33
Add script for docker-compose
3 years ago
Chocobo1
7562e0e870
Add support for search engine
...
Also mount /tmp as writable, this is required by qbt and not just for
the search engine functionality.
3 years ago
Chocobo1
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.
3 years ago
Chocobo1
6778d36454
Make the container filesystem read-only
...
It is not expected to modify the filesystem of the container.
Mounted volumes (-v) are not affected.
3 years ago
Chocobo1
bc54860ad6
Avoid using valid path for illustrative purpose
...
Otherwise docker will really create this example path on host machine
which is bad.
3 years ago
Chocobo1
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 .
3 years ago
Tom Piccirello
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 .
3 years ago
Tom Piccirello
a8b6a40f13
Separate docker image data and config dirs
...
PR #16972 .
3 years ago
Amanuense-del-diavolo
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 .
3 years ago
sledgehammer999
f35d94d98e
Update instructions about NSIS packaging
...
Include a helper a script to gather valid Qt translations for packaging.
3 years ago
sledgehammer999
01206a0e2e
Delete Qt translations files
3 years ago
sledgehammer999
b7c098c5e6
Sync translations from Transifex and run lupdate
3 years ago
Chocobo1
f08c0afbea
Update NSIS French translation
...
PR #16562 .
Co-authored-by: RqndomHax <paul.codepro@gmail.com>
3 years ago
Juanjo Jiménez
7b8962a796
Update NSIS translations for "Spanish" and "Spanish International"
...
PR #16455 .
3 years ago
sledgehammer999
a3a8c19dc2
Sync translations from Transifex and run lupdate
3 years ago
Nicolas Fella
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 .
3 years ago
sledgehammer999
d6fc020ba7
Bump to 4.5.0alpha1
3 years ago
sledgehammer999
e8c65388eb
Bump copyright year
3 years ago
sledgehammer999
f2cbb61d49
Sync translations from Transifex and run lupdate
3 years ago