Summary: | Undelete option in tags popup isn't reset when needed | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Tiar <tamtamy.tymona> |
Component: | Resource Management | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | dimula73, wstephenson |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/e91e5d43c25db9d2cc434daa477c61868466865c | Version Fixed In: | |
Sentry Crash Report: |
Description
Tiar
2021-07-27 20:17:06 UTC
Reproduced in b00b0063. If you recreate a deleted tag with the same name, a dialog prompts you whether to replace or restore the deleted tag, but the Undelete entry from the Tag menu in eg the Brush Presets docker is not removed in either case. Git commit 5f5040ced979906bf0bf41c3ba71df1390c59be4 by Dmitry Kazakov. Committed on 22/07/2022 at 09:18. Pushed by dkazakov into branch 'master'. Fix undelete button to disappear when the tag has already been recovered M +6 -1 libs/resources/KisTagModel.cpp M +40 -2 libs/resourcewidgets/KisTagChooserWidget.cpp M +2 -0 libs/resourcewidgets/KisTagChooserWidget.h M +6 -1 libs/resourcewidgets/KisTagToolButton.cpp M +1 -0 libs/resourcewidgets/KisTagToolButton.h https://invent.kde.org/graphics/krita/commit/5f5040ced979906bf0bf41c3ba71df1390c59be4 Git commit e91e5d43c25db9d2cc434daa477c61868466865c by Dmitry Kazakov. Committed on 22/07/2022 at 09:19. Pushed by dkazakov into branch 'krita/5.1'. Fix undelete button to disappear when the tag has already been recovered M +6 -1 libs/resources/KisTagModel.cpp M +40 -2 libs/resourcewidgets/KisTagChooserWidget.cpp M +2 -0 libs/resourcewidgets/KisTagChooserWidget.h M +6 -1 libs/resourcewidgets/KisTagToolButton.cpp M +1 -0 libs/resourcewidgets/KisTagToolButton.h https://invent.kde.org/graphics/krita/commit/e91e5d43c25db9d2cc434daa477c61868466865c Git commit ef90f573b4219549377ef94498b42941d6d04afc by Dmitry Kazakov. Committed on 21/08/2023 at 16:53. Pushed by dkazakov into branch 'master'. Fix tag selector not to show the checkboxes next to each tag We shouldn't use Qt::CheckStateRole, we have a special 'Active' role for that. Related: bug 473510 M +5 -8 libs/resources/KisTagModel.cpp https://invent.kde.org/graphics/krita/-/commit/ef90f573b4219549377ef94498b42941d6d04afc |