Summary: | Support drag-and-drop of folders into Favorites view | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Alex <allo> |
Component: | Application Launcher (Kickoff) widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | kde, mikel5764, nate, noahadvs |
Priority: | NOR | Keywords: | usability |
Version: | 5.27.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/38e34e9f9a41f554eb1bddfcd77a4aacb701b984 | Version Fixed In: | 6.3.0 |
Sentry Crash Report: |
Description
Alex
2023-03-19 23:42:32 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2744 Git commit c54dd3e28b244d1f8aa396036b400947b8674c4c by Nate Graham, on behalf of Noah Davis. Committed on 24/01/2025 at 16:41. Pushed by ngraham into branch 'master'. kickoff: fix external drag and drop, avoid conflicts with plasmoid dragging Dragging a file or folder into kickoff's favorites view now adds the file/folder to favorites. Kickoff now only takes drag events with the text/uri-list mimetype. It should be noted that dragging task manager icons into kickoff will not work because the task manager doesn't use text/uri-list. Related: bug 454863 FIXED-IN: 6.3.0 M +27 -10 applets/kickoff/package/contents/ui/KickoffDropArea.qml M +6 -1 applets/kickoff/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/c54dd3e28b244d1f8aa396036b400947b8674c4c Git commit 38e34e9f9a41f554eb1bddfcd77a4aacb701b984 by Noah Davis. Committed on 24/01/2025 at 16:44. Pushed by ndavis into branch 'Plasma/6.3'. kickoff: fix external drag and drop, avoid conflicts with plasmoid dragging Dragging a file or folder into kickoff's favorites view now adds the file/folder to favorites. Kickoff now only takes drag events with the text/uri-list mimetype. It should be noted that dragging task manager icons into kickoff will not work because the task manager doesn't use text/uri-list. Related: bug 454863 FIXED-IN: 6.3.0 (cherry picked from commit c54dd3e28b244d1f8aa396036b400947b8674c4c) a9f16812 kickoff: fix external drag and drop, avoid conflicts with plasmoid dragging Co-authored-by: Noah Davis <noahadvs@gmail.com> M +27 -10 applets/kickoff/package/contents/ui/KickoffDropArea.qml M +6 -1 applets/kickoff/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/38e34e9f9a41f554eb1bddfcd77a4aacb701b984 |