1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00
serenity/Applications/FileManager
Andreas Kling 4dc15fc063 FileManager: Copy item(s) when dragging and dropping them :^)
This patch implements basic drag & drop file management in a narrow set
of cases. You can now drag & drop a file onto a folder in the same
directory, and the dropped file will be copied into the directory.

We'll need to support a lot more variations of this, but this is nice!
2020-02-13 21:57:02 +01:00
..
DirectoryView.cpp FileManager: Copy item(s) when dragging and dropping them :^) 2020-02-13 21:57:02 +01:00
DirectoryView.h FileManager: Copy item(s) when dragging and dropping them :^) 2020-02-13 21:57:02 +01:00
FileUtils.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
FileUtils.h FileManager: Include sys/stat.h for struct stat 2020-02-05 18:39:45 +01:00
main.cpp FileManager: Copy item(s) when dragging and dropping them :^) 2020-02-13 21:57:02 +01:00
Makefile LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
PropertiesDialog.cpp LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
PropertiesDialog.h LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00