[Digikam-devel] [Bug 114848] digikam 0.8.0beta search dialog: images not rotated correctly

Gilles Caulier caulier.gilles at free.fr
Sat Oct 22 21:23:08 BST 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=114848         




------- Additional Comments From caulier.gilles free fr  2005-10-22 22:23 -------
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&)));



More information about the Digikam-devel mailing list