Summary: | Album menu to import images. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Allen Winter <winter> |
Component: | Usability-Menus | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 0.7.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 8.4.0 | |
Sentry Crash Report: |
Description
Allen Winter
2005-01-05 16:10:08 UTC
CVS commit by toma: This adds "Import folders..." to the context menu of the album. Solution idea by Renchi, reviewed by Renchi & approved by Renchi. BUG: 96369 M +2 -0 digikamapp.cpp 1.90 --- kdeextragear-3/digikam/digikam/digikamapp.cpp #1.89:1.90 @@ -886,4 +886,6 @@ void DigikamApp::slotKipiPluginPlug() m_kipiAlbumActions.clear(); + m_kipiAlbumActions.append( mAlbumImportAction ); + KIPI::PluginLoader::PluginList list = KipiPluginLoader_->pluginList(); |