Summary: | Allow to use selected images instead full album contents in html gallery | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Eric Vaandering <ewv> |
Component: | Plugin-Generic-HTMLGallery | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 5.5.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/digikam/3bdeab8a6f3c38fc5888eaca242e5ae2f4e1dab5 | Version Fixed In: | 5.6.0 |
Sentry Crash Report: |
Description
Eric Vaandering
2008-01-29 10:27:16 UTC
*** This bug has been confirmed by popular vote. *** Git commit 3bdeab8a6f3c38fc5888eaca242e5ae2f4e1dab5 by Gilles Caulier. Committed on 06/05/2017 at 09:24. Pushed by cgilles into branch 'master'. HTMLGallery: Add option to generate a Gallery from a selection of images instead an album list. FIXED-IN: 5.6.0 M +7 -5 NEWS M +5 -4 utilities/assistants/common/dimageslist.h M +1 -1 utilities/assistants/htmlgallery/CMakeLists.txt M +16 -0 utilities/assistants/htmlgallery/generator/galleryconfig.cpp M +4 -0 utilities/assistants/htmlgallery/generator/galleryconfig.h M +111 -79 utilities/assistants/htmlgallery/generator/gallerygenerator.cpp M +2 -0 utilities/assistants/htmlgallery/generator/galleryinfo.cpp M +7 -4 utilities/assistants/htmlgallery/generator/galleryinfo.h D +0 -90 utilities/assistants/htmlgallery/wizard/htmlalbumselectorpage.cpp M +15 -7 utilities/assistants/htmlgallery/wizard/htmlfinalpage.cpp M +2 -7 utilities/assistants/htmlgallery/wizard/htmlintropage.cpp M +81 -45 utilities/assistants/htmlgallery/wizard/htmloutputpage.cpp A +134 -0 utilities/assistants/htmlgallery/wizard/htmlselectionpage.cpp [License: GPL (v2+)] R +7 -6 utilities/assistants/htmlgallery/wizard/htmlselectionpage.h [from: utilities/assistants/htmlgallery/wizard/htmlalbumselectorpage.h - 080% similarity] M +42 -42 utilities/assistants/htmlgallery/wizard/htmlwizard.cpp https://commits.kde.org/digikam/3bdeab8a6f3c38fc5888eaca242e5ae2f4e1dab5 |