┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/itemactions/movetonewfolderitemaction.cpp
AgeCommit message (Collapse)Author
2025-10-21Fix a couple compiler warningsMéven Car
2025-07-11movetonewfolder: allow to move foldersMéven Car
* Set a widget parent for the job. * Better deduce the current working directory BUG: 506612
2024-11-25Switch to C++20Méven Car
2024-09-29Add missing include mocLaurent Montel
2024-05-23Add "Move to New Folder…" actionAhmet Hakan Çelik
This commit introduces an action which creates a new folder with a name specified by the user and moves all the currently selected items there in one go. This action is implemented as a KFileItemActionPlugin which means users can disable it on Dolphin's context menu settings page. BUG: 484555