Skip to content
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 to v4.6.x branch #19751

Merged
merged 24 commits into from
Nov 13, 2023
Merged

Backport changes to v4.6.x branch #19751

merged 24 commits into from
Nov 13, 2023

Commits on Nov 8, 2023

  1. Add I2P settings to WebUI

    thalieht authored and glassez committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7b73d3f View commit details
    Browse the repository at this point in the history
  2. CI: Use dynamic MSVC run-time library

    Otherwise, there is a conflict of run-time libraries used (since Qt DLLs are still use dynamic MSVCRT) that leads to strange errors.
    
    PR qbittorrent#19718.
    Closes qbittorrent#19701.
    glassez committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    dc31e82 View commit details
    Browse the repository at this point in the history
  3. Combine CSS properties

    Chocobo1 authored and glassez committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4b56bdd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42d7465 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1317e2 View commit details
    Browse the repository at this point in the history
  6. WebUI: Fix duplicate scrollbar on Transfer List

    The overlay scrollbars introduced in Firefox 100 take up no space,
    breaking the existing overflow detection.
    Add an extra check for `scrollHeight != clientHeight` which is able to
    detect an overflow independent of scrollbar style.
    
    PR qbittorrent#19779.
    
    ---------
    
    Co-authored-by: Chocobo1 <Chocobo1@users.noreply.github.com>
    2 people authored and glassez committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a396e0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb6d69f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    31e0ab2 View commit details
    Browse the repository at this point in the history
  9. Add missing main window icon

    PR qbittorrent#19815.
    
    ---
    Co-authored-by: Vladimir Golovnev <glassez@yandex.ru>
    iomezk authored and glassez committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    3c0747f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d5c0c09 View commit details
    Browse the repository at this point in the history
  11. Fix .torrent file upload on iPadOS

    Mobile Safari on iOS does report `ios` platform, but iPadOS reports `mac`
    instead. It is common sense to check for touch points when this happens
    to differentiate Mac and iPad.
    
    PR qbittorrent#19822.
    Closes qbittorrent#19057.
    
    ---------
    
    Co-authored-by: Vladimir Golovnev <glassez@yandex.ru>
    vit9696 and glassez committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ee853d8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b284d40 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a14b50e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    54dffa1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    837d39d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    903173b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c2dd53c View commit details
    Browse the repository at this point in the history
  18. Remove column span

    The property widget already has scroll bars and thus we don't need this span.
    
    Closes qbittorrent#15000.
    PR qbittorrent#19404.
    Chocobo1 authored and glassez committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c7dfc1d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2c2252d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    786c09e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    3007762 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    43300d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59d968e View commit details
    Browse the repository at this point in the history
  3. Improve free disk space checking for WebAPI

    Use single free disk space checker instance for all the web sessions.
    
    PR qbittorrent#19855.
    Closes qbittorrent#19732.
    glassez committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    b824889 View commit details
    Browse the repository at this point in the history