Chocobo1
d936bca268
Move DownloadHandlerImpl class to its own file
...
This also resolves lupdate warning.
5 years ago
Chocobo1
b4c518e075
Run lupdate in CI
5 years ago
Chocobo1
9ef2cd48e0
Fix translation not applied
5 years ago
sledgehammer999
eff0208382
Bump Web API version
...
Closes #11403
5 years ago
sledgehammer999
0ff3b7641d
Correctly update WebUI translations
5 years ago
sledgehammer999
871161310b
Sync translations from Transifex and run lupdate
5 years ago
Mike Tzou
d12468ffb5
Merge pull request #11354 from thalieht/pausechecking
...
Reallow to pause checking torrents
5 years ago
thalieht
f150b3077d
Reallow to pause checking torrents
5 years ago
Mike Tzou
6a6c05fba2
Merge pull request #11423 from nl6720/systemd-unit
...
Order qbittorrent-nox@.service after network-online.target
5 years ago
Mike Tzou
50c20e1ef4
Merge pull request #11446 from Chocobo1/handle
...
Clean up in Session class
5 years ago
Chocobo1
b408a09755
Remove unused type alias
5 years ago
Chocobo1
1b47350952
Remove anonymous function forward declarations
...
Also reorder the functions slightly to make it compile.
5 years ago
Mike Tzou
2fb1182700
Merge pull request #11317 from Chocobo1/preview
...
Fix "preview file" action not working
5 years ago
Mike Tzou
475fbfb712
Merge pull request #11356 from Chocobo1/banIP
...
Allow to select multiple entries in "banned IP" dialog
5 years ago
Mike Tzou
a7f38eaa82
Merge pull request #11374 from horgan/patch-1
...
Fix country name misspelling
5 years ago
horgan
89d214bb8f
Fix country name misspelling
5 years ago
Mike Tzou
6da39d9279
Merge pull request #11422 from Chocobo1/buffer
...
Reserve memory for file data buffers
5 years ago
Mike Tzou
565eb4cdc8
Merge pull request #11430 from Chocobo1/qt
...
Fix integer narrowing on x86
5 years ago
Mike Tzou
d944a0ccbd
Merge pull request #11426 from Chocobo1/priority
...
Add option to control qBittorrent process memory priority
5 years ago
Chocobo1
e262b86c44
Reserve memory for file data buffers
5 years ago
Chocobo1
f31ee6a225
Fix integer narrowing on x86
...
The f_type is an alias to `int` on 32-bit system and the switch cases
uses `unsigned int`.
Closes #11427 .
5 years ago
Chocobo1
6fd678195c
Replace deprecated Qt functions
...
QSet::toList() is replaced by QSet::values()
5 years ago
Chocobo1
0f60121b94
Add option to control qBittorrent process memory priority
...
This is to avoid Windows swapping out other application data from
OS cache and put in torrent data which hinders other program
responsiveness.
The default value "Below normal" is choosen because casual users have
other higher priority apps (such as browser) running and they don't
expect OS to swap out its data. Dedicated seeders most probably will not
have other app running on their system and would expect qbt has
priority over other background services.
The option only has effect on Windows >= 8.
5 years ago
nl6720
a40d490b76
Order qbittorrent-nox@.service after network-online.target
...
This ensures that qbittorrent-nox doesn't start while the network is not up yet.
5 years ago
Mike Tzou
c1e0207454
Merge pull request #11307 from Chocobo1/session_conf
...
Clean up Session class configure routines
5 years ago
Chocobo1
29fe0029f0
Rename variables in Session class
5 years ago
Chocobo1
89c58921de
Log error properly
5 years ago
Chocobo1
a3fd340187
Revise Session::getPendingAlerts function signature
5 years ago
Chocobo1
e32ef7f5c5
Use implicit sharing when getting categories from Session class
5 years ago
Chocobo1
865394a59c
Clean up Session class variable initialization
5 years ago
Chocobo1
abb3e7ace0
Move libtorrent session initialization to its own function
...
`m_IPFilteringChanged` default value has changed due to code unification.
5 years ago
Mike Tzou
c73d698718
Merge pull request #11409 from Chocobo1/dpi
...
Fix screen scaling factor calculation
5 years ago
Chocobo1
4888b22622
Fix screen scaling factor calculation
...
For some users on Windows the physicalDotsPerInch() could return values
that are smaller than the normal 96 DPI which leads to big dialog sizes
taking the entire screen.
So we need to ensure it is at least 96 DPI.
Closes #11405 , #11407 .
5 years ago
sledgehammer999
9c466d84ec
Bump to 4.2.0beta1
5 years ago
sledgehammer999
721ba608c7
Update Changelog
5 years ago
sledgehammer999
009ccbef7f
Bump Web API version
...
Closes #11304
5 years ago
Mike Tzou
0de5cbaa4b
Merge pull request #11377 from Chocobo1/listeningIPs
...
Clean up "network interfaces configuration" code
5 years ago
Chocobo1
49266cb9e4
Replace boost::int64_t by std::int64_t
5 years ago
Chocobo1
cbe78baff1
Migrate to lt::error_code
5 years ago
Chocobo1
0d3152e4b0
Clean up "network interfaces configuration" code
5 years ago
Mike Tzou
11bebd50d9
Merge pull request #11382 from Chocobo1/cmake
...
Fix missing libraries in cmake-mingw build
5 years ago
Mike Tzou
06a3a30619
Merge pull request #11384 from Chocobo1/autotools
...
Update autotools scripts
5 years ago
Chocobo1
d0e084ce1d
Update m4 scripts
5 years ago
Chocobo1
48d6286714
Regenerate build-aux scripts
...
It's been a while since the last update (26bf838a0b
)
and there is a lot of changes in upstream.
5 years ago
Chocobo1
bb23366912
Fix missing libraries in cmake-mingw build
5 years ago
Mike Tzou
c5da4d1500
Merge pull request #11344 from Chocobo1/defines
...
Update libtorrent build defines on Windows
5 years ago
Chocobo1
5e671a4b0b
Allow to select multiple entries in "banned IP" dialog
5 years ago
Chocobo1
ccbd9c83e2
Update libtorrent build defines on Windows
...
`TORRENT_USE_LIBCRYPTO` replaced `TORRENT_USE_OPENSSL` since OpenSSL 1.1.
`TORRENT_DISABLE_RESOLVE_COUNTRIES` has been removed since libtorrent 1.2.
5 years ago
Mike Tzou
c7f092b95f
Merge pull request #11322 from Chocobo1/dpi
...
Use screen real physical DPI on Windows
5 years ago
Chocobo1
0760398e99
Use screen real physical DPI on Windows
...
Previously was using a hardcoded value which might lead to issues like #11234 .
5 years ago