Bug 96369

Summary: album menu to import images
Product: [Applications] digikam Reporter: Allen Winter <winter>
Component: Usability-MenusAssignee: 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:

Description Allen Winter 2005-01-05 16:10:08 UTC
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
Comment 1 Tom Albers 2005-02-05 00:20:11 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();