Summary: | Assigning tokens in viewer does not accept lowercase - or does it? | ||
---|---|---|---|
Product: | [Applications] kphotoalbum | Reporter: | Andreas Schleth <schleth_es> |
Component: | Viewer | Assignee: | KPhotoAlbum Bugs <kpabugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | johannes |
Priority: | NOR | ||
Version First Reported In: | GIT master | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/kphotoalbum/-/commit/d84d2d535fd32f9f95918b8716b20e6db8474757 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
the category view from the viewer
Token list does not list the "H" |
Description
Andreas Schleth
2023-09-11 14:32:16 UTC
Created attachment 161558 [details]
Token list does not list the "H"
Additional effect/inconsistency: It is not possible to get rid of lowercase tokens in the thumbnail view or in the annotation dialogue. Git commit d84d2d535fd32f9f95918b8716b20e6db8474757 by Johannes Zarl-Zierl. Committed on 11/09/2023 at 23:35. Pushed by johanneszarl into branch 'master'. Ensure that tokens are upper case. This was a regression introduced by commit 3a130ed45089c1b043bea8834a23be0438b4ee17. M +11 -7 Viewer/ViewerWidget.cpp M +1 -1 Viewer/ViewerWidget.h https://invent.kde.org/graphics/kphotoalbum/-/commit/d84d2d535fd32f9f95918b8716b20e6db8474757 Hi Andreas, Thanks for the report! I believe the regression is fixed by commit d84d2d53. Cheers, Johannes As far as I can see, I can confirm that the issue is fixed with 5.11.0-100-gd84d2d53 :-) Eliminating the remaining lower case tokens took a bit of vim-ing but was OK. Am Dienstag, 12. September 2023, 00:52:45 CEST schrieben Sie: > As far as I can see, I can confirm that the issue is fixed with > 5.11.0-100-gd84d2d53 :-) Thanks for checking! > Eliminating the remaining lower case tokens took a bit of vim-ing but was > OK. Sorry! Cheers, Johannes |