| Summary: | Search dialog: images not rotated correctly | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Jens <jens-bugs.kde.org> |
| Component: | Searches-Advanced | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | 0.8.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 7.0.0 | |
| Sentry Crash Report: | |||
|
Description
Jens
2005-10-22 01:06:17 UTC
SVN commit 473179 by cgilles:
Fixed exif auto thumbnail rotation in digiKam search view.
Please give me a feeback because i can check if is right (no jpeg file with rotation exif tag here)
CCBUG: 114848
M +1 -1 searchresultsview.cpp
--- trunk/extragear/graphics/digikam/digikam/searchresultsview.cpp #473178:473179
@@ -133,7 +133,7 @@
if (!ulist.isEmpty())
{
- m_thumbJob = new ThumbnailJob(ulist, 128, true);
+ m_thumbJob = new ThumbnailJob(ulist, 128, true, true);
connect(m_thumbJob, SIGNAL(signalThumbnail(const KURL&, const QPixmap&)),
this, SLOT(slotGotThumbnail(const KURL&, const QPixmap&)));
Tried with recent jpeg images using exif rotation tag. work fine. Closed. Gilles Caulier Thank you and sorry for not following up earlier. I wasn't home since last week (business trip) ... Not reproducible with 7.0.0-beta1 |