Summary: | A slideshow theme for kiosk mode | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Simon Kuss <sjk281> |
Component: | Plugin-Generic-HTMLGallery | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 5.9.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/digikam/e174298c3c8925755994240a90556e2d9fe1eb83 | Version Fixed In: | 6.0.0 |
Sentry Crash Report: | |||
Attachments: | HTML Gallery theme |
Note for 6.0.0 where i fixed a lots of issues reported by Krazy static analyzer in HTML Gallery desktop files: X-HTMLExport => X-HTMLGallery Value_1 => Value-1 Gilles Caulier Also : Caption_1 => Caption-1 Gilles Caulier Git commit e174298c3c8925755994240a90556e2d9fe1eb83 by Gilles Caulier. Committed on 15/05/2018 at 13:35. Pushed by cgilles into branch 'master'. HTML Gallery tool : add new Kiosk-mode theme from Simon Kuss. CCMAIL: sjk281@iinet.net.au FIXED-IN: 6.0.0 M +4 -1 NEWS A +- -- core/data/htmlgallery/themes/simpleslides/preview.png A +29 -0 core/data/htmlgallery/themes/simpleslides/simpleslides.desktop A +116 -0 core/data/htmlgallery/themes/simpleslides/template.xsl https://commits.kde.org/digikam/e174298c3c8925755994240a90556e2d9fe1eb83 |
Created attachment 112669 [details] HTML Gallery theme This theme generates a slideshow with a simple progress indicator, ideal for browser full-screen mode. It is pure javascript and css, and does not use any external dependencies. It generates a single index.html page with embedded js and css, and all image links are in a javascript array. The delay time and location of the progress indicators are controlled via parameters. Hope you like it.