Bug 430762 - Change icon size for people keywords
Summary: Change icon size for people keywords
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Database-Faces (show other bugs)
Version: 7.1.0
Platform: Microsoft Windows Microsoft Windows
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-23 20:15 UTC by UKg
Modified: 2020-12-25 09:14 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.2.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description UKg 2020-12-23 20:15:26 UTC
Very nice to have different icons for each individual people entry in the database.
Is there a chance to have bigger icons shown in the people overview list on the left side of the program window?

It would look more like Picasa some years ago ;-)
Also it's easier to recognize people with the face instead of only the name. If you have quite some people stored and you are not sure about the name, but the face...

Additionally it would be nice to select a People picture and add this as an icon with Right-Click directly in the program window.
At the moment you have to create an icon file first separately, which is quite time consuming.
Also like in Picasa some years ago ;-)


STEPS TO REPRODUCE
1. Select People tab on the left side of the program window
2. Have a look at the icons belonging to each people entry
3. Try to change the size of the icons

OBSERVED RESULT
There is no way to change the icon size.

EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: Version 10
macOS: 
Linux/KDE Plasma: (available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Maik Qualmann 2020-12-25 09:11:38 UTC
Git commit 5963f0e2563c93b7854aa31855ea77cc7f38b075 by Maik Qualmann.
Committed on 25/12/2020 at 09:10.
Pushed by mqualmann into branch 'master'.

add separate icon size for the people tree view
Better rendering of the face icon by keeping the proportionen
FIXED-IN: 7.2.0

M  +2    -2    NEWS
M  +2    -1    core/app/main/digikamapp_config.cpp
M  +75   -3    core/libs/album/engine/albumthumbnailloader.cpp
M  +10   -1    core/libs/album/engine/albumthumbnailloader.h
M  +45   -14   core/libs/models/albummodel.cpp
M  +2    -1    core/libs/models/albummodel.h
M  +2    -0    core/libs/settings/applicationsettings.cpp
M  +3    -0    core/libs/settings/applicationsettings.h
M  +11   -0    core/libs/settings/applicationsettings_albums.cpp
M  +3    -0    core/libs/settings/applicationsettings_p.cpp
M  +2    -0    core/libs/settings/applicationsettings_p.h
M  +34   -39   core/utilities/setup/album/setupalbumview.cpp

https://invent.kde.org/graphics/digikam/commit/5963f0e2563c93b7854aa31855ea77cc7f38b075
Comment 2 Maik Qualmann 2020-12-25 09:14:32 UTC
For your additional problem, you can simply drag and drop a confirmed face onto the tag icon.

Maik