Bug 187856 - Open in Tab/External Browser don't support multi-selection
Summary: Open in Tab/External Browser don't support multi-selection
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-22 14:52 UTC by Haakon Nilsen
Modified: 2009-03-25 11:25 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch to fix this. (3.62 KB, patch)
2009-03-22 14:55 UTC, Haakon Nilsen
Details

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