Summary: | Delete Unassigned Tags: show list of the unassigned tags before deleting them | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Mike Morrison <mike> |
Component: | Tags-Manager | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | metzpinguin, mike |
Priority: | NOR | ||
Version: | 7.2.0 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/commit/a3aed91dda2fd9033272b89aefa89e9fa9a3de86 | Version Fixed In: | 7.2.0 |
Sentry Crash Report: |
Description
Mike Morrison
2020-11-29 01:50:15 UTC
Git commit a3aed91dda2fd9033272b89aefa89e9fa9a3de86 by Maik Qualmann. Committed on 29/11/2020 at 06:57. Pushed by mqualmann into branch 'master'. only mark all tags that are not assigned to images FIXED-IN: 7.2.0 M +2 -1 NEWS M +17 -50 core/libs/tags/manager/tagsmanager.cpp M +2 -2 core/libs/tags/manager/tagsmanager.h https://invent.kde.org/graphics/digikam/commit/a3aed91dda2fd9033272b89aefa89e9fa9a3de86 Displaying all tags, especially if there are a lot of them, makes no sense. The function now marks all tags that are unused. You can then are still unselect tags and then remove them with the delete tags function. Maik That's a perfect solution. Thanks! |