Summary: | panning doesn't work in LT | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Mikolaj Machowski <mikmach> |
Component: | LightTable-Canvas | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, gerhard, marcel.wiesweg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.9.2 | |
Sentry Crash Report: |
Description
Mikolaj Machowski
2007-05-27 19:51:35 UTC
Yes, i can reproduce it. For info, commit #668753 come from Marcel : SVN commit 668753 by mwiesweg: Adapt to DImg-based preview M +10 -9 digikam/imagepreviewview.cpp M +3 -3 digikam/imagepreviewview.h M +9 -0 libs/widgets/common/paniconwid get.cpp M +5 -0 libs/widgets/common/paniconwidget.h M +6 -6 utilities/lighttable/lighttablepreview.cpp M +1 -1 utilities/lighttable/lighttablepreview.h Marcel, what wrong (:=))) ? Gilles Mik, and it's the same problem about preview mode from Album GUI... Gilles Gerhard, Please wait than this file is fixed before to release 0.9.2-beta2. Thanks in advance Gilles SVN commit 668971 by cgilles: digikam from trunk : do not resize Dimg before to pass it like QImage else original image size informations will be lost. BUG: 146032 M +1 -4 paniconwidget.cpp --- trunk/extragear/graphics/digikam/libs/widgets/common/paniconwidget.cpp #668970:668971 @@ -109,11 +109,8 @@ void PanIconWidget::setImage(int previewWidth, int previewHeight, const DImg& image) { - QSize sz(image.width(), image.height()); - sz.scale(previewWidth, previewHeight, QSize::ScaleMin); DImg img(image); - QImage qimage = img.smoothScale(sz.width(), sz.height()).copyQImage(); - setImage(previewWidth, previewHeight, qimage); + setImage(previewWidth, previewHeight, img.copyQImage()); } void PanIconWidget::slotZoomFactorChanged(double factor) Gerhard, All is fine to release 0.9.2-beta2 now (:=)... Gilles Am Monday 28 May 2007 schrieb Gilles Caulier: [bugs.kde.org quoted mail] Can I do beta3, Gilles? Would have time this weekend Gerhard :-) Gerhard, I recommend to wait to release next week, because this week end all extragear repository (witch contain digiKam) will be moved to another part of KDE. Are you follow extragear mailing list announce ? Gilles Am Saturday 02 June 2007 schrieb Gilles Caulier: [bugs.kde.org quoted mail] Ok > Are you follow extragear mailing list announce ? Yes I do > > Gilles A+ Gerhard Gerhard, Like the migration is done and compile properlly, and like MArcel have commited yesterday a fix about Exif rotation rules with Light Table and Album Gui preview, I think all is right to release 0.9.2-beta3 today... (if you can of course (:=))) Gilles |