[Digikam-devel] [Bug 205776] "Embedded preview loads full image size" does not only do what it says, confusing users

Matti Rintala bitti at cs.tut.fi
Mon Aug 31 13:27:05 BST 2009


https://bugs.kde.org/show_bug.cgi?id=205776





--- Comment #3 from Matti Rintala <bitti cs tut fi>  2009-08-31 14:27:00 ---
I just had a new look at the source, and in fact Mikolaj's sub-option idea is
the easiest to implement:

- in digikam/imagepreviewview.cpp ImagePreviewView::setLoadFullImageSize, set
d->previewSize to some huge maximum value, if full-size image is requested.
Otherwise recalculate d->previewSize based on display size like in constructor.

- in digikam/imagepreviewview.cpp ImagePreviewView::setImagePath use the new
raw-preview sub-option instead of d->loadFullImageSize to choose whether to
call d->previewThread->loadHighQuality or d->previewThread->load

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list