Option to remove tag is grayed out if you select more than 250 pictures while when assigning tags you can do it to entire collection. So if you assign some tag to a pictures by mistake, when you removing it you need to select 250 by 250... It's a bit annoying when you have few thousands of photos.
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