1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Applications/FileManager
Andres Vieira cb118111b6 FileManager: Deny rename in PropertiesDialog if user can't write in path
The FileManager PropertiesDialog always let the user change the name of
files and folders to then be prompted with  write permissions error.

Now it checks for write permissions on the containing folder so it can
"disable" the TextBox input. We can't really disable TextBox right now,
hence the quotes.
2020-04-28 10:00:12 +02:00
..
DirectoryView.cpp FileManager: Set content margin of DirectoryView to same as children 2020-04-24 19:05:04 +02:00
DirectoryView.h FileManager: Graceful handling of access errors 2020-04-22 12:12:32 +02:00
FileUtils.cpp FileManager: Replicate permissions on directory copy (#1437) 2020-04-19 17:18:27 +02:00
FileUtils.h FileManager: Replicate permissions on directory copy (#1437) 2020-04-19 17:18:27 +02:00
main.cpp FileManager: Deny rename in PropertiesDialog if user can't write in path 2020-04-28 10:00:12 +02:00
Makefile LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
PropertiesDialog.cpp Kernel: Don't include null terminator in sys$readlink() result 2020-04-14 18:40:24 +02:00
PropertiesDialog.h LibGUI: Make GUI::TabWidget::add_tab<T>() return a T& 2020-04-04 11:10:07 +02:00