Bug 226916 - HTML Export - NEW - Get metadata from image files and new detailed theme
Summary: HTML Export - NEW - Get metadata from image files and new detailed theme
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-HTMLGallery (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-15 01:37 UTC by Gianluca Urgese
Modified: 2017-05-04 18:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.2.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gianluca Urgese 2010-02-15 01:37:09 UTC
Version:            (using KDE 4.3.5)
Compiler:          gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9) 
OS:                Linux
Installed from:    Ubuntu Packages

Finally I've implemented the capability to get exif metadata from images and put it in the XML gallery file. I've created a new theme called "Details" simple and clean wich shows the details from image. You can find a diff file, screenshot and a zip file if you want to try it. Let me know

http://www.latlug.org/varie/htmlexport_20100214.diff
http://www.latlug.org/varie/htmlexport_20100214.png
http://www.latlug.org/varie/htmlexport_20100214.zip

cheers

Gianluca Urgese
Comment 1 caulier.gilles 2010-02-16 13:25:42 UTC
Patch sound fine for me.

Gilles Caulier
Comment 2 Gianluca Urgese 2010-02-16 14:11:17 UTC
SVN commit 1090975 by gurgese:

BUG: 226916

 M  +2 -0      CMakeLists.txt  
 M  +17 -0     generator.cpp  
 M  +45 -5     imageelement.h  
 M  +181 -1    imagegenerationfunctor.cpp  
 M  +1 -1      imagegenerationfunctor.h  
 M  +0 -29     themes/dateframes/dateframes.desktop  
 A             themes/details (directory)  
 A             themes/details/details.desktop  
 AM            themes/details/next.png  
 AM            themes/details/next_disabled.png  
 AM            themes/details/preview.png  
 AM            themes/details/previous.png  
 AM            themes/details/previous_disabled.png  
 A             themes/details/style.css  
 A             themes/details/template.xsl  
 AM            themes/details/up.png  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1090975