FranciscoPombal
ef1c7eec74
Fix trailing whitespace in multiple files
...
Also fix formatting of CODING_GUIDELINES.md
4 years ago
FranciscoPombal
87527fccc6
Encode files in UTF-8 without BOM
4 years ago
jagannatharjun
fdbc3a692f
Align integer data to right in torrent content view
4 years ago
jagannatharjun
d0986297ca
Rename TR_PROGRESS header in TransferList
...
Closes #13665
4 years ago
Chocobo1
188e679ea3
Remove outdated information
4 years ago
Vladimir Golovnev (Glassez)
80ca7796ca
Fix torrent state calculation
4 years ago
jagannatharjun
02f19bfbee
Use ProgressbarDelegate for drawing progressbar in PropListDelegate
...
Also directly provide display data from model rather then generating it in delegate
4 years ago
jagannatharjun
49d5591f48
Use ProgressBarDelegate for drawing progressbar in TransferListView
4 years ago
jagannatharjun
816bc45707
Implement ProgressBarDelegate
4 years ago
Vladimir Golovnev (Glassez)
9f0edde12b
Don't resume "paused" torrents when checking by libtorrent
4 years ago
jagannatharjun
e812ac2c0b
Fix crash when clicked outside the table of torrent content view
...
Closes #13645
4 years ago
Chocobo1
480832318c
Add support for tracker scrape in libtorrent 2.0
4 years ago
Chocobo1
7a3e397949
Migrate away from deprecated functions in libtorrent 2.0
4 years ago
Chocobo1
c95e450b8d
Improve compatibility with libtorrent 2.0
...
In libtorrent 2.0, the `connection_type` was changed to a flag type and
hence it cannot be used in a switch statement directly. Also our use of
`connection_type` is limited so that a single equality comparison
would cover all of our use cases.
4 years ago
FranciscoPombal
831bf71ce6
Clarify protocol choice label
4 years ago
FranciscoPombal
aa899f0693
Expose contentPath in WebAPI torrents/info
...
Bump WebAPI version to 2.6.1
4 years ago
Chocobo1
3971a12f0e
Remove redundant checking before remove
4 years ago
Chocobo1
70c4eb44fd
Fix class name
4 years ago
Vladimir Golovnev (Glassez)
92c6fc04a8
Prevent resume data to be saved for removed torrent
4 years ago
brvphoenix
799ad0feff
Fix the issue that IPv6 address can't be banned
...
The ban action doesn't depend on ipfilter.
4 years ago
thalieht
1a56385cf9
Fix toggling advanced option in WebUI
...
option "Disallow connection to peers on privileged ports"
4 years ago
Chocobo1
71827fe4e6
Move qHash helper for libtorrent types to its own file
4 years ago
Chocobo1
8568f7a0fb
Avoid settings being reset via WebAPI
...
Closes #13585 .
4 years ago
Chocobo1
7e258bfe38
Fix typos
4 years ago
Andrei Stepanov
04306a544f
Fix typo in connection.cpp
...
limiation -> limitation
4 years ago
Sepro
6c016cf443
Place WebUI RSS description in sandboxed iframe
4 years ago
sledgehammer999
e757b4f8da
Sync translations from Transifex and run lupdate
4 years ago
Will Da Silva
6e0cf96726
Make middle-click close search tabs
4 years ago
lbilli
1c7bfcac46
Don't create 'data' subdirectory on Linux
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
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
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
Chocobo1
611f2de11f
Fix wrong capitalization
4 years ago
Chocobo1
744b89c878
Fix image not loading under proxy
...
Closes #13483 .
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
jagannatharjun
e2c0f00adb
Correctly fill whole width of graph
4 years ago
Vladimir Golovnev (Glassez)
3d0543c444
Fix static build with Qt < 5.14
4 years ago
Vladimir Golovnev (Glassez)
aef8f4f465
Set target property before it is used
4 years ago
jagannatharjun
fbe484a615
Use toned green color for downloading pieces in Pieces bar
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