https://bugs.kde.org/show_bug.cgi?id=440152
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/util | |ities/filelight/commit/38a7 | |1d1cbd46964f47eac1377788eba | |abc5956d8 Status|REPORTED |RESOLVED --- Comment #1 from Harald Sitter <sit...@kde.org> --- Git commit 38a71d1cbd46964f47eac1377788ebaabc5956d8 by Harald Sitter. Committed on 19/04/2022 at 13:32. Pushed by sitter into branch 'master'. replace previous summary with tidy overview widget it occurred to us that the old disk view was fishy on a number of levels - it had a non exhaustive filter list of bad mounts - this then raised the question why the mounts are missing (when e.g. the user expected them to be there) - the free space on a partition is not reflective of the space filelight will be able to determine the use of (e.g. when +x is missing on a dir that dir will be missing from the fileview) - when talking about bind mounts (such as inside a sandbox) the two sizes will almost never add up - when inside a sandbox potentially only one valid path is available ($home) so having the previous view was slightly weird the grand new overview widget simply displays three buttons to get right into scanning root, home, or a custom path. root is hidden inside a sandbox. this preserves most of the spirit of what the previous view wanted to do while scaling better and doing away with judgment calls on the edge cases such as bind mounts Related: bug 452275, bug 440151, bug 426594 M +1 -0 CMakeLists.txt M +2 -2 src/CMakeLists.txt M +24 -28 src/mainWindow.cpp M +4 -4 src/mainWindow.h A +71 -0 src/overviewWidget.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +23 -0 src/overviewWidget.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] M +0 -2 src/radialMap/labels.cpp M +1 -28 src/radialMap/map.cpp M +1 -2 src/radialMap/map.h M +2 -3 src/radialMap/widget.cpp M +1 -6 src/radialMap/widget.h M +22 -43 src/radialMap/widgetEvents.cpp D +0 -183 src/summaryWidget.cpp D +0 -40 src/summaryWidget.h https://invent.kde.org/utilities/filelight/commit/38a71d1cbd46964f47eac1377788ebaabc5956d8 -- You are receiving this mail because: You are watching all bug changes.