1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00
serenity/Userland/Applications/FileManager
Andreas Kling a2baab38fd Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
I hereby declare these to be full nouns that we don't split,
neither by space, nor by underscore:

- Breadcrumbbar
- Coolbar
- Menubar
- Progressbar
- Scrollbar
- Statusbar
- Taskbar
- Toolbar

This patch makes everything consistent by replacing every other variant
of these with the proper one. :^)
2021-04-13 16:58:15 +02:00
..
CMakeLists.txt FileManager: Use FileOperation to perform drag&drop copy out-of-process 2021-04-13 10:12:50 +02:00
DesktopWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
DesktopWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
DirectoryView.cpp FileManager: Use a Core::File for the FileOperation pipes 2021-04-13 10:12:50 +02:00
DirectoryView.h LibC: Move S_* defines into <fcntl.h> 2021-04-11 09:51:20 +02:00
FileManagerWindow.gml Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
FileOperationProgress.gml Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
FileOperationProgressWidget.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
FileOperationProgressWidget.h FileManager+FileOperation: Show byte progress of current file 2021-04-13 10:12:50 +02:00
FileUtils.cpp FileManager: Use newly introduced LibCore file management helpers 2021-02-21 18:14:29 +01:00
FileUtils.h FileManager: Use newly introduced LibCore file management helpers 2021-02-21 18:14:29 +01:00
main.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
PropertiesWindow.cpp PropertiesWindow: Show the file size in a human readable format 2021-03-25 10:59:11 +01:00
PropertiesWindow.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00