-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport changes in v5.0.x branch #21698
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 565c6d8 - Browse repository at this point
Copy the full SHA 565c6d8View commit details
Commits on Nov 2, 2024
-
Remove trackers from previous category when moved to new one
PR qbittorrent#21717. Closes qbittorrent#21637.
Configuration menu - View commit details
-
Copy full SHA for fe24bc8 - Browse repository at this point
Copy the full SHA fe24bc8View commit details -
Fix .torrent file could not be deleted when torrent is canceled
PR qbittorrent#21735. Closes qbittorrent#21723.
Configuration menu - View commit details
-
Copy full SHA for 6079b25 - Browse repository at this point
Copy the full SHA 6079b25View commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 374951f - Browse repository at this point
Copy the full SHA 374951fView commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eea01b9 - Browse repository at this point
Copy the full SHA eea01b9View commit details
Commits on Nov 5, 2024
-
Optimize conversion of time points from libtorrent to Qt clocks
Obtain current date time of Qt and libtorrent clocks only once for processing entire current libtorrent alerts bunch. PR qbittorrent#21764.
Configuration menu - View commit details
-
Copy full SHA for 10499df - Browse repository at this point
Copy the full SHA 10499dfView commit details
Commits on Nov 7, 2024
-
Optimize converting TCP endpoints to strings
There may be quite a few endpoint names (one for each available network card), and they usually remain unchanged throughout the session, while previously producing such names was performed every time they were accessed. Now they are retrieved from the cache. PR qbittorrent#21770.
Configuration menu - View commit details
-
Copy full SHA for f2b2a2b - Browse repository at this point
Copy the full SHA f2b2a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e105b0 - Browse repository at this point
Copy the full SHA 5e105b0View commit details
Commits on Nov 8, 2024
-
Check real palette darkness to detect "dark theme"
`QStyleHints::colorScheme()` returns chosen color scheme even if current style doesn't support it and uses different palette. PR qbittorrent#21771.
Configuration menu - View commit details
-
Copy full SHA for 39b965a - Browse repository at this point
Copy the full SHA 39b965aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 330dce6 - Browse repository at this point
Copy the full SHA 330dce6View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 993eb25 - Browse repository at this point
Copy the full SHA 993eb25View commit details
Commits on Nov 14, 2024
-
Avoid reapplying Mark-of-the-Web when it already exists
Also use scope guards to handle resources. Related qbittorrent#21788. PR qbittorrent#21806.
Configuration menu - View commit details
-
Copy full SHA for 09899a7 - Browse repository at this point
Copy the full SHA 09899a7View commit details
Commits on Nov 16, 2024
-
Don't apply Mark-of-the-Web on existing files
`TorrentImpl::isDownloading()` was excessively broad which included unexpected events for the case here. So use the underlying state directly. Closes qbittorrent#21788. PR qbittorrent#21836.
Configuration menu - View commit details
-
Copy full SHA for ac9ca4f - Browse repository at this point
Copy the full SHA ac9ca4fView commit details