Mike Tzou
c6e26f5dd0
Merge pull request #12232 from Chocobo1/warning
...
Add logging for SOCKS5 proxy errors
5 years ago
Vladimir Golovnev
776c136eb9
Merge pull request #12291 from adem4ik/patch-3
...
NSIS: Update Russian translation
5 years ago
Mike Tzou
2408ce98e6
Merge pull request #12285 from Chocobo1/log
...
Save log file in UTF-8 encoding
5 years ago
Mike Tzou
6b5b5df90c
Merge pull request #12283 from Chocobo1/qtTr
...
Include translation resources with file globbing
5 years ago
Andrei Stepanov
124fb60635
NSIS: Update Russian translation
...
Remake of my previous PR https://github.com/qbittorrent/qBittorrent/pull/12251
5 years ago
sledgehammer999
0bf430ea4c
Merge pull request #12244 from BouRock/patch-3
...
NSIS: Update Turkish translation
5 years ago
Burak Yavuz
ead2d95fdf
NSIS: Update Turkish translation
5 years ago
sledgehammer999
03ae915b26
Merge pull request #12269 from maboroshin/master
...
NSIS: Update Japanese translation
5 years ago
sledgehammer999
b06f61ed20
Merge pull request #12265 from roope242/finnish_translation
...
NSIS: Update Finnish translation
5 years ago
Mike Tzou
c0b0c6dcfc
Merge pull request #12259 from Chocobo1/dtor
...
Rely on Qt ownership to free resources
5 years ago
Mike Tzou
185d8c97c1
Merge pull request #12273 from Kolcha/hidpif
...
Don't round scaling factor
5 years ago
Chocobo1
54a685e953
Add logging for SOCKS5 proxy errors
5 years ago
Roope Jukkara
bd53254e28
NSIS: Update Finnish translation
...
Translated most of the finnish installer translation -file to finnish language.
5 years ago
Chocobo1
c52737e07c
Avoid log file excessive flushing
...
Excessive flushing could happen when a lot of logging happens in a short
time interval.
5 years ago
Chocobo1
12396a7582
Save log file in UTF-8 encoding
...
Otherwise it uses sytem defaults: usually UTF-8 on Linux and local 8-bit
encoding on Windows.
5 years ago
Chocobo1
d179c6d5a1
Rename variable
5 years ago
Chocobo1
9630e7b689
Rely on Qt ownership to free resources
...
The m_reply has already changed parent in
DownloadHandlerImpl::assignNetworkReply() and thus we can rely on Qt
ownership to delete the object.
5 years ago
Chocobo1
1466c562e5
Include translation resources with file globbing
...
This will include all qtbase_*.qm files and only explicitly listed
qt_*.qm files will be included.
5 years ago
Mike Tzou
5049b76b40
Merge pull request #12260 from Chocobo1/latin1
...
Construct QString more efficiently
5 years ago
Nick Korotysh
a9b0d84df9
Don't round scaling factor
...
Qt 5.14 introduced new feature related to HighDPI screens support,
this parameter is called "scale factor rounding policy", and it is
intended to improve fractional scale factor support (like 150%).
Qt::PassThrough value guarantee that no any rounding will applied to
scale factor, and will be used as is.
5 years ago
maboroshin
66ffa9adc2
NSIS: Update Japanese translation
5 years ago
Chocobo1
7de8a4d6e0
Construct QString more efficiently
5 years ago
Chocobo1
2c23840947
Allow to translate error messages
5 years ago
sledgehammer999
fcc87b4e9b
Sync translations from Transifex and run lupdate
5 years ago
sledgehammer999
fbf325c6d6
Merge pull request #12220 from kasper93/header
...
Add missing QPainterPath header include
5 years ago
Mike Tzou
18156bd676
Merge pull request #12154 from an0n666/remove-path-limit
...
NSIS: Add option to remove Windows path length limitation & Update manifest to support long path
5 years ago
an0n666
a711558ba0
NSIS: Add option to remove Windows path length limitation
5 years ago
Kacper Michajłow
e2c9ca5ee5
Add missing QPainterPath header include
5 years ago
Mike Tzou
ab30cfcdb0
Merge pull request #12207 from FranciscoPombal/fix-webapi
...
WebAPI: fix matching uncategorized torrents
5 years ago
FranciscoPombal
e496e664db
WebAPI: Always allow whitespace in category names
5 years ago
FranciscoPombal
7d24e1c063
WebAPI: fix matching uncategorized torrents
...
Closes #11748 .
5 years ago
Mike Tzou
f44f1ffc97
Merge pull request #12206 from thalieht/monitoredTMM
...
Disable Auto TMM when not using default savepath from monitored folder
5 years ago
thalieht
598c856c88
Disable Auto TMM when not using default savepath from monitored folder
5 years ago
Mike Tzou
4884f08e04
Merge pull request #12187 from NotTsunami/keypress
...
Allow other keypresses in LogListWidget
5 years ago
Mike Tzou
a9111b1357
Merge pull request #12180 from FranciscoPombal/fix_stats
...
Fix total connected peers count calculation
5 years ago
FranciscoPombal
a81789f4af
Fix total connected peers count calculation
...
Also fix small typo in function name.
5 years ago
NotTsunami
c5aab39836
Allow other keypresses in LogListWidget
...
By not emitting the native signal, all other keypresses other than
the copy and select keysequences are ignored. This should reallow
keyboard navigation within LogListWidget objects.
Closes #12172 .
5 years ago
Vladimir Golovnev
c323f64c96
Merge pull request #12188 from thalieht/queuemove
...
Append new move storage job to queue
5 years ago
Mike Tzou
0ffa0478bc
Merge pull request #12168 from Chocobo1/version
...
Get library version strings at runtime
5 years ago
thalieht
18289f2395
Append new move storage job to queue
...
fixup e4ff206e3c
5 years ago
Chocobo1
b7e7d8019c
Use helper function to construct QString
...
This is shorter and avoids the need of 2 constructors.
5 years ago
Chocobo1
6c307774f1
Get library version strings at runtime
...
We mostly use boost in header-only mode, so it is a non-trivial job to
get the version string at runtime.
5 years ago
Mike Tzou
8e553adc92
Merge pull request #12158 from Chocobo1/man
...
Add man page files in Markdown format
5 years ago
Vladimir Golovnev
5127156ba4
Merge pull request #12035 from glassez/move-storage
...
Move torrent storages one by one
5 years ago
Chocobo1
13ad1ee520
Add man page files in Markdown format
...
This allow us to edit man pages in a humane format.
5 years ago
Mike Tzou
f80b7affd9
Merge pull request #12138 from Chocobo1/dist
...
Update Qt translations
5 years ago
Vladimir Golovnev
a7b342edcb
Merge pull request #12083 from glassez/app-instances
...
Allow single app instance per configuration
5 years ago
Chocobo1
a0e617260f
Update supported python version
...
Fix up baa13c044a
.
5 years ago
Chocobo1
7b25dd24d0
Update Qt translation files
5 years ago
Chocobo1
8cc082f966
Switch to https link
5 years ago