Summary: | Remove all tags from selected image(s) | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Peter Albrecht <px79> |
Component: | Tags-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | arkonbob, caulier.gilles, veaceslav.munteanu90 |
Priority: | NOR | ||
Version: | 7.1.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/21314c7e642ace1bf885570a4cf98de44e050081 | Version Fixed In: | 8.1.0 |
Sentry Crash Report: |
Description
Peter Albrecht
2015-05-22 14:06:50 UTC
Veaceslav, This can be a job for tags Manager ? This file is not redundant with bug #348105 ? Gilles This one can't be done in Tags Manager because it depends on Image selection from view. It may be only fit in context menu, under the Add Tags. Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. Just tested this with digiKam version 7.1.0 (AppImage) on Debian 10 Buster Linux: I could not find an action / button to remove all tags from all selected images. So I would say, the feature request is still open. It has no priority for me, since a workaround exists. Git commit 21314c7e642ace1bf885570a4cf98de44e050081 by Maik Qualmann. Committed on 30/06/2023 at 20:55. Pushed by mqualmann into branch 'master'. add function to remove all tags from images (except face tags) FIXED-IN: 8.1.0 M +2 -1 NEWS M +10 -0 core/app/items/utils/contextmenuhelper.h M +1 -0 core/app/items/utils/contextmenuhelper_p.h M +25 -0 core/app/items/utils/contextmenuhelper_tags.cpp M +1 -0 core/app/views/preview/itempreviewview.cpp M +1 -0 core/app/views/stack/itemiconview_views.cpp M +6 -0 core/utilities/maintenance/metadataremovetask.cpp https://invent.kde.org/graphics/digikam/-/commit/21314c7e642ace1bf885570a4cf98de44e050081 Is there any way to call this new function in the app? I am running the 8.1.0 appimage but haven't been able to find one yet. Nevermind, I hadn't checked the code thoroughly enough, found it! Thanks :-) |