Bug 96369 - album menu to import images
Summary: album menu to import images
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Menus (show other bugs)
Version: 0.7.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-05 16:10 UTC by Allen Winter
Modified: 2017-08-02 21:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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();