Bug 187856

Summary: Open in Tab/External Browser don't support multi-selection
Product: [Applications] akregator Reporter: Haakon Nilsen <haakon>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Patch to fix this.

Description Haakon Nilsen 2009-03-22 14:52:41 UTC
Version:            (using Devel)
Compiler:          g++ 
OS:                Linux
Installed from:    Compiled sources

The article view lets you select multiple articles, and you can then perform actions on all off them, such as marking them or deleting them. However, the menu items for opening in tab and external browser only acts on one of the selected articles. This is inconsistent, and it is not clear which one article will be acted upon. These actions should open all the selected articles.
Comment 1 Haakon Nilsen 2009-03-22 14:55:48 UTC
Created attachment 32339 [details]
Patch to fix this.

The attached patch fixes this.
Comment 2 Frank Osterfeld 2009-03-24 21:59:05 UTC
SVN commit 944013 by osterfeld:

make Open in Tab/External Browser work with multiple articles selected
Patch by Haakon Nilsen
BUG:187856


 _M            . (directory)  
 M  +2 -2      akregator/src/actionmanagerimpl.cpp  
 M  +20 -15    akregator/src/mainwidget.cpp  
 M  +2 -2      akregator/src/mainwidget.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=944013
Comment 3 Frank Osterfeld 2009-03-25 11:25:18 UTC
SVN commit 944215 by osterfeld:

backport:

r944013 osterfeld

make Open in Tab/External Browser work with multiple articles selected
Patch by Haakon Nilsen
CCBUG:187856



 M  +2 -2      actionmanagerimpl.cpp  
 M  +20 -15    mainwidget.cpp  
 M  +2 -2      mainwidget.h  


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