Bug 199533 - Enable dateframes theme in Html Gallery [patch]
Summary: Enable dateframes theme in Html Gallery [patch]
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: 2009-07-09 10:45 UTC by Robert Marmorstein
Modified: 2018-03-23 11:25 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.7.0


Attachments
Adds the dateframes theme and associated code changes (14.31 KB, patch)
2009-07-09 10:47 UTC, Robert Marmorstein
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Marmorstein 2009-07-09 10:45:53 UTC
Version:           0.4.0 (using KDE 4.2.4)
Compiler:          gcc-4.3 
OS:                Linux
Installed from:    Ubuntu Packages

Awhile back, my wife and I submitted a few themes she had designed for the htmlexport plugin.  She also designed a "dateframes" plugin that would display the time and date information for a picture underneath the image, but that plugin required a little bit of patching.  I  have updated the patch to compile against the latest release of kipi-plugins and will post it here.  If someone could review it and add these changes to the code, that would be great!

(The reason it wasn't incorporated before was that the original patch assumed an American style date.  The date format is now customizable using a format-string in the export wizard, which should address that issue adequately).

Thanks!
Comment 1 Robert Marmorstein 2009-07-09 10:47:23 UTC
Created attachment 35182 [details]
Adds the dateframes theme and associated code changes

This patch contains two parts: the dateframes theme (desktop and xsl files) and a few minor changes to the code that allows a theme to access the comment and datetime information for an image.
Comment 2 Aurelien Gateau 2009-09-02 09:30:34 UTC
SVN commit 1018775 by gateau:

Export collection comment and image time.

Patch by Robert Marmorstein

CCBUG:199533

 M  +3 -0      THEME_HOWTO  
 M  +1 -0      generator.cpp  
 M  +3 -0      imageelement.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1018775
Comment 3 Aurelien Gateau 2009-09-02 09:30:41 UTC
SVN commit 1018776 by gateau:

Added "Date Frames" theme by Elizabeth Marmorstein

BUG:199533

 A             dateframes (directory)  
 A             dateframes/dateframes.desktop  
 A             dateframes/template.xsl  


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