┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindockwidget.cpp
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2013-08-14 23:44:57 +0200
committerFrank Reininghaus <[email protected]>2013-08-14 23:44:57 +0200
commitfd5ba3b4b22e923cff11b65654e9b6f931ce9a3c (patch)
treede3c2d803e2edc0ae1e1890839825ea0ace26f8d /src/dolphindockwidget.cpp
parent7e5b7d562672ecda1ec2db0cceb80a17407150f0 (diff)
Fix slow scrolling when hidden files or symbolic links are shown
The problem was that we drawed the overlays using KIconLoader, which can be very slow, every time an item appeared on the screen. This commit makes sure that not only the icon, but the icon including overlays is cached in QPixmapCache. Therefore, the overlay drawing is done just once for each icon+overlays combination. For previews, the overlay drawing is done in KFileItemModelRolesUpdater just after the preview is received. BUG: 310662 BUG: 314339 FIXED-IN: 4.11.1 REVIEW: 111956
Diffstat (limited to 'src/dolphindockwidget.cpp')
0 files changed, 0 insertions, 0 deletions