-
Notifications
You must be signed in to change notification settings - Fork 178
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
feat: Allow opening duplicate clicked folders within the same process #1965
Conversation
TAG Bot New tag: 6.0.49 |
7a16f8a
to
6be5f79
Compare
d41751a
to
b758af5
Compare
@@ -32,7 +32,7 @@ class Application : public QObject | |||
kUrlOfNewTab, // default path to new tabs | |||
kThemeName, | |||
kFileAndDirMixedSort, // Mixed sorting of ordinary files and directories | |||
kListItemExpandable // Item expandable as tree in FileView with list view mode | |||
kListItemExpandable, // Item expandable as tree in FileView with list view mode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不需要逗号
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
@@ -199,6 +199,17 @@ | |||
"description[zh_CN]": "日志规则", | |||
"permissions": "readwrite", | |||
"visibility": "public" | |||
}, | |||
"dfm.open.folder.in.a.separate.process": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
名称太长了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
写到org.deepin.dde.file-manager.view.json去更合适
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
src/plugins/filemanager/core/dfmplugin-workspace/events/workspaceeventcaller.h
Show resolved
Hide resolved
544f792
to
8a416bc
Compare
kOpenfolderwindowsinaseparateprocess, false).toBool(); | ||
|
||
auto target = item->targetUrl(); | ||
if (flag && FileManagerWindowsManager::instance().containsCurrentUrl(target, window())) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果一个窗口有多个tab,其中一个tab的url和当前tab的url一样,会什么效果
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
需求说的不管tab页,只需要验证当前的显示的url
Allow opening duplicate clicked folders within the same process Log: Allow opening duplicate clicked folders within the same process Task: https://pms.uniontech.com/task-view-341709.html
deepin pr auto review
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Johnson-zs, liyigang1 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/merge |
Allow opening duplicate clicked folders within the same process
Log: Allow opening duplicate clicked folders within the same process
Task: https://pms.uniontech.com/task-view-341709.html