[digikam] [Bug 448082] Thumbnail maintenance always clears faces thumbnails

2022-01-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=448082

--- Comment #4 from testvon...@web.de ---
Ah, I see. Thanks for clarifying and fixing.
So maybe the vacuuming also did not work correctly for me as you mentioned.
Afair I also tried shrinking the databases under maintenance afterwards.

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

[digikam] [Bug 448082] Thumbnail maintenance always clears faces thumbnails

2022-01-07 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=448082

--- Comment #3 from Maik Qualmann  ---
Git commit a95912a6740cfba83679c01c02aed4ae7d734a23 by Maik Qualmann.
Committed on 07/01/2022 at 21:16.
Pushed by mqualmann into branch 'master'.

do not delete the unused original rectangle thumbnails

M  +5-3core/utilities/facemanagement/database/faceutils.cpp
M  +22   -14   core/utilities/maintenance/databasetask.cpp

https://invent.kde.org/graphics/digikam/commit/a95912a6740cfba83679c01c02aed4ae7d734a23

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

[digikam] [Bug 448082] Thumbnail maintenance always clears faces thumbnails

2022-01-07 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=448082

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #2 from Maik Qualmann  ---
One more word about databases. Databases never get smaller, even if they delete
data. Deleted data are only marked that they have been deleted and are later
overwritten with new data. A vacuum process must be started to reduce the size
of the database. This process does not always work correctly in digiKam-7.4.0
(window does not appear) and has already been fixed in digiKam-7.5.0.

Maik

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

[digikam] [Bug 448082] Thumbnail maintenance always clears faces thumbnails

2022-01-07 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=448082

Maik Qualmann  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/commit/02750c9
   ||d446315679698708cde290a96f0
   ||204f6d
   Version Fixed In||7.5.0
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Maik Qualmann  ---
Git commit 02750c9d446315679698708cde290a96f0204f6d by Maik Qualmann.
Committed on 07/01/2022 at 20:37.
Pushed by mqualmann into branch 'master'.

fix calculation of the face rectangle to find the thumbnail
FIXED-IN: 7.5.0

M  +7-2core/utilities/maintenance/databasetask.cpp

https://invent.kde.org/graphics/digikam/commit/02750c9d446315679698708cde290a96f0204f6d

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