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/2278-welcome popup wizard #275

Open
wants to merge 51 commits into
base: stable-3.13
Choose a base branch
from

Commits on Jul 12, 2024

  1. Advert window opening mechanism added

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8a4d5ff View commit details
    Browse the repository at this point in the history
  2. Added 3 screens and a simple loading mechanism

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b3a285f View commit details
    Browse the repository at this point in the history
  3. Added timer and timeout image switch

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    340dd28 View commit details
    Browse the repository at this point in the history
  4. Added button with text

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    acf7e07 View commit details
    Browse the repository at this point in the history
  5. Added QPushButton and asigned to action

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    afd5abf View commit details
    Browse the repository at this point in the history
  6. Added text and arrows

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    306e174 View commit details
    Browse the repository at this point in the history
  7. Fixed image loading

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    eced737 View commit details
    Browse the repository at this point in the history
  8. Fixed scroll bug

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    50b6a38 View commit details
    Browse the repository at this point in the history
  9. Added docstrings

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    17a1754 View commit details
    Browse the repository at this point in the history
  10. Gitignore and correct icons

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a51b297 View commit details
    Browse the repository at this point in the history
  11. Changed cmake

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7600412 View commit details
    Browse the repository at this point in the history
  12. Changed cmake

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    716e26d View commit details
    Browse the repository at this point in the history
  13. Gitignore fixed

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9519035 View commit details
    Browse the repository at this point in the history
  14. FIxed cmake

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7df9407 View commit details
    Browse the repository at this point in the history
  15. USe rcc file

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1648d8c View commit details
    Browse the repository at this point in the history
  16. clean up qrc file

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a41ecf7 View commit details
    Browse the repository at this point in the history
  17. new rcc

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    992c63a View commit details
    Browse the repository at this point in the history
  18. Trigger Build

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    08096de View commit details
    Browse the repository at this point in the history
  19. adjusted main and cmake

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5968cfe View commit details
    Browse the repository at this point in the history
  20. Use QCoreApplication::translate(...) function

    Eugen Fischer authored and memurats committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0920f27 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
    9f4782f 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
    18bcd8d 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
    bb6413f 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
    97e2f17 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
    4591c96 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
    63141ef 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
    be79cec 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
    82622a4 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
    9d09308 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
    c4a4cff 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
    8317458 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
    c9a3c5d 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
    bdc0ee3 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
    9d01949 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
    1960d77 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
    4ebd2e9 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
    2dfb2aa 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
    e7cbc32 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
    d7bb9f0 View commit details
    Browse the repository at this point in the history
  20. Added 3 screens and a simple loading mechanism

    Eugen Fischer authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    cac88b9 View commit details
    Browse the repository at this point in the history
  21. Trigger Build

    Eugen Fischer authored and memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    02fafb2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ab83ce6 View commit details
    Browse the repository at this point in the history
  23. fixed faulty code

    memurats committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8984847 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. remove merge changes

    memurats committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e2197c9 View commit details
    Browse the repository at this point in the history
  2. Make multiple notifications text translatable

    Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
    claucambra authored and memurats committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4fea434 View commit details
    Browse the repository at this point in the history
  3. Added 3 screens and a simple loading mechanism

    Eugen Fischer authored and memurats committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    98756b7 View commit details
    Browse the repository at this point in the history
  4. Added text and arrows

    Eugen Fischer authored and memurats committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a963aec View commit details
    Browse the repository at this point in the history
  5. Trigger Build

    Eugen Fischer authored and memurats committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    35c6a55 View commit details
    Browse the repository at this point in the history
  6. Trigger Build

    Eugen Fischer authored and memurats committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7ed5ff5 View commit details
    Browse the repository at this point in the history
  7. remove merge changes

    memurats committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bb1553f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. solve merge conflicts

    memurats committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    837e876 View commit details
    Browse the repository at this point in the history