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
Please, can you give us more information ? Please take screenshots to details your wish... Gilles Caulier
Created attachment 56816 [details] shows "missing" information
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.
Ferdinand, Can you attach an image with this kind of metadata not properly displayed Gilles Caulier
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
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