1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 20:00:59 +00:00
serenity/Applications/FileManager
Andreas Kling 31046b18bb FileManager: Use a special clipboard data type for copied file lists
When copying a list of files to the clipboard, we now use the special
data type "file-list".

This allows us to have the paste action's enabled state reflect the
actual ability to paste something. :^)
2019-09-14 09:20:20 +02:00
..
DirectoryView.cpp FileManager: Add a basic context menu with copy/paste/delete/... 2019-09-13 22:00:47 +02:00
DirectoryView.h FileManager: Add a basic context menu with copy/paste/delete/... 2019-09-13 22:00:47 +02:00
FileUtils.cpp FileManager: Create FileUtils 2019-09-10 19:28:41 +02:00
FileUtils.h FileManager: Create FileUtils 2019-09-10 19:28:41 +02:00
main.cpp FileManager: Use a special clipboard data type for copied file lists 2019-09-14 09:20:20 +02:00
Makefile FileManager: Create FileUtils 2019-09-10 19:28:41 +02:00