[Kde-imaging] [Bug 292482] digikam, picasawebexport album export no photos selected
Gilles Caulier
caulier.gilles at gmail.com
Thu Apr 19 10:47:09 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=292482
--- Comment #2 from Gilles Caulier <caulier.gilles at gmail.com> ---
Smit,
This dysfunction is also valid for other tools available from digiKam
album/export context menu.
In fact it's delegate to KPImageList. Look into PicasaWebExport tool, imagelist
try to load item from current selection :
https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/picasawebexport/picasawebimglist.cpp#L62
In case of you select album context menu to export items, nothing is selected
in digiKam icon-view, following Philippe report.
If you take a look into KPImageList :
https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/common/libkipiplugins/widgets/kpimageslist.cpp#L768
... we use Digikam::KipiInterface::currentSelection() to get items list from
KIPI host application, depending of current selection.
https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/utilities/kipiiface/kipiinterface.cpp#L118
This method return current selection from icon-view. If this one is empty, we
need to check in second time the current album selection to take all items
hosted by it :
https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/utilities/kipiiface/kipiinterface.cpp#L102
Gilles Caulier
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-imaging
mailing list