Summary: | Details view incorrectly shows huge filesize (16 EiB) for updated files in subfolders (details mode). | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Nikita Skovoroda <chalkerx> |
Component: | view-engine: details mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | regi.hops |
Priority: | NOR | Keywords: | testcase |
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/56cf52db901cf642b8f3219b24b395177ab9128f | Version Fixed In: | 4.10.4 |
Sentry Crash Report: | |||
Attachments: | A screenshot. |
Description
Nikita Skovoroda
2012-11-08 10:16:11 UTC
Created attachment 75098 [details]
A screenshot.
Thanks for the bug report! Confirmed in master. I see this also in the Dolphins "Timeline"-View for a recorded M2T-File. In the details view it shows the correct size. Git commit 56cf52db901cf642b8f3219b24b395177ab9128f by Frank Reininghaus. Committed on 22/05/2013 at 18:06. Pushed by freininghaus into branch 'KDE/4.10'. KFileItemModelRolesUpdater: only update the size for changed folders When using inotify, we also receive signals for modified files, even if we only ask KDirWatch to watch the directory containing them. In that case, we must not set the size to -1 (which means "unknown number of items" for folders) temporarily, or we end up with an apparent file size of 2^64 - 1 bytes. FIXED-IN: 4.10.4 REVIEW: 110428 M +7 -0 dolphin/src/kitemviews/kfileitemmodelrolesupdater.cpp http://commits.kde.org/kde-baseapps/56cf52db901cf642b8f3219b24b395177ab9128f |