Review Request 113849: Lazy-load the item data also in Compact View
Commit Hook
null at kde.org
Mon Dec 2 22:16:35 GMT 2013
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/113849/#review45017
-----------------------------------------------------------
This review has been submitted with commit 3dc7c849c08bb4423c9742b8557ae6538c98285e by Frank Reininghaus to branch KDE/4.12.
- Commit Hook
On Nov. 14, 2013, 8:30 a.m., Frank Reininghaus wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/113849/
> -----------------------------------------------------------
>
> (Updated Nov. 14, 2013, 8:30 a.m.)
>
>
> Review request for Dolphin.
>
>
> Repository: kde-baseapps
>
>
> Description
> -------
>
> My recent changes that prevent that all data for each item are saved in a QHash already when loading the folder (see https://git.reviewboard.kde.org/r/112725/), which save both memory and time, do not work yet in Compact View, because KItemListWidgetInformant::itemSizeHint() calls the model's data(int) method for every item, which initializes the hash.
>
> This patch prevents that by accessing the file name directly if only the "Name" is shown in the view, just like it's done in Icons View.
>
>
> Diffs
> -----
>
> dolphin/src/kitemviews/kstandarditemlistwidget.cpp 302150f
>
> Diff: http://git.reviewboard.kde.org/r/113849/diff/
>
>
> Testing
> -------
>
> I could not find any regressions. Memory usage in Compact View is now comparable to Icons/Details.
>
>
> Thanks,
>
> Frank Reininghaus
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20131202/8f2681bd/attachment.htm>
More information about the kfm-devel
mailing list