summaryrefslogtreecommitdiff
path: root/Userland/Applications/SpaceAnalyzer
AgeCommit message (Expand)Author
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-03-05LibCore+Everywhere: Return an Error from DirIterator::error()Sam Atkins
2023-02-18LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`Sam Atkins
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
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: Stop treating selecting a node as a path changeSam Atkins
2023-02-04SpaceAnalyzer: Rename `TreeMapWidget::m_path` -> `m_path_segments`Sam 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: Keep the current path via filenames, not indicesArda Cinar
2023-01-09SpaceAnalyzer: Add a method to TreeNode to get a child node by nameArda 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-14SpaceAnalyzer: Ignore unhandled keydown eventsSam Atkins
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: Add a tooltip for the hovered tree nodeSam Atkins
2022-12-09SpaceAnalyzer: Remove declaration for unimplemented methodSam Atkins
2022-12-09SpaceAnalyzer: Propagate possible errors upArda Cinar
2022-12-09SpaceAnalyzer: Use raw_delta_y in TreeMapWidget::mousewheel_eventArda Cinar
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
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-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
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