ladybird/Userland/Applications/FileManager
Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector
This class had slightly confusing semantics and the added weirdness
doesn't seem worth it just so we can say "." instead of "->" when
iterating over a vector of NNRPs.

This patch replaces NonnullRefPtrVector<T> with Vector<NNRP<T>>.
2023-03-06 23:46:35 +01:00
..
CMakeLists.txt FileManager: Show directory size and file count in PropertiesWindow 2023-02-11 19:32:07 +00:00
DesktopWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
DesktopWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
DirectoryView.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
DirectoryView.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
FileManagerWindow.gml FileManager: Use PathBreadcrumbbar instead of Breadcrumbbar :^) 2023-02-19 01:09:09 +01:00
FileOperationProgress.gml Userland: Replace empty GUI::Widgets in GML with GUI::Layout::Spacer 2022-09-29 08:31:15 -04:00
FileOperationProgressWidget.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
FileOperationProgressWidget.h LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
FileUtils.cpp LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
FileUtils.h FileManager: Factorize code to handle drag-and-drop 2023-02-11 14:18:13 +00:00
main.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
PropertiesWindow.cpp FileManager: Migrate to Directory::for_each_entry() 2023-03-05 20:23:42 +01:00
PropertiesWindow.h LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
PropertiesWindowGeneralTab.gml FileManager: Show directory size and file count in PropertiesWindow 2023-02-11 19:32:07 +00:00