Bug 136012 - tooltip of directory should show the total size of the contents
Summary: tooltip of directory should show the total size of the contents
Status: REPORTED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-20 11:43 UTC by Andras Georgy Bekes
Modified: 2018-03-25 22:26 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andras Georgy Bekes 2006-10-20 11:43:39 UTC
Version:            (using KDE KDE 3.5.5)

The tooltip for directories shows incorrect size values. It seems it sums the files inside a directory, but only 1 level deep, not recursively. The problem is present in the tooltip shown when the mouse is moved over a directory icon, and also the tooltip bar of the window shows the miscalculated sum of the contents of the current directory.

I know recursive scanning of a directory can take some time, but even a one-level listing can take an arbitrary long time, so I don't see any real difference.

Also see relevant bug 48434.
Comment 1 Andras Georgy Bekes 2006-10-20 12:15:18 UTC
I think I've misunderstood bug 48434, this is probably the same bug, assuming that the algorithm calculating the size of a directory is the same for both tooltips.

Additional notes:
If the contents of the tooltip can be updated after its shown, please make it contain the total size of the directory and that number should be progressively updated, just like in the properties dialog box of a directory.

If the contents of the tooltip can't be updated, than it is probably a bad idea to wait with showing the tooltip until the recursive size calculation is ready.  In that case it should show the size of the directory entry, but not the current false number which confuses the user.

Remark: The detailed view could also have a total size column.
Comment 2 Dotan Cohen 2008-01-20 17:54:14 UTC
Regarding tooltips, I think that could get very resource heavy. A nice idea, but impractical in my opinion.

That said, the idea about having the detailed view show the total size of folders is great. I'd like that very much, and it would provide a feasible workaround for Bug #156249.
Comment 3 FiNeX 2009-08-23 13:55:40 UTC
Another similar wish is bug #158090 .