------- 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 Summary: digikam 0.8.0beta search dialog: images not rotated correctly Product: digikam Version: 0.8.0-beta2 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: jens-bugs.kde.org spamfreemail de Version: 0.8.0-beta2 (using KDE 3.4.2 Level "b" , SUSE 10.0) Compiler: Target: i586-suse-linux OS: Linux (i686) release 2.6.13-15-default Hello, Digikam's search dialog (available via "s") shows thumbnails of pictures matching the search terms. However, these are not rotated - like in the main icon view - if they are portrait images. It seems the EXIF orientation is being ignored. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- 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&))); _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Jens B. Benecke
------- 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 caulier.gilles free fr changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From caulier.gilles free fr 2005-10-28 08:17 ------- Tried with recent jpeg images using exif rotation tag. work fine. Closed. Gilles Caulier _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Jens B. Benecke
------- 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 jens-bugs.kde.org spamfreemail de 2005-10-28 10:42 ------- Thank you and sorry for not following up earlier. I wasn't home since last week (business trip) ... _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |