Vladimir Golovnev
720c1c8216
Merge pull request #13395 from glassez/disk_io
...
Implement disk IO thread wrapper
4 years ago
Will Da Silva
6e0cf96726
Make middle-click close search tabs
4 years ago
Mike Tzou
152afa71fa
Merge pull request #11644 from lbilli/nodata
...
Don't create 'data' subdirectory on Linux
4 years ago
lbilli
1c7bfcac46
Don't create 'data' subdirectory on Linux
4 years ago
Mike Tzou
5be7b256e9
Merge pull request #13499 from bershanskiy/hashing_threads
...
Add option for hashing_threads setting
4 years ago
Mike Tzou
84a96505e1
Merge pull request #13500 from Chocobo1/flags
...
Run svgcleaner on the country flags
4 years ago
Anton Bershanskiy
b4bfdd6f7a
Add option for hashing_threads, use 10 asyc IO threads
...
Add option for setting lt::settings_pack::hashing_threads
introduced by libtorrent 2.0. It has no effect for earlier
libtorrent versions.
Use 10 async IO threads, as per #11461 .
Closes #11461 .
4 years ago
Mike Tzou
8276b6f468
Merge pull request #13495 from thalieht/peerlistZero
...
Fix regression of not hiding zero values in the peer list
4 years ago
Chocobo1
63ab911584
Run svgcleaner on the country flags
...
As a side effect, svgcleaner also fixes the corrupt flags reported in #13497 .
Closes #13497 .
4 years ago
Chocobo1
da5969d0a6
Sync country flags with upstream
4 years ago
Mike Tzou
726704a7ed
Merge pull request #13487 from Chocobo1/creator
...
Add support for creating v2 torrents
4 years ago
thalieht
9d25405144
Check cheaper conditional first
4 years ago
thalieht
95b452a3e9
Fix regression of not hiding zero values in the peer list
...
Fixup 13aab6e04d
4 years ago
Chocobo1
19d77b0881
Add support for creating v2 torrents
4 years ago
Mike Tzou
4fa8862398
Merge pull request #13484 from Chocobo1/webui
...
Fix image not loading under proxy
4 years ago
Vladimir Golovnev
bad5e1f887
Merge pull request #12086 from FranciscoPombal/code-cleanup
...
Clean ups
4 years ago
Vladimir Golovnev
cf93fe124d
Merge pull request #13439 from FranciscoPombal/clazy_fixes_2
...
Clazy fixes
4 years ago
Vladimir Golovnev
a95c70344d
Merge pull request #13480 from FranciscoPombal/fix-ci
...
Fix packages installation on Ubuntu CI
4 years ago
Chocobo1
611f2de11f
Fix wrong capitalization
4 years ago
Chocobo1
744b89c878
Fix image not loading under proxy
...
Closes #13483 .
4 years ago
FranciscoPombal
7d01b6a29c
Fix packages installation on Ubuntu CI
4 years ago
FranciscoPombal
2c10b3936b
Change some types (uint -> int) in RSS subsystem
4 years ago
FranciscoPombal
deffdbe881
Change some types (uint -> int) in Session class
4 years ago
FranciscoPombal
87864531ab
Clean up in Session class
4 years ago
FranciscoPombal
f502f60f7c
Avoid unessary QString allocation
4 years ago
FranciscoPombal
776c1f1546
Always use multi-arg arg() overload when possible
...
Fixed clazy-qstring-arg Clazy warnings
4 years ago
Mike Tzou
bfef403411
Merge pull request #13463 from jagannatharjun/cmake-version
...
Fix CMake generated qBittorrent's version string
4 years ago
Mike Tzou
8df53e9370
Merge pull request #13468 from jagannatharjun/graph-full
...
Correctly fill whole width of graph
4 years ago
jagannatharjun
e2c0f00adb
Correctly fill whole width of graph
4 years ago
jagannatharjun
8696988d53
Fix CMake generated qBittorrent's version string
...
${qBittorrent_VERSION} will expand to a string that ends with build number but version string from qMake doesn't end with build number
4 years ago
NotTsunami
6ebc19fccb
Remove branches block from Travis config
...
This block has no significance because these branches are stale and
builds will not be triggered on these branches.
4 years ago
NotTsunami
0fa40c9ac3
Disallow CMake build failures on Travis
...
Our CMake configuration has matured over time, thus require CMake
builds to require successful builds on Travis CI.
4 years ago
Mike Tzou
39e8eb0427
Merge pull request #13432 from FranciscoPombal/status_badge
...
Add workflow status badge for GitHub Actions CI
4 years ago
FranciscoPombal
e3d9fe7e4d
Add workflow status badge for GitHub Actions CI
4 years ago
Vladimir Golovnev
eec6637cfa
Merge pull request #13456 from glassez/cmake
...
Fix CMake project
4 years ago
Vladimir Golovnev (Glassez)
3d0543c444
Fix static build with Qt < 5.14
4 years ago
Mike Tzou
79b4fb70f5
Merge pull request #13445 from jagannatharjun/pieces-green
...
Use toned green color for downloading pieces in Pieces bar
4 years ago
Vladimir Golovnev (Glassez)
aef8f4f465
Set target property before it is used
4 years ago
Mike Tzou
0284721ba2
Merge pull request #13450 from jagannatharjun/cmake-fix
...
By default use dynamic runtime with MSVC on CMake
4 years ago
jagannatharjun
ebf9a60c69
By default use dynamic runtime with MSVC on CMake
...
This was default before CMake overhaul, and it doesn't
make sense to use static builds with daily developement.
Also static Qt builds are not readily available on Windows.
4 years ago
jagannatharjun
fbe484a615
Use toned green color for downloading pieces in Pieces bar
4 years ago
Mike Tzou
2bfaa8229a
Merge pull request #13431 from Chocobo1/namespace
...
Fix code defects
4 years ago
Mike Tzou
f62639b70f
Merge pull request #13288 from FranciscoPombal/gha-ci
...
Add GitHub Actions CI workflow
4 years ago
Mike Tzou
6de2435041
Merge pull request #13429 from Chocobo1/travisCI
...
Fix building in macOS on TravisCI
4 years ago
Chocobo1
ef9765cea1
Remove meaningless const on pointers
...
This only apply to signals.
4 years ago
Chocobo1
2e37ea608c
Migrate away from obsoleted functions
4 years ago
Chocobo1
ac3ab2432a
Remove redundant namespace prefix
4 years ago
Chocobo1
f487d32594
Fix initialization order
4 years ago
Chocobo1
e4ffe7aa32
Fix building in macOS on TravisCI
4 years ago
Mike Tzou
1a3091a980
Merge pull request #13419 from silverqx/patch-1
...
Fix fully-qualified-moc-types clazy warning
4 years ago