-
Notifications
You must be signed in to change notification settings - Fork 1
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/2244-Activity list changes in main view #276
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2cb684 - Browse repository at this point
Copy the full SHA f2cb684View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbbfbcd - Browse repository at this point
Copy the full SHA fbbfbcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 165dbdc - Browse repository at this point
Copy the full SHA 165dbdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5dad0e - Browse repository at this point
Copy the full SHA c5dad0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0846ef1 - Browse repository at this point
Copy the full SHA 0846ef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 603e934 - Browse repository at this point
Copy the full SHA 603e934View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ff3bf4 - Browse repository at this point
Copy the full SHA 0ff3bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9432da5 - Browse repository at this point
Copy the full SHA 9432da5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a13446c - Browse repository at this point
Copy the full SHA a13446cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6bfe66 - Browse repository at this point
Copy the full SHA f6bfe66View commit details -
Configuration menu - View commit details
-
Copy full SHA for fca24ff - Browse repository at this point
Copy the full SHA fca24ffView commit details
Commits on Aug 12, 2024
-
Limit clickable area of enable macOS vfs checkbox to its text/box
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2ffbf7 - Browse repository at this point
Copy the full SHA a2ffbf7View commit details -
Limit clickable area of macOS vfs fast sync checkbox to its drawing zone
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f0d49b - Browse repository at this point
Copy the full SHA 9f0d49bView commit details -
Add non-white talk and more-apps svgs
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 524d045 - Browse repository at this point
Copy the full SHA 524d045View commit details -
Fix breakages in autosizing menu when item does not have expected int…
…ernal properties Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a94a932 - Browse repository at this point
Copy the full SHA a94a932View commit details -
Remove unneeded graphical effects import in headerbutton
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea0b8e5 - Browse repository at this point
Copy the full SHA ea0b8e5View commit details -
Fix vertical center anchor in trayfoldersmenubutton
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a46c8cc - Browse repository at this point
Copy the full SHA a46c8ccView commit details -
Fix use of sourceSize in TrayFoldersMenuButton
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 290f161 - Browse repository at this point
Copy the full SHA 290f161View commit details -
Ensure svg icons generated by svgimageprovider have a reasonable defa…
…ult size Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ddc6ea - Browse repository at this point
Copy the full SHA 8ddc6eaView commit details -
Fix displaying of header buttons in tray window
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f110ad - Browse repository at this point
Copy the full SHA 4f110adView commit details -
Fix displaying of more button in UserLine
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53f06a9 - Browse repository at this point
Copy the full SHA 53f06a9View commit details -
Remove broken and unneeded scroll view in tray user menu
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f8b90a - Browse repository at this point
Copy the full SHA 1f8b90aView commit details -
Prevent crash when originalSize is null
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3fb12bb - Browse repository at this point
Copy the full SHA 3fb12bbView commit details -
Fix visibility of info buttons and details when updater is disabled i…
…n general settings Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d265fb - Browse repository at this point
Copy the full SHA 3d265fbView commit details -
Signed-off-by: Lorenzo Tanganelli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d21c671 - Browse repository at this point
Copy the full SHA d21c671View commit details -
forward the redirected signal from QNetworkReply to detect them
Signed-off-by: Matthieu Gallien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9ed0ac - Browse repository at this point
Copy the full SHA a9ed0acView commit details -
Fix crash: web flow credential dialog is deleted when closing it.
Signed-off-by: Camila Ayres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f758407 - Browse repository at this point
Copy the full SHA f758407View commit details -
List sync folders in the file explorer with user's username.
Signed-off-by: Camila Ayres <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe44549 - Browse repository at this point
Copy the full SHA fe44549View commit details -
fix authentication using provider page and web page login flow
Signed-off-by: Matthieu Gallien <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 255a39e - Browse repository at this point
Copy the full SHA 255a39eView commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2a1d39 - Browse repository at this point
Copy the full SHA d2a1d39View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6bdbdf - Browse repository at this point
Copy the full SHA f6bdbdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca4c458 - Browse repository at this point
Copy the full SHA ca4c458View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5ef6c9 - Browse repository at this point
Copy the full SHA d5ef6c9View commit details