Summary: | Removing tags limited to 250 selected pictures | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Slobodan Simic <slsimic> |
Component: | Tags-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | caulier.gilles, veaceslav.munteanu90 |
Priority: | NOR | ||
Version: | 3.3.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/c2ba1fa1d43c04e9e7b72dd43a32d4c645ab0d5d | Version Fixed In: | 3.5.0 |
Sentry Crash Report: |
Description
Slobodan Simic
2013-09-01 11:08:26 UTC
Veaceslav, Can you confirm this problem through your Tags Manager ? Gilles Caulier I will check it on my desktop computer, with my laptop, I don't have a enough big collection :) Here is the relevant piece of code & comment about performace: https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/digikam/utils/contextmenuhelper.cpp#L500 it's limited to 250 indeed :) Right. As it's a limitation in context menu option, this behavior can be/must be different in Tags Manager. Also, this limitation must show a message-box warnings... Gilles Caulier Tags Manager is a little bit different: It should be like Delete Selected Tag from Images But here is Select images and remove Tag. Git commit c2ba1fa1d43c04e9e7b72dd43a32d4c645ab0d5d by Marcel Wiesweg. Committed on 03/09/2013 at 20:04. Pushed by mwiesweg into branch 'master'. I believe this performance check ended with the wrong result of cutting the feature instead of cutting "intelligent" checks. If >250 images are selected, do not check if they have tags - that may be costly - but simply leave the action enabled. M +2 -2 digikam/utils/contextmenuhelper.cpp http://commits.kde.org/digikam/c2ba1fa1d43c04e9e7b72dd43a32d4c645ab0d5d |