[dolphin] [Bug 484555] [Dolphin] Enhance with “Create folder from selected files”
Méven
bugzilla_noreply at kde.org
Fri Jan 31 15:57:48 GMT 2025
https://bugs.kde.org/show_bug.cgi?id=484555
--- Comment #11 from Méven <meven at kde.org> ---
Git commit 02875a35ae044bebdc695f79446c1605d0ba43ed by Méven Car.
Committed on 31/01/2025 at 15:57.
Pushed by meven into branch 'master'.
Add a Move into new folder Drag'nDrop plugin
This should be very convenient for users, saving clicks when organizing files.
Implemented as a plugin, so we can later allow to disable it at runtime. This
also simplify implementation.
![image.png](/uploads/25e7346ef539f4418c1e35c8f56ecba8/image.png){width="722"
height="608"}
Only implemented for local files for now.
M +11 -1 autotests/dropjobtest.cpp
M +1 -0 src/filewidgets/CMakeLists.txt
A +8 -0 src/filewidgets/dropIntoNewFolder/CMakeLists.txt
A +90 -0 src/filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.cpp
[License: GPL(v2.0+)]
A +32 -0 src/filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.h
[License: GPL(v2.0+)]
A +9 -0 src/filewidgets/dropIntoNewFolder/dropintonewfolderPlugin.json
M +8 -2 src/filewidgets/knewfilemenu.cpp
M +7 -0 src/filewidgets/knewfilemenu.h
https://invent.kde.org/frameworks/kio/-/commit/02875a35ae044bebdc695f79446c1605d0ba43ed
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list