1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:38:10 +00:00
serenity/Base/res
Mart G e575d3fd3d Utilities: Add a disk space usage analyzation program.
SpaceAnalyzer: Partially address code review changes.

- Use GUI::CommonActions::make_about_action().
- Pass large arguments by const reference instead of by value.
- Mark const functions as such.
- Add newline at end of SpaceAnalyzer.af
- Use full words instead of abbreviations in variable names.
- Use application's namespace instead of 'TreeMap'.
- move() certain assignments.
- Use member declaration initialization.
- Initialize TreeNode* member of QueueEntry.
- Rewrite find_mount_for_path to return MountInfo* instead.
- Rename ITreeMap and ITreeMapNode to TreeMap and TreeMapNode.
- Replace ext suffix with rect suffix for rectangles.

SpaceAnalyzer: Further address code review and coding style.

- Remove get prefix from accessor functions.
- Layout algorithm in its own function, with callback.
- Remove nullptr comparisons.
- Store lstat errors in error_accumulator.
- Use Rect::shatter.
- Use Rect's orientation based functions.

SpaceAnalyzer: Make sort_children_by_area const qualified.
2021-01-08 17:08:48 +01:00
..
apps Utilities: Add a disk space usage analyzation program. 2021-01-08 17:08:48 +01:00
cursors WindowServer: Add the ability to animate cursors 2020-12-17 19:40:05 +01:00
emoji Base: Add information box emoji 2020-07-06 23:40:35 +02:00
fonts LibGfx+FontEditor+Fonts: Add family, size and weight metadata to fonts 2020-10-25 10:12:03 +01:00
graphics Base: Create /res/graphics/ and relocate system art assets 2020-08-27 15:38:02 +02:00
html Base+LibJS+LibWeb: Make prettier clean 2020-12-27 21:25:27 +01:00
icons Utilities: Add a disk space usage analyzation program. 2021-01-08 17:08:48 +01:00
js/Spreadsheet Spreadsheet: Add a 'contents' getter/setter to Position 2020-12-29 00:58:43 +01:00
keymaps Keymaps: Created a new keymap for Italian keyboards. 2021-01-06 09:32:08 +01:00
themes Base: Add Coffee theme 2021-01-01 13:10:54 +01:00
wallpapers Base: Add back the OG grid wallpaper from back in the day, now as a PNG 2020-04-30 12:31:02 +02:00
pci.ids Misc: Import pci.ids file version 2019.08.08 2019-08-14 13:12:54 +02:00
serenity.ansi.txt RetroFetch: Add a silly neofetch-like program. 2019-05-13 04:54:48 +02:00
welcome.txt DevTools: Remove VisualBuilder and FormCompiler 2020-10-01 21:07:12 +02:00