[digikam] [Bug 326538] When a picture is in portrait, face thumbnails are not rotated

2019-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=326538

[email protected] changed:

   What|Removed |Added

   Version Fixed In||7.0.0

--- Comment #10 from [email protected] ---
Not reproducible with 7.0.0-beta1

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 326538] When a picture is in portrait, face thumbnails are not rotated

2017-08-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=326538

[email protected] changed:

   What|Removed |Added

  Component|Faces-Engine|Faces-Workflow

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 326538] When a picture is in portrait, face thumbnails are not rotated

2017-08-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=326538

[email protected] changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/dig
   ||ikam/9b154ceeecb732ecb97d69
   ||00ab0841e643639f4e
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from [email protected] ---
Git commit 9b154ceeecb732ecb97d6900ab0841e643639f4e by Gilles Caulier.
Committed on 15/08/2017 at 18:06.
Pushed by cgilles into branch 'master'.

patch from Yingjie Liu for fix face tag region if image is rotated.
The tag region in database is not expected when rotate the image. The reason :
function FaceGroup::aboutToSetInfo(const ImageInfo& info) in
https://cgit.kde.org/digikam.git/tree/utilities/facemanagement/facegroup.cpp#n359
invoked applyItemGeometryChanges() after transformation. Before
FaceGroup::aboutToSetInfo(const ImageInfo& info), the new coordination of tag
region has been written into database. However, in applyItemGeometryChanges(),
the tag region coordination of tag region will be change again in database
which caused a wrong coordination.
A new FaceGroup::aboutToSetInfoAfterRotate(const ImageInfo& info) is now used
instead of FaceGroup::aboutToSetInfo(const ImageInfo& info) which will not
invoke applyItemGeometryChanges(). Then the coordination of tag region in
database is true after image transformation.
Related: bug 376681, bug 381378

M  +4-1NEWS
M  +2-1app/views/imagepreviewview.cpp
M  +11   -0utilities/facemanagement/facegroup.cpp
M  +2-0utilities/facemanagement/facegroup.h

https://commits.kde.org/digikam/9b154ceeecb732ecb97d6900ab0841e643639f4e

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 326538] When a picture is in portrait, face thumbnails are not rotated

2016-12-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=326538

--- Comment #8 from [email protected] ---
Any feedback with current AppImage bundle for Linux ?

https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 326538] When a picture is in portrait, face thumbnails are not rotated

2016-07-04 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=326538

--- Comment #7 from [email protected] ---
This problem still reproducible with digiKam 5.0.0 ?

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.