Summary: | Running cdarchiving tool sends all images to the cd, not just the selected images | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | David Fraser <davidf> |
Component: | Plugin-Generic-Archive | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.1.0 | |
Sentry Crash Report: |
Description
David Fraser
2004-10-19 10:54:24 UTC
It is a dupe of bug 89394 (see this part of the patch) Basically, in digikam, you have a list of albums, and when you want to archive an album on the CD, the contents of the folder are copied recursively. But in KimDaBa, you can have a picture in your top directory, and if you select that one, your whole collection of pictures will be copied. See this part of the patch +// TODO : [...] Desactiving folder recursion for now. #if 0 Maybe we can have a kipi feature like CopyFolderRecursively to handle this well in each application. SVN commit 450825 by cgilles: CDArchiving kipi plugin : patch from Owen Hirst CCBUGS: 98269 89394 91651 100877 106568 M +490 -612 cdarchiving.cpp M +16 -48 cdarchiving.h M +6 -2 plugin_cdarchiving.cpp |