1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:58:12 +00:00
serenity/Applications/FileManager
Andreas Kling f0349323c4 LibGUI: Don't require passing model to FileSystemModel::Node APIs
The Node API was obnoxiously requiring you to pass the model into it
all the time, simply because nodes could not find their way back to
the containing model. This patch adds a back-reference to the model
and simplifies the API.
2020-08-17 22:02:21 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DirectoryView.cpp LibGUI: Don't require passing model to FileSystemModel::Node APIs 2020-08-17 22:02:21 +02:00
DirectoryView.h FileManager: Move the "create new file" action into DirectoryView 2020-08-17 21:34:14 +02:00
FileUtils.cpp FileManager: Don't close() twice when copying a file 2020-08-17 13:12:46 +02:00
FileUtils.h FileManager: Don't close() twice when copying a file 2020-08-17 13:12:46 +02:00
main.cpp LibGUI: Don't require passing model to FileSystemModel::Node APIs 2020-08-17 22:02:21 +02:00
PropertiesDialog.cpp FileManager: Use FileIconProvider in the properties dialog 2020-08-12 20:41:13 +02:00
PropertiesDialog.h FileManager: Use FileIconProvider in the properties dialog 2020-08-12 20:41:13 +02:00