<table><tr><td style="">meven marked 3 inline comments as done.<br />meven added inline comments.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D24773">View Revision</a></tr></table><br /><div><strong>INLINE COMMENTS</strong><div><div style="margin: 6px 0 12px 0;"><div style="border: 1px solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; text-decoration: none;" href="https://phabricator.kde.org/D24773#inline-140038">View Inline</a><span style="color: #4b4d51; font-weight: bold;">dfaure</span> wrote in <span style="color: #4b4d51; font-weight: bold;">trashimpl.cpp:1088</span></div>
<div style="margin: 8px 0; padding: 0 12px; color: #74777D;"><p style="padding: 0; margin: 8px;">This method could be const, right?</p></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">No becauseof the call to <tt style="background: #ebebeb; font-size: 13px;">list()</tt> that cannot be const.</p></div></div><br /><div style="border: 1px solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; text-decoration: none;" href="https://phabricator.kde.org/D24773#inline-140061">View Inline</a><span style="color: #4b4d51; font-weight: bold;">dfaure</span> wrote in <span style="color: #4b4d51; font-weight: bold;">trashimpl.cpp:1104</span></div>
<div style="margin: 8px 0; padding: 0 12px; color: #74777D;"><p style="padding: 0; margin: 8px;">This looks very slow. We have a cache for the size usage. See <tt style="background: #ebebeb; font-size: 13px;">TrashImpl::trashSpaceInfo</tt>.</p>
<p style="padding: 0; margin: 8px;">But anyway, we never return recursive directory size in the UDS_SIZE field, in no ioslave.<br />
If someone wants to know the size of a directory, they can use the properties dialog, which has a calculate button.</p></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">I missed the feature of trashSpaceInfo, thank you for pointing it out.</p>
<p style="padding: 0; margin: 8px;">We need to add the UDS_SIZE field here : this is a missing feature for a special common use case : Finding out what amount of space is occupied by the trashed files ?<br />
The trash size should be easy to find out for users. Plus we have a cache file to get this information cheaply.</p>
<p style="padding: 0; margin: 8px;">UDS_SIZE may not be used that way currently but it is semantically correct nonetheless.<br />
In most other cases directory size calculation is not used because it is too resource intensive but here we have the value pre-computed.</p>
<p style="padding: 0; margin: 8px;">And by the way the trash:/ has not <tt style="background: #ebebeb; font-size: 13px;">Properties</tt> entry in its context menu, so it is not even possible to get the trash size currently.</p></div></div></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D24773">https://phabricator.kde.org/D24773</a></div></div><br /><div><strong>To: </strong>meven, Frameworks, ngraham, elvisangelaccio, dfaure<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns<br /></div>