Summary: | Fit to window zoom action doesn't scale images that are smaller to the window size [KDE4.1] | ||
---|---|---|---|
Product: | [Applications] gwenview | Reporter: | Josep Febrer <jfebrer> |
Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | inform, vedran.furac |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Josep Febrer
2006-11-27 21:08:40 UTC
I checked with a current build of the KDE4 version, and this issue is still present, when an image it is smaller than the Gwenview's image view area and the "Zoom To Fit" toolbar button is pressed the image isn't scaled to fit the image view area and it's showed exaclty like if "Actual Size" button were pressed. In fact, there is an option to do what you want in Gwenview 1.4. It's in the configuration dialog, go to "Image View", then check "Enlarge small images when auto zoom is activated". Unfortunately, I haven't ported that option to Gwenview 2.0 and since we are freezing for KDE4.0, it won't be there. You will probably have to wait for KDE4.1. Would love to have it in 4.1 for sure, and imho it should be on by default (for the sake of simplicity, I wouldn't even make it an option). Marking as KDE4.1 Thanks, Aurelien I don't know how I missed this option in 1.4. *** Bug 159608 has been marked as a duplicate of this bug. *** *** Bug 161035 has been marked as a duplicate of this bug. *** SVN commit 801676 by gateau: New option to enlarge smaller images in zoom to fit mode. BUG: 137982 M +42 -2 app/configdialog.ui M +4 -0 lib/gwenviewconfig.kcfg M +15 -1 lib/imageview.cpp M +2 -0 lib/imageview.h M +1 -0 part/gvpart.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=801676 |