Summary: | Dolphin does not refresh the thumbnails | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Manuel Tortosa <manutortosa> |
Component: | view-engine: icons mode | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | frank78ac |
Priority: | NOR | ||
Version: | 1.99 | ||
Target Milestone: | --- | ||
Platform: | Chakra | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.0 | |
Sentry Crash Report: |
Description
Manuel Tortosa
2011-12-11 01:51:38 UTC
Thanks for the bug report! The behaviour I'm getting in master (in every view mode) seems to be slightly different from what you get: If I overwrite an image file with something else: a) The thumbnail is replaced by a generic icon, but when presssing F5, the new thumbnail is shown (regression from KDE 4.7). b) The preview in the Information Panel is not updated first. Only after pressing F5, the preview of the new image is shown. Git commit bb192503cac22b08f0dd0c82e6bf059be8f98265 by Peter Penz. Committed on 16/12/2011 at 22:01. Pushed by ppenz into branch 'master'. Update the roles if items have been changed The code "// TODO..." in slotItemsChanged() obviously was not sufficient ;-) BUG: 288691 BUG: 288824 BUG: 288921 FIXED-IN: 4.8.0 M +42 -38 dolphin/src/kitemviews/kfileitemmodelrolesupdater.cpp M +23 -0 dolphin/src/kitemviews/kfileitemmodelrolesupdater.h http://commits.kde.org/kde-baseapps/bb192503cac22b08f0dd0c82e6bf059be8f98265 Thanks, will backport the commit and test it. |