https://bugs.kde.org/show_bug.cgi?id=369051
caulier.gil...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.4.0 Latest Commit| |http://commits.kde.org/digi | |kam/afe577f0b297a343ab412ce | |95c1f75303edfb18b Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #5 from caulier.gil...@gmail.com --- Git commit afe577f0b297a343ab412ce95c1f75303edfb18b by Gilles Caulier. Committed on 10/11/2016 at 04:48. Pushed by cgilles into branch 'master'. Apply big patch #101176 from Mario Frank This one extended the findduplicatesview and fuzzysearchview with an additional QSpinBox which denotes the maximum similarity. The new QSpinBox has a minimum value that is the current value of the minimal similarity threshold. When the minimum threshold is altered, the range of the new QSpinBox is updated. If the minimum threshold is increased beyond the current value of the new QSpinBox, the value of the new QSpinBox is increased automatically. In the fuzzysearchview, altering the maximum similarity also triggers the reuild of the similar images album. The extension can be highly valuable if you knowingly want to ignore almost identical images but want to find images that have a similarity of, let's say 50-60%, due to resizing, cropping or something similar, without bloating your image pane. FIXED-IN: 5.4.0 CCMAIL: fr...@uni-potsdam.de M +2 -0 app/utils/searchmodificationhelper.cpp M +1 -0 app/utils/searchmodificationhelper.h M +4 -3 libs/database/dbjobs/dbjob.cpp M +16 -5 libs/database/dbjobs/dbjobinfo.cpp M +7 -3 libs/database/dbjobs/dbjobinfo.h M +27 -16 libs/database/haar/haariface.cpp M +9 -8 libs/database/haar/haariface.h M +9 -2 libs/database/item/imagelister.cpp M +53 -25 utilities/fuzzysearch/findduplicatesview.cpp M +1 -0 utilities/fuzzysearch/findduplicatesview.h M +58 -11 utilities/fuzzysearch/fuzzysearchview.cpp M +2 -1 utilities/fuzzysearch/fuzzysearchview.h M +16 -10 utilities/maintenance/duplicatesfinder.cpp M +2 -2 utilities/maintenance/duplicatesfinder.h http://commits.kde.org/digikam/afe577f0b297a343ab412ce95c1f75303edfb18b -- You are receiving this mail because: You are watching all bug changes.