Summary: | themes: different color of "plate" for different MIME | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Mikolaj Machowski <mikmach> |
Component: | Usability-Themes | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 0.9.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.0.0 | |
Sentry Crash Report: |
Description
Mikolaj Machowski
2007-07-26 12:27:39 UTC
Mik, http://download2.xnview.com/screenshots/browser-700x560.gif xniew use a very small icons superimposed over the thumb to identify if Exif or Iptc are embeded in picture. The same way can be use in digiKam to identify memie type of item (RAW, JPG, PNG, TIF, AVI, MPG, etc...) It very easy to implement (KDE3 and KDE4). I just need few small icons ready to use. Gilles > The same way can be use in digiKam to identify memie type of item (RAW,
> JPG, PNG, TIF, AVI, MPG, etc...) It very easy to implement (KDE3 and
> KDE4).
I will make them. But I don't think icons are good thing to
differentiate between mime-types. Too much noise.
m.
----------------------------------------------------
Wirtualna Polska zaprasza na Gda
I think these icons should be optional. Sometime it could be useful but most of the time it will just hide the pictures. Julien I even think, that the average user doesn't really care about which format the file is. He is only interested if it is a movie or an image. I think it would be ok to have Images without and movies with an icon (oxygen maybe) over it. p.e. kdelibs/pics/oxygen/scaleable/apps/kmplayer.png As you can see here : http://www.flickr.com/photos/digikam/5516625907/sizes/o/in/photostream/ Icon view as now an option to show file format over thumbnail. Using a color as thumb background to identify file format is not very elegant and will bloat GUI... Gilles Git commit 6173a3635952f343474898eb3706dbce63dc7fd7 by Gilles Caulier. Committed on 11/03/2011 at 12:31. Pushed by cgilles into branch 'master'. new feature : print item file format over icon view item as Lightroom and Aperture See this screenshot for details : http://www.flickr.com/photos/digikam/5516625907/sizes/o/in/photostream/ BUGS: 268098 BUGS: 148223 BUGS: 208504 M +17 -14 digikam/items/digikamimagedelegate.cpp M +1 -1 digikam/items/digikamimagedelegate.h M +3 -4 digikam/items/digikamimagedelegatepriv.h M +9 -2 digikam/items/imagedelegate.cpp M +5 -3 digikam/items/imagedelegatepriv.h M +16 -27 digikam/items/imagethumbnaildelegate.cpp M +3 -2 digikam/items/imagethumbnaildelegate.h A +66 -0 digikam/items/imagethumbnaildelegatepriv.h [License: GPL (v2+)] M +72 -51 digikam/utils/albumsettings.cpp M +3 -0 digikam/utils/albumsettings.h M +28 -0 libs/widgets/common/itemviewimagedelegate.cpp M +1 -0 libs/widgets/common/itemviewimagedelegate.h M +20 -12 utilities/setup/setupalbumview.cpp M +2 -3 utilities/setup/setupalbumview.h http://commits.kde.org/digikam/6173a3635952f343474898eb3706dbce63dc7fd7 |