https://bugs.kde.org/show_bug.cgi?id=265231
Summary: property popup to narrow Product: digikam Version: 1.8.0 Platform: openSUSE RPMs OS/Version: Linux Status: NEW Severity: minor Priority: NOR Component: Metadata AssignedTo: [hidden email] ReportedBy: [hidden email] 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 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
https://bugs.kde.org/show_bug.cgi?id=265231
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #1 from Gilles Caulier <caulier gilles gmail com> 2011-02-03 07:10:13 --- Please, can you give us more information ? Please take screenshots to details your wish... Gilles Caulier -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gassauer@kde.org
https://bugs.kde.org/show_bug.cgi?id=265231
--- Comment #2 from Ferdinand Gassauer <gassauer kde org> 2011-02-03 09:41:01 --- Created an attachment (id=56816) --> (http://bugs.kde.org/attachment.cgi?id=56816) shows "missing" information -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gassauer@kde.org
https://bugs.kde.org/show_bug.cgi?id=265231
Martin Klapetek <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[hidden email] --- Comment #3 from Martin Klapetek <martin klapetek gmail com> 2011-02-04 14:07:20 --- 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. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gassauer@kde.org
https://bugs.kde.org/show_bug.cgi?id=265231
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CONFIRMED -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gassauer@kde.org
https://bugs.kde.org/show_bug.cgi?id=265231
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|property popup to narrow |Tooltip do not show whole | |camera information --- Comment #4 from Gilles Caulier <[hidden email]> --- Ferdinand, Can you attach an image with this kind of metadata not properly displayed Gilles Caulier -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gassauer@kde.org
https://bugs.kde.org/show_bug.cgi?id=265231
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |http://commits.kde.org/digi | |kam/6022e91e5007ac67e363f4e | |b693bd48b7d188a90 Version Fixed In| |4.3.0 Resolution|--- |FIXED --- Comment #5 from Gilles Caulier <[hidden email]> --- 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 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from gassauer@kde.org
https://bugs.kde.org/show_bug.cgi?id=265231
--- Comment #6 from Gilles Caulier <[hidden email]> --- 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 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |