-
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/2003-Main_Settings_Dialog #271
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec7d294 - Browse repository at this point
Copy the full SHA ec7d294View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fee0e2 - Browse repository at this point
Copy the full SHA 0fee0e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e20a079 - Browse repository at this point
Copy the full SHA e20a079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 078ed71 - Browse repository at this point
Copy the full SHA 078ed71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd73f1 - Browse repository at this point
Copy the full SHA 0dd73f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75883ca - Browse repository at this point
Copy the full SHA 75883caView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2f04b6 - Browse repository at this point
Copy the full SHA b2f04b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 363e4e2 - Browse repository at this point
Copy the full SHA 363e4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e135c2 - Browse repository at this point
Copy the full SHA 0e135c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ed22ed - Browse repository at this point
Copy the full SHA 8ed22edView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec6f344 - Browse repository at this point
Copy the full SHA ec6f344View 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 4dd6482 - Browse repository at this point
Copy the full SHA 4dd6482View 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 ecf2950 - Browse repository at this point
Copy the full SHA ecf2950View 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 ea20295 - Browse repository at this point
Copy the full SHA ea20295View 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 2384e0b - Browse repository at this point
Copy the full SHA 2384e0bView 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 ff7f0d9 - Browse repository at this point
Copy the full SHA ff7f0d9View commit details -
Fix vertical center anchor in trayfoldersmenubutton
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebf82ef - Browse repository at this point
Copy the full SHA ebf82efView commit details -
Fix use of sourceSize in TrayFoldersMenuButton
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b832f99 - Browse repository at this point
Copy the full SHA b832f99View 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 6f4f96d - Browse repository at this point
Copy the full SHA 6f4f96dView 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 808aa71 - Browse repository at this point
Copy the full SHA 808aa71View 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 4103561 - Browse repository at this point
Copy the full SHA 4103561View 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 50da366 - Browse repository at this point
Copy the full SHA 50da366View commit details -
Prevent crash when originalSize is null
Signed-off-by: Claudio Cambra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f6ee4c - Browse repository at this point
Copy the full SHA 1f6ee4cView 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 95512ec - Browse repository at this point
Copy the full SHA 95512ecView commit details -
Signed-off-by: Lorenzo Tanganelli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62774a1 - Browse repository at this point
Copy the full SHA 62774a1View 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 a7980f7 - Browse repository at this point
Copy the full SHA a7980f7View 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 ff3094c - Browse repository at this point
Copy the full SHA ff3094cView 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 8255cc0 - Browse repository at this point
Copy the full SHA 8255cc0View 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 b112198 - Browse repository at this point
Copy the full SHA b112198View 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 54e2a8d - Browse repository at this point
Copy the full SHA 54e2a8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0360188 - Browse repository at this point
Copy the full SHA 0360188View commit details