Chocobo1
f888fb4ac7
Remove unused code
3 years ago
Chocobo1
e71e97cb68
Merge pull request #16652 from Chocobo1/literal
...
Use QString literals
3 years ago
Chocobo1
1b4c5fd34d
Remove unused variable
3 years ago
Chocobo1
802ec5a14e
Use QString literals
...
This patch covers src/gui and some leftovers from previous commit.
3 years ago
Chocobo1
5341478036
Merge pull request #16647 from NotTsunami/hscroll
...
Add horizontal scrolling for tracker list and torrent content
3 years ago
Chocobo1
7694b21dff
Enlarge "speed limits" icons
...
And make use of QStyle pixelMetric().
PR #16630 .
3 years ago
Tyler Dunn
cf061b7d30
Allow buttons to be focusable
...
This improves accessibility.
PR #16648 .
3 years ago
Chocobo1
7fffb6526c
Remove redundant properties
...
And revise tooltip messages.
PR #16651 .
3 years ago
NotTsunami
dd5b16831c
Unify coding style
3 years ago
Vladimir Golovnev
b3ca2ea179
Merge pull request #16573 from glassez/resume-data
...
Prevent loading resume data with inconsistent ID
3 years ago
NotTsunami
b5d67f90e4
Add horizontal scrolling for tracker list and torrent content
3 years ago
Vladimir Golovnev (Glassez)
ce42f7c9f1
Properly handle metadata download for an existing torrent
3 years ago
Chocobo1
02869d7428
Avoid unnecessary lookups
...
Fix up 30319e51e5
.
PR #16629 .
3 years ago
Aleksandr Cupacenko
67b35b76ac
Fix C++ word breaking
...
Fixes #13805 .
PR #16636 .
3 years ago
Chocobo1
baebabbfd8
Merge pull request #16639 from Chocobo1/hash
...
Avoid redundant hashing
3 years ago
Chocobo1
154ee1a73e
Use hashing helpers provided by Qt6
3 years ago
Chocobo1
b3fb6bd990
Avoid redundant hashing
...
The return type of `std::hash()` is larger (or equal) than what
`qHash()` requires so we can omit hashing it again.
3 years ago
Chocobo1
926d51839f
Update function signature for Qt6 `qHash()`
...
Since the `qhash()` signature has changed in Qt6.
3 years ago
Chocobo1
8de966ea88
Merge pull request #16585 from Chocobo1/qstring
...
Use QString literals
3 years ago
Chocobo1
85b0a40a0e
Merge pull request #16587 from jagannatharjun/tracker-filter
...
Optimize torrent filters in GUI
3 years ago
Chocobo1
88fe94bd6a
Remove obsoleted functions from Utils::Gui namespace
...
`widget` parameter is kept for now to avoid major disruption for other PR.
Also add comments for loading svg images.
PR #16613 .
3 years ago
Aleksandr Cupacenko
1b53c590f2
Allow blank lines in multipart form-data input
...
Fixes #11298 .
PR #16579 .
3 years ago
Chocobo1
2ee5b35f48
Use proper image loading path for SVG icons
3 years ago
Chocobo1
f0dd7b7dae
Use QString literals
...
This patch covers src/app and src/base folders.
Follow up of ab64ee872b
.
3 years ago
Chocobo1
f08c0afbea
Update NSIS French translation
...
PR #16562 .
Co-authored-by: RqndomHax <paul.codepro@gmail.com>
3 years ago
Chocobo1
5a417c6a29
Merge pull request #16584 from Chocobo1/pr_16548
...
Allow setting the number of maximum active checking torrents
3 years ago
Chocobo1
9f32e6e50d
Fix wrong parentheses
...
Fix up 294ea17222
.
3 years ago
An0n
801cfdbc24
Allow setting the number of maximum active checking torrents
...
This is to allow re-checking of multiple torrents simultaneously. This will benefit users who
have multiple disks or SSD.
Closes #15296 .
Co-authored-by: Chocobo1 <Chocobo1@users.noreply.github.com>
3 years ago
xavier2k6
889d994dbc
Remove unnecessary UI properties from "IP Filter Refresh" button
...
PR #16575 .
3 years ago
Chocobo1
97c28e1e51
Merge pull request #16594 from Chocobo1/alert
...
Add option for enable/disable performance warnings from libtorrent
3 years ago
Prince Gupta
ad6e2b4b94
Create hash string of Digest on demand
...
most of the time hash string is not needed and InfoHash is often used as
temporaries for torrent searching in handling of torrent alerts. This
improves the creation time of Infohash
3 years ago
Prince Gupta
da12daffee
Cache tracker item in TrackerFilterList
3 years ago
Prince Gupta
30319e51e5
Improve Status Filter
...
replaces quadratic update operation with linear
3 years ago
Chocobo1
294ea17222
Provide upstream documentation link for performance warning
3 years ago
Chocobo1
fad954df18
Add option for enable/disable performance warnings from libtorrent
3 years ago
Prince Gupta
25be00931a
Optimize tracker insertion in TrackerFiltersList
3 years ago
Prince Gupta
cd9ed1706d
Improve torrent event handling in TrackerFiltersList
3 years ago
Chocobo1
b034b86be8
Merge pull request #16574 from xavier2k6/update_actions
...
GHA CI: Update multiple workflow `actions`
3 years ago
An0n
aa189a7fc6
Disable force reannounce when it is not possible
...
Closes #12080 .
PR #16551 .
3 years ago
xavier2k6
074cbdad28
GHA CI: Update `upload-artifact` action to `v3`
3 years ago
Vladimir Golovnev (Glassez)
cbc0ef860b
Prevent loading resume data with inconsistent ID
3 years ago
Chocobo1
ab64ee872b
Use QString literals
...
The plan is to define `QT_NO_CAST_FROM_ASCII` eventually.
PR #16561 .
3 years ago
xavier2k6
a63515b8f4
GHA CI: Update `stale` action to `v5`
3 years ago
xavier2k6
4dcd6df136
GHA CI: Update `setup-python` action to `v3`
3 years ago
xavier2k6
cea1bbde23
GHA CI: Update `checkout` action to `v3`
3 years ago
Aleksandr Cupacenko
2c8447853b
Focus save path when Manual mode is selected initially
...
Closes #15972 .
PR #16536 .
3 years ago
Chocobo1
116664285d
GHA CI: Don't cancel CI builds on non-pull-request branches
...
Fix up 2652c73a4f
.
PR #16558 .
3 years ago
Vladimir Golovnev
213b18e33b
Merge pull request #16531 from glassez/save-path
...
Correctly handle changing of global save path
3 years ago
Vladimir Golovnev
299f981441
Allow to limit max memory working set size
...
PR #16485 .
3 years ago
An0n
7ea827f8d3
Add right click menu for status filters
...
This will allow users to perform action on all torrents with a single click instead of having to select all with ctrl+A or other cumbersome ways. Basically it copies the function found in tracker/category filters.
Closes #13398 .
PR #16547 .
3 years ago