[Digikam-devel] [Bug 121367] Add properties tab to digiKam and (especially) IE
Mikolaj Machowski
mikmach at wp.pl
Tue Apr 25 12:07:49 BST 2006
------- 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=121367
------- Additional Comments From mikmach wp pl 2006-04-25 13:07 -------
> #3 (formatting of section headers)
Hmm. What do you think about that?
--- imagepropertiestab.cpp.orig 2006-04-25 12:10:49.000000000 +0200
+++ imagepropertiestab.cpp 2006-04-25 12:50:34.000000000 +0200
@ -130,7 +130,7 @
// --------------------------------------------------
- QLabel *title = new QLabel(i18n("<u><i>File
Properties</i></u>"), settingsArea);
+ QLabel *title = new QLabel(i18n("<b>File
Properties</b>"), settingsArea);
QLabel *folder = new QLabel(i18n("<b>Folder</b>:"),
settingsArea);
QLabel *modifiedDate = new QLabel(i18n("<b>Modified</b>:"),
settingsArea);
QLabel *size = new QLabel(i18n("<b>Size</b>:"),
settingsArea);
@ -138,12 +138,12 @
QLabel *permissions = new QLabel(i18n("<b>Permissions</b>:"),
settingsArea);
KSeparator *line = new KSeparator (Horizontal,
settingsArea);
- QLabel *title2 = new QLabel(i18n("<u><i>Image
Properties</i></u>"), settingsArea);
+ QLabel *title2 = new QLabel(i18n("<b>Image
Properties</b>"), settingsArea);
QLabel *mime = new QLabel(i18n("<b>Type</b>:"),
settingsArea);
QLabel *dimensions = new QLabel(i18n("<b>Dimensions</b>:"),
settingsArea);
KSeparator *line2 = new KSeparator (Horizontal,
settingsArea);
- d->title3 = new QLabel(i18n("<u><i>Photograph
Properties</i></u>"), settingsArea);
+ d->title3 = new QLabel(i18n("<b>Photograph
Properties</b>"), settingsArea);
d->make = new QLabel(i18n("<b>Make</b>:"),
settingsArea);
d->model = new QLabel(i18n("<b>Model</b>:"),
settingsArea);
d->photoDate = new QLabel(i18n("<b>Created</b>:"),
settingsArea);
> #4 ==> no, because i want an homogenous GUI between Showfoto and digiKam
> (Main interface, image editor and camera gui). Showfoto don't have
> 'Comments & Tags' and 'Tags Filter' sidebar tabs. Properties and
> Metadata are common. This is why, these one, are in first on the top.
Showfoto is separate application not used directly together with
digiKam, there is no UI need to keep interface so slavishly connected.
I move some part of discussion from the digikam-devel list:
Gilles:
>> - You didn't add comments and tags info in properties panel saying that
>> it is redundant to Comments&Tags panel but simultaneously adding many
>> info from meta tags. Hmm?
> yes, Comments & Tags informations are redondant.
> Metadata isn't redandant because it's a sorting and resume area with the
most
> important photograph settings extracted from EXIF/IPTC/Markernotes.
But this data is in Simple view of Metadata. Only one short (as in mouse
way), click away.
> In order words, we no need to dupplicate Comments & Tags informations in
> Properties tab because The Comments & Tags tab is clean...
I will elaborate: digiKam can be used by two sets of people: 1) making
many photos, highly interested in technical information because that
help them to judge quality of photo 2) amateurs more interested in
content and its meaning to them.
You and many current KDE/Linux users belong to 1st group. I am
belonging to 2nd and on technical list I am minority. However, in
general population of camera, users it is majority. OK, I am ending this
subject.
> #5 ==> I don't understand what you mean... Where is the problem exactly ?
In most situations Folder line will not give meaningful information.
Will show only last element of path, not showing whole Album path,
limiting usefulness of that element. I can only speak for myself but
when browsing images with right panel opened I am closing left
(organizational) panel - so don't have info about structure of digiKam
directory.
More information about the Digikam-devel
mailing list