summaryrefslogtreecommitdiff
path: root/Userland/Applications/SpaceAnalyzer/main.cpp
AgeCommit message (Expand)Author
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-03-24Applications: Convert `DeprecatedFile` usages to `LibFileSystem`Cameron Youell
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-16SpaceAnalyzer: Make "Open in File Manager" shortcut behave correctlyTim Ledbetter
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-07SpaceAnalyzer: "Open Containing Folder" => "Reveal in File Manager"Andreas Kling
2023-02-04SpaceAnalyzer: Rename widget variables to match code styleSam Atkins
2023-02-04SpaceAnalyzer: Give the Analyze action an icon and F5 shortcutSam Atkins
2023-02-04SpaceAnalyzer: Make TreeMapWidget responsible for filesystem analysisSam Atkins
2023-02-04SpaceAnalyzer: Propagate more errorsSam Atkins
2023-02-04SpaceAnalyzer: Extract ProgressWindow into its own classSam Atkins
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-27SpaceAnalyzer: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-24FileManager+HackStudio+SpaceAnalyzer: Use File::can_delete_or_moveKarol Kosek
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-09SpaceAnalyzer: Do not reset the path to '/' after a refreshArda Cinar
2023-01-09SpaceAnalyzer: Make sure data fields of TreeNode are encapsulatedArda Cinar
2023-01-09SpaceAnalyzer: Remove an unnecessary level of inheritanceArda Cinar
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-23LibCore: Remove the `force` parameter from File::removeTim Schumacher
2022-12-23LibCore: Let File::remove return a normal ErrorOrTim Schumacher
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-10SpaceAnalyzer: Consolidate the node context menusAndreas Kling
2022-12-09SpaceAnalyzer: Display the current location in the window title :^)Sam Atkins
2022-12-09SpaceAnalyzer: Propagate possible errors upArda Cinar
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-30SpaceAnalyzer: Fix the crash caused by using arrow keysArif Orhun Uzun
2022-02-28Applications: Change static constexpr variables to constexprLenny Maiorani
2022-02-10Applications: Port SpaceAnalyzer to LibMainLenny Maiorani
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::remove()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-31SpaceAnalyzer: Display scan progress with popup window during analysisForLoveOfCats
2021-10-09SpaceAnalyzer: Make files removable depending on directory permissionsKarol Kosek
2021-10-07SpaceAnalyzer: Fix rendering bug when dealing with large file systemsMart G