Bug 265231 - Tooltip do not show whole camera information
Summary: Tooltip do not show whole camera information
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Ergonomy (show other bugs)
Version: 1.8.0
Platform: openSUSE Linux
: NOR minor
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-02 21:23 UTC by Ferdinand Gassauer
Modified: 2017-08-11 17:44 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.3.0


Attachments
shows "missing" information (16.73 KB, image/png)
2011-02-03 09:41 UTC, Ferdinand Gassauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ferdinand Gassauer 2011-02-02 21:23:24 UTC
Version:           1.8.0 (using KDE 4.6.0) 
OS:                Linux

it shows 
Make/Model: NIKON CORPORATION / NIKON D....
Aperture/Focal: F11 / 52mm (35mm: 300....

hence it do not show if this is a D70, D300 .....

Reproducible: Always

Steps to Reproduce:
.. if  text is too long


Expected Results:  
show complete text (autoadapt popup width)

OS: Linux (x86_64) release 2.6.34.7-0.7-desktop
Compiler: gcc
Comment 1 caulier.gilles 2011-02-03 07:10:13 UTC
Please, can you give us more information ? Please take screenshots to details your wish...

Gilles Caulier
Comment 2 Ferdinand Gassauer 2011-02-03 09:41:01 UTC
Created attachment 56816 [details]
shows "missing" information
Comment 3 Martin Klapetek 2011-02-04 14:07:20 UTC
There is one another problem with this, if you copy the data, it will copy only the visible string (or so). This should copy the data from the tag itself, not from the ui. I'll try to fix this one.
Comment 4 caulier.gilles 2014-08-28 13:39:07 UTC
Ferdinand,

Can you attach an image with this kind of metadata not properly displayed

Gilles Caulier
Comment 5 caulier.gilles 2014-09-04 08:32:30 UTC
Git commit 6022e91e5007ac67e363f4eb693bd48b7d188a90 by Gilles Caulier.
Committed on 04/09/2014 at 08:30.
Pushed by cgilles into branch 'master'.

Use shorteness make and model info taken from camera in tooltips and image preperties info to reduce string displayed and prevent bloated GUI
FIXED-IN: 4.3.0

M  +2    -1    NEWS
M  +45   -33   digikam/utils/tooltipfiller.cpp
M  +3    -3    digikam/utils/tooltipfiller.h
M  +46   -44   digikam/views/tableview/tableview_column_photo.cpp
M  +6    -3    libs/imageproperties/cameraitempropertiestab.cpp
M  +1    -1    libs/imageproperties/cameraitempropertiestab.h
M  +4    -3    libs/imageproperties/imagepropertiessidebar.cpp
M  +1    -1    libs/imageproperties/imagepropertiessidebar.h
M  +4    -3    libs/imageproperties/imagepropertiessidebardb.cpp
M  +18   -0    libs/imageproperties/imagepropertiestab.cpp
M  +6    -0    libs/imageproperties/imagepropertiestab.h
M  +13   -9    showfoto/thumbbar/showfototooltipfiller.cpp
M  +6    -2    utilities/importui/items/importtooltipfiller.cpp
M  +7    -4    utilities/slideshow/slideshow.cpp
M  +1    -1    utilities/slideshow/slideshow.h

http://commits.kde.org/digikam/6022e91e5007ac67e363f4eb693bd48b7d188a90
Comment 6 caulier.gilles 2014-09-04 08:33:09 UTC
The goal of tooltips is not to be huge, else GUI will be bloated.

In other word, it's normal to cut text and not to extend tooltips size.

Outside my previous patch with fix some rules about strings size, if you want to see all words, change font size in tooltips. Setting is available in Tooltips setup panel.

Gilles Caulier