Summary: | Increase preview file size limit | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Valentyn Pavliuchenko <valentyn.pavliuchenko> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | px79, richlv |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.9.0 | |
Sentry Crash Report: |
Description
Valentyn Pavliuchenko
2011-05-13 22:27:55 UTC
Git commit 918cde3fc21fbeee09edcf3bb4a3d55aba1b40b7 by Peter Penz. Committed on 08/04/2012 at 16:08. Pushed by ppenz into branch 'master'. Ignore maximum size for local files when creating previews It is up to the plugins to decide what sensible size is required for creating a preview, this cannot be decided by the user for all plugins. A maximum size only makes sense for remote files, where the user implicitely decides how much of the bandwith may be used for having previews. FIXED-IN: 4.9.0 M +3 -2 dolphin/src/kitemviews/kfileitemmodelrolesupdater.cpp M +2 -1 dolphin/src/panels/information/informationpanelcontent.cpp M +8 -33 dolphin/src/settings/general/previewssettingspage.cpp M +0 -1 dolphin/src/settings/general/previewssettingspage.h M +2 -1 dolphin/src/views/tooltips/tooltipmanager.cpp http://commits.kde.org/kde-baseapps/918cde3fc21fbeee09edcf3bb4a3d55aba1b40b7 Thanks! I just upgraded to KDE 4.9.5. Now I can see thumbnail previews of JPG files > 5 MB in the information panel. Thanks a lot! But opening the trash can, the information panel still seems to block previews for images > 5 MB. Could you, please, fix this limitation, too? When you are filtering digiKam images and just deleted 30 bad and accidentally 1 good image, it would be very helpful, to see previews for those deleted images. could it be that some hardcoded limit is still there ? i filed bug 330868 about seemingly such a thing |