Version: 0.7 (using KDE KDE 3.3.2) Installed from: Unlisted Binary Package I'd like to have a feature to let the RMB menu on the album let you import images. Thanks for your consideration --Allen
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();