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

[stable-3.13] nmc/0000-DarkMode_Disabled #265

Closed
wants to merge 21 commits into from

Commits on Jul 12, 2024

  1. Initial commit

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    772352b View commit details
    Browse the repository at this point in the history
  2. Test commit

    Added pallette
    
    Move code to other location, to prevent merge confilcts
    
    test
    
    Test2
    
    test3
    
    remove old file
    
    Remove old changes
    
    Leerer Commit
    
    Fixed typo
    
    Leerer Commit
    
    Leerer Commit
    
    Try to fix menu text color in dark mode
    
    Test
    
    Test2
    
    Empty Commit
    
    Disable test for dar mode, they fail because of our hack
    
    Avoid merge conflicts
    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    999b017 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Limit clickable area of enable macOS vfs checkbox to its text/box

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    751c2f1 View commit details
    Browse the repository at this point in the history
  2. Limit clickable area of macOS vfs fast sync checkbox to its drawing zone

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ca113db View commit details
    Browse the repository at this point in the history
  3. Add non-white talk and more-apps svgs

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b0f84ac View commit details
    Browse the repository at this point in the history
  4. Fix breakages in autosizing menu when item does not have expected int…

    …ernal properties
    
    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8fd6780 View commit details
    Browse the repository at this point in the history
  5. Remove unneeded graphical effects import in headerbutton

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    69e0533 View commit details
    Browse the repository at this point in the history
  6. Fix vertical center anchor in trayfoldersmenubutton

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    fd62db5 View commit details
    Browse the repository at this point in the history
  7. Fix use of sourceSize in TrayFoldersMenuButton

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6237a73 View commit details
    Browse the repository at this point in the history
  8. Ensure svg icons generated by svgimageprovider have a reasonable defa…

    …ult size
    
    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8821207 View commit details
    Browse the repository at this point in the history
  9. Fix displaying of header buttons in tray window

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    bc1d8bb View commit details
    Browse the repository at this point in the history
  10. Fix displaying of more button in UserLine

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d60422b View commit details
    Browse the repository at this point in the history
  11. Remove broken and unneeded scroll view in tray user menu

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1ca47d1 View commit details
    Browse the repository at this point in the history
  12. Prevent crash when originalSize is null

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8af7b89 View commit details
    Browse the repository at this point in the history
  13. Fix visibility of info buttons and details when updater is disabled i…

    …n general settings
    
    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a19201f View commit details
    Browse the repository at this point in the history
  14. fix doc configuration file

    Signed-off-by: Lorenzo Tanganelli <lorenzo.tanganelli@hotmail.it>
    tanganellilore authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    806c3d9 View commit details
    Browse the repository at this point in the history
  15. forward the redirected signal from QNetworkReply to detect them

    Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
    mgallien authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8aa85be View commit details
    Browse the repository at this point in the history
  16. Fix crash: web flow credential dialog is deleted when closing it.

    Signed-off-by: Camila Ayres <hello@camilasan.com>
    camilasan authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    73d00a4 View commit details
    Browse the repository at this point in the history
  17. List sync folders in the file explorer with user's username.

    Signed-off-by: Camila Ayres <hello@camilasan.com>
    camilasan authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f1e0685 View commit details
    Browse the repository at this point in the history
  18. fix authentication using provider page and web page login flow

    Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
    mgallien authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    98c4ed4 View commit details
    Browse the repository at this point in the history
  19. prevent event loop reentrance when handling ENCRYPT socket requests

    when receiving a shell integration socket command for ENCRYPT, a generic
    interface and generic code paths was used
    
    the assumption was that the listener socket would need (and remain)
    valid while hanlding teh request
    
    some code paths need to display error messages to the user via a
    QMessageBox
    
    the issue is that this will execute a Qt event loop that will handle the
    socket disconnection while the socket variable from the caller seems it
    will stay valid and alive
    
    prevent that by not using a blocking method invocation such that life
    time mishandling about the socket listener is not possible
    
    Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
    mgallien authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    435bdba View commit details
    Browse the repository at this point in the history