Version: 0.1.4 (using KDE 3.5.8) Installed from: Ubuntu Packages I tend to keep lots more images than I want to share (or inflict) on people when I create a gallery. I want my galleries to represent my best work. So, in digikam I use the rating system to distinguish them. I would then like to be able to select all the 4 & 5 star images and create an HTML gallery out of that. But the latest version of either digikam or kipiplugins no longer allows me to do anything other than export the whole album. So now I have to create a dummy album, move the best photos there, export a gallery, and then move the photos back to where they came from. Pretty clumsy.
*** 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