Summary: | Duplicate entries drive to unpredictable performance | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Loukournan29 <paul.hervin> |
Component: | Setup-Metadata | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | metzpinguin |
Priority: | NOR | ||
Version First Reported In: | 5.9.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://commits.kde.org/digikam/f5cf09269a7b2a09b81db51d9805e6575dac3666 | Version Fixed In: | 6.0.0 |
Sentry Crash Report: |
Description
Loukournan29
2018-12-18 09:03:48 UTC
Git commit 4bc818cab7e29a295bc1774a9de8994ddf694584 by Maik Qualmann. Committed on 20/12/2018 at 18:23. Pushed by mqualmann into branch 'master'. remove deleted namespaces entries from the config file M +16 -7 core/libs/metadataengine/dmetadata/dmetadatasettingscontainer.cpp https://commits.kde.org/digikam/4bc818cab7e29a295bc1774a9de8994ddf694584 Git commit f5cf09269a7b2a09b81db51d9805e6575dac3666 by Maik Qualmann. Committed on 20/12/2018 at 19:10. Pushed by mqualmann into branch 'master'. use a number for the namespaces entries in the config file FIXED-IN: 6.0.0 M +2 -1 NEWS M +27 -14 core/libs/metadataengine/dmetadata/dmetadatasettingscontainer.cpp https://commits.kde.org/digikam/f5cf09269a7b2a09b81db51d9805e6575dac3666 The creation of duplicate entries to replace the default is intention. Keep in mind that the order of the entries plays a role and is aborted when metadata is found. Not all possible namespaces entries are tried out. Maik |