Bug 182754 - Add image via context menu to an open lighttable should not clear lighttable contents.
Summary: Add image via context menu to an open lighttable should not clear lighttable ...
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: LightTable-Workflow (show other bugs)
Version: 0.10.0
Platform: Compiled Sources Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-01 18:14 UTC by kgw
Modified: 2022-02-01 09:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.10.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kgw 2009-02-01 18:14:38 UTC
Version:           Version 0.10.0-rc2 (rev.: 918022) (using KDE 4.2.0)
Installed from:    Compiled From Sources

I just had a hard time to get two images onto the lighttable. I would have expected the context menu to allow for this to happen, so I selected "Add image to lighttable" from the first image, then selected the second and too selected "Add image to lighttable" from it's context menu. Unfortunatley only the last image selected in such a way is available for selection inside the lighttable, the only way to get another image to the lighttable list was to drag and drop, which is kind of a hassle if you have both windows maximized! It would be nice to have the list of images on the lighttable expanded by the further images that are sent there via their context menu...
Comment 1 caulier.gilles 2009-02-01 18:21:43 UTC
I cannot confirm this problem. all work fine here. "Add to LT" do not clear current items from thumbbar.

Gilles Caulier
Comment 2 kgw 2009-02-01 18:26:40 UTC
It does if you do it from the context of the large image view... It doesn't if you do it from the context of the thumbnail view.
Comment 3 caulier.gilles 2009-02-01 18:47:38 UTC
SVN commit 919853 by cgilles:

use right slot to insert item to LT with preview mode.
BUG: 182754


 M  +1 -1      albumwidgetstack.cpp  
 M  +1 -1      albumwidgetstack.h  
 M  +1 -1      digikamview.cpp  
 M  +1 -1      imagepreviewview.cpp  
 M  +1 -1      imagepreviewview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=919853
Comment 4 caulier.gilles 2009-02-01 18:53:13 UTC
SVN commit 919856 by cgilles:

backport commit #919853 from trunk
CCBUG: 182754


 M  +1 -1      albumwidgetstack.cpp  
 M  +1 -1      albumwidgetstack.h  
 M  +2 -2      digikamview.cpp  
 M  +1 -1      digikamview.h  
 M  +1 -1      imagepreviewview.cpp  
 M  +1 -1      imagepreviewview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=919856