https://bugs.kde.org/show_bug.cgi?id=484555
--- Comment #11 from Méven <me...@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. {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 watching all bug changes.