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

WIP: Feature/sync folder name #5832

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Conversation

camilasan
Copy link
Member

No description provided.

Camila added 5 commits June 21, 2023 18:37
Signed-off-by: Camila <hello@camila.codes>
…al folder.

Signed-off-by: Camila <hello@camila.codes>
Signed-off-by: Camila <hello@camila.codes>
Signed-off-by: Camila <hello@camila.codes>
Signed-off-by: Camila <hello@camila.codes>
@nextcloud-desktop-bot
Copy link

AppImage file: nextcloud-PR-5832-f13c524ea64b5fe2473b8d580917821cf427ebde-x86_64.AppImage

To test this change/fix you can simply download above AppImage file and test it.

Please make sure to quit your existing Nextcloud app and backup your data.

@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 5 Code Smells

12.9% 12.9% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

Copy link
Collaborator

@claucambra claucambra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of small comments

Comment on lines +132 to +136
QString Theme::appSyncFolderName() const
{
return APPLICATION_SYNC_FOLDER_NAME;
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this new method necessary?

auto *dlg = new QInputDialog(this);

dlg->setWindowTitle(tr("Create Remote Folder"));
dlg->setLabelText(tr("Enter the name of the new folder to be created below \"%1\":")
.arg(parent));
.arg(currentItem?
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.arg(currentItem?
.arg(currentItem ?

@camilasan camilasan changed the title Feature/sync folder name WIP: Feature/sync folder name Nov 28, 2024
@camilasan camilasan added this to the 3.16.0 milestone Dec 19, 2024
@camilasan camilasan self-assigned this Dec 19, 2024
@camilasan camilasan modified the milestones: 3.16.0, 3.17.0 Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants