SUMMARY I would like to request to be able to change the thumbnail frame and shadow thanks macOS: 10.14.4
To be more precise, following the original post in user mailing list, this file is to be able to enable or disable the frame visibility around thumbnails with a new option in Setup dialog.
Code used to draw frames around thumbnail is here: https://github.com/KDE/digikam/blob/master/core/libs/widgets/mainview/thumbbardock.cpp#L238 Warning, there is another function used also to draw frames around thumbnail when items are grouped: https://github.com/KDE/digikam/blob/master/core/libs/widgets/mainview/thumbbardock.cpp#L306 Gilles Caulier
Created attachment 122509 [details] quick hack to disable iconview frames This is a quick hack to see the effect of disabling frames around thumbnail. I just comment a portion of code in the first function listed in comment #2. First icon is for grouped items, other one are single item. I think the rendering from non grouped items is the expected result. For grouped items, it need more adjustments, as grouped feature need to be more visible in icon view. Typically, if this kind of new option to change frame visibility is add in the future, this will only affect non grouped items. Gilles Caulier
https://bugs.kde.org/show_bug.cgi?id=426938 --- Comment #4 from caulier.gilles@gmail.com --- Hi, digiKam 7.2.0-beta2 pre-release PKG installer now support BigSur and is compiled with last stable Qt 5.15.2. https://files.kde.org/digikam/ Problem still reproducible with this version. Thanks and happy Christmas in advance Best Regards Gilles Caulier
Maik, I would to know your viewpoint about this file. Typically, we can add a new option, enable by default, or do not change code and close this entry as well. Best Gilles
Maik, Do you read my last comment ? If you are agree to add this option, i will do it next week. Gilles
Yes, of course we can make it configurable. I looked at various image management programs in Google Image Search. Most don't seem to draw a frame, not even a black line. Some make the thumbnails appear highlighted. Maik
Maik, i do nothing yet about this file... Gilles