-
Notifications
You must be signed in to change notification settings - Fork 55
revert: https://github.com/linuxdeepin/dde-shell/pull/1238 with trash. #1312
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
Conversation
文管采用了相关脚本处理,无需dde-shell特殊处理回收站,只需保持原有逻辑。 Logs:
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: wjyrich The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR reverts the custom trash-handling additions in TaskManager by removing the special-case branch in dropFilesOnItem, deleting the moveFilesToTrash helper, and cleaning up related unused imports. Class diagram for TaskManager after trash-handling revertclassDiagram
class TaskManager {
+void saveDockElementsOrder(QStringList appIds)
+QString getTrashTipText()
+void dropFilesOnItem(QString itemId, QStringList urls)
+void handleWindowAdded(QPointer<AbstractWindow> window)
+void hideItemPreview()
<<signals>>
+void dataModelChanged()
+void windowSplitChanged()
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
deepin pr auto review我来分析一下这个代码变更:
语法逻辑:
代码质量:
代码性能:
代码安全:
总体来说,这个代码变更是合理的,它简化了代码结构,移除了特定功能。但建议确保这个变更不会影响其他部分的代码功能。 |
18202781743
left a comment
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.
直接使用git的revert不能么?
文管采用了相关脚本处理,无需dde-shell特殊处理回收站,只需保持原有逻辑。
Logs:
Summary by Sourcery
Revert custom trash handling in TaskManager and restore original drop behavior
Enhancements: