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

Fix broken tray GUI on Linux #6798

Merged
merged 11 commits into from
Jun 6, 2024
Merged

Fix broken tray GUI on Linux #6798

merged 11 commits into from
Jun 6, 2024

Commits on Jun 6, 2024

  1. Correctly fall back to originalSize if requestedSize not valid in svg…

    … image provider
    
    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c7cc40c View commit details
    Browse the repository at this point in the history
  2. Add non-white talk and more-apps svgs

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ed56219 View commit details
    Browse the repository at this point in the history
  3. Fix breakages in autosizing menu when item does not have expected int…

    …ernal properties
    
    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    82e2ec0 View commit details
    Browse the repository at this point in the history
  4. Remove unneeded qt5compat import in headerbutton

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    99cf137 View commit details
    Browse the repository at this point in the history
  5. Fix vertical center anchor in trayfoldersmenubutton

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3da63f9 View commit details
    Browse the repository at this point in the history
  6. Fix use of sourceSize in TrayFoldersMenuButton

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8d025a0 View commit details
    Browse the repository at this point in the history
  7. Ensure svg icons generated by svgimageprovider have a reasonable defa…

    …ult size
    
    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    04e1736 View commit details
    Browse the repository at this point in the history
  8. Fix displaying of header buttons in tray window

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    78ae106 View commit details
    Browse the repository at this point in the history
  9. Fix displaying of more button in UserLine

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4ff0cce View commit details
    Browse the repository at this point in the history
  10. Remove broken and unneeded scroll view in tray user menu

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    4db90b0 View commit details
    Browse the repository at this point in the history
  11. Prevent crash when originalSize is null

    Signed-off-by: Claudio Cambra <[email protected]>
    claucambra committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d61a209 View commit details
    Browse the repository at this point in the history