------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=126086 Summary: Besides the basic and full exif info I would like a page with selectable fields Product: digikam Version: 0.8.2-svn Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: gerhard frappe xs4all nl Version: 0.8.2-svn (using KDE 3.5.0, Gentoo) Compiler: gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8) OS: Linux (i686) release 2.6.14-gentoo-r4 Besides basic and full I would like to see an option "selected" in the properties - exif tab for which I can select the shown fields myself. Basic lacks the fields as often needed for photo websites while it has fields which I generally couldn't care less about. Full has everything but makes you search for the info needed. As I realize that everybody's needs are different a page with selectable fields would be great.. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=126086 ------- Additional Comments From jens-bugs.kde.org spamfreemail de 2006-06-24 00:20 ------- Suggestion for this bug: Add a checkbox to each field in "Full" view that defines whether this field is visible in the "Basic" view. Save these settings in digikamrc. I can try and make a patch if Caullier agrees with this. Jens _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gerhard Hoogterp
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=126086 ------- Additional Comments From caulier.gilles free fr 2006-06-24 00:43 ------- I'm not agree to use this way becaus it will take space in side bar. We are limited... Also settings must be out of application to be unconfuse with user. This is why we use a setup page for all settings. Also, your solution is not enough. digikam need to follow Exiv2 features, witch drive metadata tags. The list of tags isn't frozen and continue to be discovered (Makernotes). For that, we need a new page in setup dialog, witch display all tags available in Exiv2 (Exif, IPTC, Makernote, and in the future XMP). Using tabs is the right way to optimize space in dialog page. In this setup, Exiv2 need to be called to get the list of tags available in the version installed on the computer. We display a list with check buttons for all items. When the user valid the setup, the config is recorded in digikamrc file. and used by the sidebar 2 new buttons must be added on the top of sidebar : one to call directly this setup page, a second to display only the users configuration of metadata tags. But, JensB, this implementation can be long, and complicated. This is why i have delayed this task later than 0.9.0 final. I recommend you to look in TODO file the tasks to complete to finalize this version before to try to add new features... Choise the most easy task to limit the depencies on the current implementation. I'm sure that there are some easy jobs to do into B.K.O files. We are in 0.9.0-beta1 finalization. Take a care. Thanks in advance for your help Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gerhard Hoogterp
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=126086 ------- Additional Comments From jens-bugs.kde.org spamfreemail de 2006-06-24 01:45 ------- Looking at 0.9 svn current, the right sidebar IMHO needs to be cleaned up a bit anyway. (I just noticed that you have replied to this already. Just for the record, I'm posting this anyway, maybe for later.) It is great that I can view all this information of a photograph. But the GUI clutter is far too big (IMHO): - The right sidebar is unuseable on displays smaller than 1024x768 - there is simply no space. And it is not possible to make it small enough (it probably has a minimum forced size). Can this minimum size perhaps be taken out? - Now there are *three* (!!) place where the tag tree is shown. It is not easy to see what the purpose of this duplication (triplication) is: a) we want to filter images per tags: select a tag b) we want to assign tags to images : drop images on a tag That way, we only need one list with the tags. The left side tag list already does all of this. - In the "Properties" sidebar tab, what is the difference between "File properties", "Images properties", and "photograph properties"? This is confusing. For example the "date/time" values that digikam shows. For any image, we have a) logical datetime values: (i) when the picture was taken; (ii) when the picture was copied on the computer; (iii) when the picture was (last) modified (from within Digikam?). b) physical datetime values: (1) EXIF:DateTime == DateTimeOriginal == IPTC:Date/TimeCreated (2) EXIF:DateTimeDigitized == IPTC:DigitizationDate/Time (3) file mtime (4) file atime IMHO, (i) == (1), (ii) == (2) and (iii) == (3), and digikam should only care about the first two of these values. For the file mtime: either it should be _always_ kept in sync with the datetime value in the DB, or ignored altogether (then one can use 'exiftool' to sync it with the EXIF datetime). But in digikam we are managing photos, not files. Right? Here follows a proposal for the "Properties" right side tab. The idea is that the first (default) tab shows information that the *user* is interested in, but no technical details that are not related to the actual contents of the photo. ======================================================================= _______Photograph information:___________ Name : (file name) (editable) Date : xx.xx.xxxx xx:xx:xx (editable) [Digitized : xx.xx.xxxx xx:xx:xx] (optional, editable) Rating : [* * * * *] (editable) Tags : xxx, xxx/yyyyyyyyyyyyyy, xxxxxxx/yyy, zzzzzzzzzz Comments: ________________________ | | | | | | |_________________________________| ______Technical details:_____________ Size : xxx.xxx.xxx bytes Type : xxxxxxxxxxx Dimensions: xxxx X xxxx Camera maker Camera model Aperture, Zoom, Flash, Exposure, etc. (and all other EXIF/IPTC info that the user has selected) ======================================================================= The fields marked "editable" should look like text fields but change into an input field when hovering over them with the mouse. That way you don't acidentally change/delete them, and they are easier to read quickly (than a lot of input boxes). Reasoning: - This new arrangement will unify the tabs "Tag filter" and "Comments/Tags" with the "Properties" tab -> less GUI clutter. Only three tabs are left - Properties, Metadata and Colors. - "Folder" is not necessary, because we are working with Albums, not folders. - Instead of "Modified" it should show the DB date/time (== EXIF/IPTC date/time) and (optionally) the date/time of digitization. These fields should be editable (upon click). - "Size" is OK. - "Owner" and "Permissions" is irrelevant for photos, unless you want to offer a photo LAN sharing system like Apple's iPhoto does. But that would require digikam to be network capable first. :-) I would be willing to work / help working on this, but first I'd like to know what you think. Thanks! Jens _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gerhard Hoogterp
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=126086 ------- Additional Comments From jens-bugs.kde.org spamfreemail de 2006-06-24 14:25 ------- Created an attachment (id=16777) --> (http://bugs.kde.org/attachment.cgi?id=16777&action=view) proposal side bar Hi, Here is a proposal for the new side bar. It's in KDevelop Designer format and just a quick hack (no resizing etc). But it contains tooltips with explanations what all the fields mean and why I think this arrangement is good. The idea is to provide general non-technical information about the image _contents_ first (what is this picture, who did it, where, when, how good is it, etc). After that, the main technical info (taken from EXIF/IPTC tags) is shown, and these should be user-definable in the settings dialog with good defaults. What do you think? Jens _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gerhard Hoogterp
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=126086 caulier.gilles free fr changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |Metadata _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gerhard Hoogterp
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=126086 ------- Additional Comments From caulier.gilles free fr 2006-09-07 18:49 ------- SVN commit 581825 by cgilles: digiKam from trunk : new Setup album item tooltip section to optimize the informations to show over the picture using the pop-up tool tip window. Each item to show can be set in this new setup dialog tab. CCBUGS: 126086 M +8 -8 digikam.kdevelop M +207 -130 digikam/albumfiletip.cpp M +314 -75 digikam/albumsettings.cpp M +64 -16 digikam/albumsettings.h M +2 -1 utilities/setup/Makefile.am M +15 -5 utilities/setup/setup.cpp M +1 -0 utilities/setup/setup.h M +18 -35 utilities/setup/setupgeneral.cpp A utilities/setup/setuptooltip.cpp [License: GPL] A utilities/setup/setuptooltip.h [License: GPL] _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gerhard Hoogterp
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=126086 mikmach wp pl changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |wishlist _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gerhard Hoogterp
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=126086 caulier.gilles gmail com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lparrab gmx net ------- Additional Comments From caulier.gilles gmail com 2008-06-04 12:49 ------- *** Bug 145914 has been marked as a duplicate of this bug. *** _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |